#AB2A5A

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

Shades of Lipstick #AB2A5A

Tints of Lipstick #AB2A5A

Color information

#AB2A5A (or 0xAB2A5A) is unknown color: approx Lipstick. HEX triplet: AB, 2A and 5A. RGB value is (171,42,90). Sum of RGB (Red+Green+Blue) = 171+42+90=303 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.44% from 303); Green value is 42 (16.80% from 255 or 13.86% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2A5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2A5A is #54D5A5. Grayscale: #555555. Windows color (decimal): -5559718 or 5909163. OLE color: 5909163.

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

Color convert

RGB1714290-
CMYK00.750.470.33
HSL337.67º60.56%41.76%-
HSV(B)337.67º75.44%67.06%-
XYZ19.4711.0510.78-
YUV86.04130.24188.6-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 56.44%
GREEN value IS 42 (16.80% from 255) = 13.86%
BLUE value IS 90 (35.55% from 255) = 29.70%
R=56.44%
G=13.86%
B=29.70%

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
Decimal171429000.750.470.33337.6760.5641.76
HexAB2A5A04B2F211523d2a
Octal25352132011357415227552
Binary10101011101010101101001001011101111100001101010010111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2A5A; }

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

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

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

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

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

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

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

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