#AB2964

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

Shades of Rouge #AB2964

Tints of Rouge #AB2964

Color information

#AB2964 (or 0xAB2964) is unknown color: approx Rouge. HEX triplet: AB, 29 and 64. RGB value is (171,41,100). Sum of RGB (Red+Green+Blue) = 171+41+100=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2964 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2964 is #54D69B. Grayscale: #565656. Windows color (decimal): -5559964 or 6564267. OLE color: 6564267.

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

Color convert

RGB17141100-
CMYK00.760.420.33
HSL332.77º61.32%41.57%-
HSV(B)332.77º76.02%67.06%-
XYZ19.8911.1613.16-
YUV86.6135.57188.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.81%
GREEN value IS 41 (16.41% from 255) = 13.14%
BLUE value IS 100 (39.45% from 255) = 32.05%
R=54.81%
G=13.14%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1714110000.760.420.33332.7761.3241.57
HexAB296404C2A2114d3d2a
Octal25351144011452415157552
Binary10101011101001110010001001100101010100001101001101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2964; }

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

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

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

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

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

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

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

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