#AB296B

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

Shades of Rouge #AB296B

Tints of Rouge #AB296B

Color information

#AB296B (or 0xAB296B) is unknown color: approx Rouge. HEX triplet: AB, 29 and 6B. RGB value is (171,41,107). Sum of RGB (Red+Green+Blue) = 171+41+107=319 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.61% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 171 - color contains mainly: red. Hex color #AB296B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB296B is #54D694. Grayscale: #575757. Windows color (decimal): -5559957 or 7023019. OLE color: 7023019.

HSL color Cylindrical-coordinate representation of color #AB296B: hue angle of 329.54º 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 #AB296B is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB17141107-
CMYK00.760.370.33
HSL329.54º61.32%41.57%-
HSV(B)329.54º76.02%67.06%-
XYZ20.2411.3115.03-
YUV87.39139.07187.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.61%
GREEN value IS 41 (16.41% from 255) = 12.85%
BLUE value IS 107 (42.19% from 255) = 33.54%
R=53.61%
G=12.85%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1714110700.760.370.33329.5461.3241.57
HexAB296B04C252114a3d2a
Octal25351153011445415127552
Binary10101011101001110101101001100100101100001101001010111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB296B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB296B; }

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

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

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

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

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

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

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

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