#AB2558

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

Shades of Lipstick #AB2558

Tints of Lipstick #AB2558

Color information

#AB2558 (or 0xAB2558) is unknown color: approx Lipstick. HEX triplet: AB, 25 and 58. RGB value is (171,37,88). Sum of RGB (Red+Green+Blue) = 171+37+88=296 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.77% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 88 (34.77% from 255 or 29.73% from 296); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2558 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2558 is #54DAA7. Grayscale: #525252. Windows color (decimal): -5561000 or 5776811. OLE color: 5776811.

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

Color convert

RGB1713788-
CMYK00.780.490.33
HSL337.16º64.42%40.78%-
HSV(B)337.16º78.36%67.06%-
XYZ19.2210.6910.28-
YUV82.88130.89190.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.77%
GREEN value IS 37 (14.84% from 255) = 12.5%
BLUE value IS 88 (34.77% from 255) = 29.73%
R=57.77%
G=12.5%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171378800.780.490.33337.1664.4240.78
HexAB255804E31211514029
Octal253451300116614152110051
Binary101010111001011011000010011101100011000011010100011000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2558; }

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

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

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

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

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

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

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

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