#AB2358

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

Shades of Lipstick #AB2358

Tints of Lipstick #AB2358

Color information

#AB2358 (or 0xAB2358) is unknown color: approx Lipstick. HEX triplet: AB, 23 and 58. RGB value is (171,35,88). Sum of RGB (Red+Green+Blue) = 171+35+88=294 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.16% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 88 (34.77% from 255 or 29.93% from 294); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2358 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2358 is #54DCA7. Grayscale: #515151. Windows color (decimal): -5561512 or 5776299. OLE color: 5776299.

HSL color Cylindrical-coordinate representation of color #AB2358: hue angle of 336.62º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB2358 is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB1713588-
CMYK00.800.490.33
HSL336.62º66.02%40.39%-
HSV(B)336.62º79.53%67.06%-
XYZ19.1610.5610.26-
YUV81.71131.56191.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 58.16%
GREEN value IS 35 (14.06% from 255) = 11.90%
BLUE value IS 88 (34.77% from 255) = 29.93%
R=58.16%
G=11.90%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171358800.800.490.33336.6266.0240.39
HexAB235805031211514228
Octal253431300120614152110250
Binary101010111000111011000010100001100011000011010100011000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2358; }

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

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

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

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

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

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

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

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