#ab2f5e

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

Shades of Rouge #AB2F5E

Tints of Rouge #AB2F5E

Color information

#AB2F5E (or 0xAB2F5E) is unknown color: approx Rouge. HEX triplet: AB, 2F and 5E. RGB value is (171,47,94). Sum of RGB (Red+Green+Blue) = 171+47+94=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 47 (18.75% from 255 or 15.06% from 312); Blue value is 94 (37.11% from 255 or 30.13% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2F5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2F5E is #54D0A1. Grayscale: #595959. Windows color (decimal): -5558434 or 6172587. OLE color: 6172587.

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

Color convert

RGB1714794-
CMYK00.730.450.33
HSL337.26º56.88%42.75%-
HSV(B)337.26º72.51%67.06%-
XYZ19.8311.511.76-
YUV89.43130.58186.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.81%
GREEN value IS 47 (18.75% from 255) = 15.06%
BLUE value IS 94 (37.11% from 255) = 30.13%
R=54.81%
G=15.06%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171479400.730.450.33337.2656.8842.75
HexAB2F5E0492D21151392b
Octal25357136011155415217153
Binary10101011101111101111001001001101101100001101010001111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab2f5e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab2f5e; }

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

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

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

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

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

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

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

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