#AB204B

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

Shades of Lipstick #AB204B

Tints of Lipstick #AB204B

Color information

#AB204B (or 0xAB204B) is unknown color: approx Lipstick. HEX triplet: AB, 20 and 4B. RGB value is (171,32,75). Sum of RGB (Red+Green+Blue) = 171+32+75=278 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.51% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 75 (29.69% from 255 or 26.98% from 278); Max value from RGB is 171 - color contains mainly: red. Hex color #AB204B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB204B is #54DFB4. Grayscale: #4E4E4E. Windows color (decimal): -5562293 or 4923563. OLE color: 4923563.

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

Color convert

RGB1713275-
CMYK00.810.560.33
HSL341.44º68.47%39.8%-
HSV(B)341.44º81.29%67.06%-
XYZ18.5810.27.65-
YUV78.46126.05194-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 61.51%
GREEN value IS 32 (12.89% from 255) = 11.51%
BLUE value IS 75 (29.69% from 255) = 26.98%
R=61.51%
G=11.51%
B=26.98%

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
Decimal171327500.810.560.33341.4468.4739.8
HexAB204B05138211554428
Octal253401130121704152510450
Binary101010111000001001011010100011110001000011010101011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB204B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB204B; }

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

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

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

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

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

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

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

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