#AB2B61

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

Shades of Rouge #AB2B61

Tints of Rouge #AB2B61

Color information

#AB2B61 (or 0xAB2B61) is unknown color: approx Rouge. HEX triplet: AB, 2B and 61. RGB value is (171,43,97). Sum of RGB (Red+Green+Blue) = 171+43+97=311 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.98% from 311); Green value is 43 (17.19% from 255 or 13.83% from 311); Blue value is 97 (38.28% from 255 or 31.19% from 311); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2B61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2B61 is #54D49E. Grayscale: #575757. Windows color (decimal): -5559455 or 6368171. OLE color: 6368171.

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

Color convert

RGB1714397-
CMYK00.750.430.33
HSL334.69º59.81%41.96%-
HSV(B)334.69º74.85%67.06%-
XYZ19.8211.2512.44-
YUV87.43133.41187.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.98%
GREEN value IS 43 (17.19% from 255) = 13.83%
BLUE value IS 97 (38.28% from 255) = 31.19%
R=54.98%
G=13.83%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171439700.750.430.33334.6959.8141.96
HexAB2B6104B2B2114f3c2a
Octal25353141011353415177452
Binary10101011101011110000101001011101011100001101001111111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2B61; }

 p { color: rgb(171,43,97); }

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

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

 a { background-color: rgb(171,43,97); }

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

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

 span { border-color: rgb(171,43,97); }

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