#AB2B55

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

Shades of Lipstick #AB2B55

Tints of Lipstick #AB2B55

Color information

#AB2B55 (or 0xAB2B55) is unknown color: approx Lipstick. HEX triplet: AB, 2B and 55. RGB value is (171,43,85). Sum of RGB (Red+Green+Blue) = 171+43+85=299 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.19% from 299); Green value is 43 (17.19% from 255 or 14.38% from 299); Blue value is 85 (33.59% from 255 or 28.43% from 299); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2B55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2B55 is #54D4AA. Grayscale: #565656. Windows color (decimal): -5559467 or 5581739. OLE color: 5581739.

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

Color convert

RGB1714385-
CMYK00.750.500.33
HSL340.31º59.81%41.96%-
HSV(B)340.31º74.85%67.06%-
XYZ19.311.049.71-
YUV86.06127.41188.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.19%
GREEN value IS 43 (17.19% from 255) = 14.38%
BLUE value IS 85 (33.59% from 255) = 28.43%
R=57.19%
G=14.38%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171438500.750.500.33340.3159.8141.96
HexAB2B5504B32211543c2a
Octal25353125011362415247452
Binary10101011101011101010101001011110010100001101010100111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2B55; }

 p { color: rgb(171,43,85); }

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

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

 a { background-color: rgb(171,43,85); }

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

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

 span { border-color: rgb(171,43,85); }

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