#AB2D5B

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

Shades of Rouge #AB2D5B

Tints of Rouge #AB2D5B

Color information

#AB2D5B (or 0xAB2D5B) is unknown color: approx Rouge. HEX triplet: AB, 2D and 5B. RGB value is (171,45,91). Sum of RGB (Red+Green+Blue) = 171+45+91=307 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.70% from 307); Green value is 45 (17.97% from 255 or 14.66% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2D5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2D5B is #54D2A4. Grayscale: #575757. Windows color (decimal): -5558949 or 5975467. OLE color: 5975467.

HSL color Cylindrical-coordinate representation of color #AB2D5B: hue angle of 338.1º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB2D5B is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB1714591-
CMYK00.740.470.33
HSL338.1º58.33%42.35%-
HSV(B)338.1º73.68%67.06%-
XYZ19.6211.2911.04-
YUV87.92129.74187.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 55.70%
GREEN value IS 45 (17.97% from 255) = 14.66%
BLUE value IS 91 (35.94% from 255) = 29.64%
R=55.70%
G=14.66%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171459100.740.470.33338.158.3342.35
HexAB2D5B04A2F211523a2a
Octal25355133011257415227252
Binary10101011101101101101101001010101111100001101010010111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2D5B; }

 p { color: rgb(171,45,91); }

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

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

 a { background-color: rgb(171,45,91); }

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

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

 span { border-color: rgb(171,45,91); }

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