#AB335C

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

Shades of Rouge #AB335C

Tints of Rouge #AB335C

Color information

#AB335C (or 0xAB335C) is unknown color: approx Rouge. HEX triplet: AB, 33 and 5C. RGB value is (171,51,92). Sum of RGB (Red+Green+Blue) = 171+51+92=314 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.46% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 171 - color contains mainly: red. Hex color #AB335C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB335C is #54CCA3. Grayscale: #5B5B5B. Windows color (decimal): -5557412 or 6042539. OLE color: 6042539.

HSL color Cylindrical-coordinate representation of color #AB335C: hue angle of 339.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB335C is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB1715192-
CMYK00.700.460.33
HSL339.5º54.05%43.53%-
HSV(B)339.5º70.18%67.06%-
XYZ19.9111.811.35-
YUV91.55128.26184.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.46%
GREEN value IS 51 (20.31% from 255) = 16.24%
BLUE value IS 92 (36.33% from 255) = 29.30%
R=54.46%
G=16.24%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171519200.700.460.33339.554.0543.53
HexAB335C0462E21154362c
Octal25363134010656415246654
Binary10101011110011101110001000110101110100001101010100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB335C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB335C; }

 p { color: rgb(171,51,92); }

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

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

 a { background-color: rgb(171,51,92); }

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

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

 span { border-color: rgb(171,51,92); }

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