#AB2F5C

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

Shades of Rouge #AB2F5C

Tints of Rouge #AB2F5C

Color information

#AB2F5C (or 0xAB2F5C) is unknown color: approx Rouge. HEX triplet: AB, 2F and 5C. RGB value is (171,47,92). Sum of RGB (Red+Green+Blue) = 171+47+92=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 47 (18.75% from 255 or 15.16% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2F5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2F5C is #54D0A3. Grayscale: #595959. Windows color (decimal): -5558436 or 6041515. OLE color: 6041515.

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

Color convert

RGB1714792-
CMYK00.730.460.33
HSL338.23º56.88%42.75%-
HSV(B)338.23º72.51%67.06%-
XYZ19.7411.4611.3-
YUV89.21129.58186.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 55.16%
GREEN value IS 47 (18.75% from 255) = 15.16%
BLUE value IS 92 (36.33% from 255) = 29.68%
R=55.16%
G=15.16%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171479200.730.460.33338.2356.8842.75
HexAB2F5C0492E21152392b
Octal25357134011156415227153
Binary10101011101111101110001001001101110100001101010010111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2F5C; }

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

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

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

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

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

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

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

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