#AB2E62

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

Shades of Rouge #AB2E62

Tints of Rouge #AB2E62

Color information

#AB2E62 (or 0xAB2E62) is unknown color: approx Rouge. HEX triplet: AB, 2E and 62. RGB value is (171,46,98). Sum of RGB (Red+Green+Blue) = 171+46+98=315 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.29% from 315); Green value is 46 (18.36% from 255 or 14.60% from 315); Blue value is 98 (38.67% from 255 or 31.11% from 315); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2E62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2E62 is #54D19D. Grayscale: #595959. Windows color (decimal): -5558686 or 6434475. OLE color: 6434475.

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

Color convert

RGB1714698-
CMYK00.730.430.33
HSL335.04º57.6%42.55%-
HSV(B)335.04º73.1%67.06%-
XYZ19.9811.4912.72-
YUV89.3132.91186.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.29%
GREEN value IS 46 (18.36% from 255) = 14.60%
BLUE value IS 98 (38.67% from 255) = 31.11%
R=54.29%
G=14.60%
B=31.11%

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
Decimal171469800.730.430.33335.0457.642.55
HexAB2E620492B2114f3a2b
Octal25356142011153415177253
Binary10101011101110110001001001001101011100001101001111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2E62; }

 p { color: rgb(171,46,98); }

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

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

 a { background-color: rgb(171,46,98); }

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

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

 span { border-color: rgb(171,46,98); }

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