#ab2860

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

Shades of Lipstick #AB2860

Tints of Lipstick #AB2860

Color information

#AB2860 (or 0xAB2860) is unknown color: approx Lipstick. HEX triplet: AB, 28 and 60. RGB value is (171,40,96). Sum of RGB (Red+Green+Blue) = 171+40+96=307 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.70% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2860 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2860 is #54D79F. Grayscale: #555555. Windows color (decimal): -5560224 or 6301867. OLE color: 6301867.

HSL color Cylindrical-coordinate representation of color #AB2860: hue angle of 334.35º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB2860 is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB1714096-
CMYK00.770.440.33
HSL334.35º62.09%41.37%-
HSV(B)334.35º76.61%67.06%-
XYZ19.6611.0212.16-
YUV85.55133.9188.95-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 55.70%
GREEN value IS 40 (16.02% from 255) = 13.03%
BLUE value IS 96 (37.89% from 255) = 31.27%
R=55.70%
G=13.03%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171409600.770.440.33334.3562.0941.37
HexAB286004D2C2114e3e29
Octal25350140011554415167651
Binary10101011101000110000001001101101100100001101001110111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab2860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab2860; }

 p { color: rgb(171,40,96); }

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

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

 a { background-color: rgb(171,40,96); }

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

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

 span { border-color: rgb(171,40,96); }

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