#AB2A5B

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

Shades of Lipstick #AB2A5B

Tints of Lipstick #AB2A5B

Color information

#AB2A5B (or 0xAB2A5B) is unknown color: approx Lipstick. HEX triplet: AB, 2A and 5B. RGB value is (171,42,91). Sum of RGB (Red+Green+Blue) = 171+42+91=304 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.25% from 304); Green value is 42 (16.80% from 255 or 13.82% from 304); Blue value is 91 (35.94% from 255 or 29.93% from 304); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2A5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2A5B is #54D5A4. Grayscale: #565656. Windows color (decimal): -5559717 or 5974699. OLE color: 5974699.

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

Color convert

RGB1714291-
CMYK00.750.470.33
HSL337.21º60.56%41.76%-
HSV(B)337.21º75.44%67.06%-
XYZ19.5111.0711.01-
YUV86.16130.74188.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 56.25%
GREEN value IS 42 (16.80% from 255) = 13.82%
BLUE value IS 91 (35.94% from 255) = 29.93%
R=56.25%
G=13.82%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171429100.750.470.33337.2160.5641.76
HexAB2A5B04B2F211513d2a
Octal25352133011357415217552
Binary10101011101010101101101001011101111100001101010001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2A5B; }

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

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

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

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

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

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

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

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