#AB3564

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

Shades of Rouge #AB3564

Tints of Rouge #AB3564

Color information

#AB3564 (or 0xAB3564) is unknown color: approx Rouge. HEX triplet: AB, 35 and 64. RGB value is (171,53,100). Sum of RGB (Red+Green+Blue) = 171+53+100=324 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.78% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3564 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3564 is #54CA9B. Grayscale: #5D5D5D. Windows color (decimal): -5556892 or 6567339. OLE color: 6567339.

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

Color convert

RGB17153100-
CMYK00.690.420.33
HSL336.1º52.68%43.92%-
HSV(B)336.1º69.01%67.06%-
XYZ20.3712.1213.32-
YUV93.64131.59183.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.78%
GREEN value IS 53 (21.09% from 255) = 16.36%
BLUE value IS 100 (39.45% from 255) = 30.86%
R=52.78%
G=16.36%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715310000.690.420.33336.152.6843.92
HexAB35640452A21150352c
Octal25365144010552415206554
Binary10101011110101110010001000101101010100001101010000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3564; }

 p { color: rgb(171,53,100); }

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

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

 a { background-color: rgb(171,53,100); }

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

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

 span { border-color: rgb(171,53,100); }

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