#ab2c6a

Color #AB2C6A Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #AB2C6A

Tints of Rouge #AB2C6A

Color information

#AB2C6A (or 0xAB2C6A) is unknown color: approx Rouge. HEX triplet: AB, 2C and 6A. RGB value is (171,44,106). Sum of RGB (Red+Green+Blue) = 171+44+106=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2C6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2C6A is #54D395. Grayscale: #585858. Windows color (decimal): -5559190 or 6958251. OLE color: 6958251.

HSL color Cylindrical-coordinate representation of color #AB2C6A: hue angle of 330.71º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB2C6A is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB17144106-
CMYK00.740.380.33
HSL330.71º59.07%42.16%-
HSV(B)330.71º74.27%67.06%-
XYZ20.311.514.79-
YUV89.04137.58186.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 53.27%
GREEN value IS 44 (17.58% from 255) = 13.71%
BLUE value IS 106 (41.80% from 255) = 33.02%
R=53.27%
G=13.71%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1714410600.740.380.33330.7159.0742.16
HexAB2C6A04A262114b3b2a
Octal25354152011246415137352
Binary10101011101100110101001001010100110100001101001011111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab2c6a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab2c6a; }

 p { color: rgb(171,44,106); }

 H1.HeaderClassName
 {
   color: #ab2c6a;
 }
 .AnyTagClassName
 {
   color: #ab2c6a;
 }
</style>
background-color css

<style>
 a { background-color: #ab2c6a; }

 a { background-color: rgb(171,44,106); }

 div.DivClassName
 {
   background-color: #ab2c6a;
 }
 .BgClassName
 {
   background-color: #ab2c6a;
 }
</style>
border-color css

<style>
 span { border-color: #ab2c6a; }

 span { border-color: rgb(171,44,106); }

 td.TdClassName
 {
   border-color: #ab2c6a;
 }
 .TagClassName
 {
   border-color: #ab2c6a;
 }
</style>