#AB3368

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

Shades of Rouge #AB3368

Tints of Rouge #AB3368

Color information

#AB3368 (or 0xAB3368) is unknown color: approx Rouge. HEX triplet: AB, 33 and 68. RGB value is (171,51,104). Sum of RGB (Red+Green+Blue) = 171+51+104=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3368 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3368 is #54CC97. Grayscale: #5C5C5C. Windows color (decimal): -5557400 or 6828971. OLE color: 6828971.

HSL color Cylindrical-coordinate representation of color #AB3368: hue angle of 333.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 #AB3368 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB17151104-
CMYK00.700.390.33
HSL333.5º54.05%43.53%-
HSV(B)333.5º70.18%67.06%-
XYZ20.4812.0314.34-
YUV92.92134.26183.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.45%
GREEN value IS 51 (20.31% from 255) = 15.64%
BLUE value IS 104 (41.02% from 255) = 31.90%
R=52.45%
G=15.64%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715110400.700.390.33333.554.0543.53
HexAB3368046272114e362c
Octal25363150010647415166654
Binary10101011110011110100001000110100111100001101001110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3368; }

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

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

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

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

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

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

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

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