#AB204C

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

Shades of Lipstick #AB204C

Tints of Lipstick #AB204C

Color information

#AB204C (or 0xAB204C) is unknown color: approx Lipstick. HEX triplet: AB, 20 and 4C. RGB value is (171,32,76). Sum of RGB (Red+Green+Blue) = 171+32+76=279 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.29% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 171 - color contains mainly: red. Hex color #AB204C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB204C is #54DFB3. Grayscale: #4E4E4E. Windows color (decimal): -5562292 or 4989099. OLE color: 4989099.

HSL color Cylindrical-coordinate representation of color #AB204C: hue angle of 341.01º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB204C is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB1713276-
CMYK00.810.560.33
HSL341.01º68.47%39.8%-
HSV(B)341.01º81.29%67.06%-
XYZ18.6210.217.83-
YUV78.58126.55193.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 61.29%
GREEN value IS 32 (12.89% from 255) = 11.47%
BLUE value IS 76 (30.08% from 255) = 27.24%
R=61.29%
G=11.47%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171327600.810.560.33341.0168.4739.8
HexAB204C05138211554428
Octal253401140121704152510450
Binary101010111000001001100010100011110001000011010101011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB204C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB204C; }

 p { color: rgb(171,32,76); }

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

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

 a { background-color: rgb(171,32,76); }

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

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

 span { border-color: rgb(171,32,76); }

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