#AB2A5E

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

Shades of Lipstick #AB2A5E

Tints of Lipstick #AB2A5E

Color information

#AB2A5E (or 0xAB2A5E) is unknown color: approx Lipstick. HEX triplet: AB, 2A and 5E. RGB value is (171,42,94). Sum of RGB (Red+Green+Blue) = 171+42+94=307 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.70% from 307); Green value is 42 (16.80% from 255 or 13.68% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2A5E is #54D5A1. Grayscale: #565656. Windows color (decimal): -5559714 or 6171307. OLE color: 6171307.

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

Color convert

RGB1714294-
CMYK00.750.450.33
HSL335.81º60.56%41.76%-
HSV(B)335.81º75.44%67.06%-
XYZ19.6411.1211.7-
YUV86.5132.24188.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 55.70%
GREEN value IS 42 (16.80% from 255) = 13.68%
BLUE value IS 94 (37.11% from 255) = 30.62%
R=55.70%
G=13.68%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171429400.750.450.33335.8160.5641.76
HexAB2A5E04B2D211503d2a
Octal25352136011355415207552
Binary10101011101010101111001001011101101100001101010000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2A5E; }

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

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

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

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

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

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

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

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