#ab2552

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

Shades of Lipstick #AB2552

Tints of Lipstick #AB2552

Color information

#AB2552 (or 0xAB2552) is unknown color: approx Lipstick. HEX triplet: AB, 25 and 52. RGB value is (171,37,82). Sum of RGB (Red+Green+Blue) = 171+37+82=290 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.97% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 82 (32.42% from 255 or 28.28% from 290); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2552 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2552 is #54DAAD. Grayscale: #525252. Windows color (decimal): -5561006 or 5383595. OLE color: 5383595.

HSL color Cylindrical-coordinate representation of color #AB2552: hue angle of 339.85º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB2552 is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB1713782-
CMYK00.780.520.33
HSL339.85º64.42%40.78%-
HSV(B)339.85º78.36%67.06%-
XYZ18.9810.599.03-
YUV82.2127.89191.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 58.97%
GREEN value IS 37 (14.84% from 255) = 12.76%
BLUE value IS 82 (32.42% from 255) = 28.28%
R=58.97%
G=12.76%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171378200.780.520.33339.8564.4240.78
HexAB255204E34211544029
Octal253451220116644152410051
Binary101010111001011010010010011101101001000011010101001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab2552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab2552; }

 p { color: rgb(171,37,82); }

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

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

 a { background-color: rgb(171,37,82); }

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

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

 span { border-color: rgb(171,37,82); }

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