#AB2F61

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

Shades of Rouge #AB2F61

Tints of Rouge #AB2F61

Color information

#AB2F61 (or 0xAB2F61) is unknown color: approx Rouge. HEX triplet: AB, 2F and 61. RGB value is (171,47,97). Sum of RGB (Red+Green+Blue) = 171+47+97=315 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.29% from 315); Green value is 47 (18.75% from 255 or 14.92% from 315); Blue value is 97 (38.28% from 255 or 30.79% from 315); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2F61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2F61 is #54D09E. Grayscale: #595959. Windows color (decimal): -5558431 or 6369195. OLE color: 6369195.

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

Color convert

RGB1714797-
CMYK00.730.430.33
HSL335.81º56.88%42.75%-
HSV(B)335.81º72.51%67.06%-
XYZ19.9711.5512.49-
YUV89.78132.08185.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.29%
GREEN value IS 47 (18.75% from 255) = 14.92%
BLUE value IS 97 (38.28% from 255) = 30.79%
R=54.29%
G=14.92%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171479700.730.430.33335.8156.8842.75
HexAB2F610492B21150392b
Octal25357141011153415207153
Binary10101011101111110000101001001101011100001101010000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2F61; }

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

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

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

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

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

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

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

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