#AB2A5F

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

Shades of Rouge #AB2A5F

Tints of Rouge #AB2A5F

Color information

#AB2A5F (or 0xAB2A5F) is unknown color: approx Rouge. HEX triplet: AB, 2A and 5F. RGB value is (171,42,95). Sum of RGB (Red+Green+Blue) = 171+42+95=308 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.52% from 308); Green value is 42 (16.80% from 255 or 13.64% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2A5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2A5F is #54D5A0. Grayscale: #565656. Windows color (decimal): -5559713 or 6236843. OLE color: 6236843.

HSL color Cylindrical-coordinate representation of color #AB2A5F: hue angle of 335.35º degrees, saturation: 0.61, 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 #AB2A5F is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB1714295-
CMYK00.750.440.33
HSL335.35º60.56%41.76%-
HSV(B)335.35º75.44%67.06%-
XYZ19.6911.1411.94-
YUV86.61132.74188.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 55.52%
GREEN value IS 42 (16.80% from 255) = 13.64%
BLUE value IS 95 (37.5% from 255) = 30.84%
R=55.52%
G=13.64%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171429500.750.440.33335.3560.5641.76
HexAB2A5F04B2C2114f3d2a
Octal25352137011354415177552
Binary10101011101010101111101001011101100100001101001111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2A5F; }

 p { color: rgb(171,42,95); }

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

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

 a { background-color: rgb(171,42,95); }

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

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

 span { border-color: rgb(171,42,95); }

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