#AB235E

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

Shades of Lipstick #AB235E

Tints of Lipstick #AB235E

Color information

#AB235E (or 0xAB235E) is unknown color: approx Lipstick. HEX triplet: AB, 23 and 5E. RGB value is (171,35,94). Sum of RGB (Red+Green+Blue) = 171+35+94=300 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 171 - color contains mainly: red. Hex color #AB235E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB235E is #54DCA1. Grayscale: #525252. Windows color (decimal): -5561506 or 6169515. OLE color: 6169515.

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

Color convert

RGB1713594-
CMYK00.800.450.33
HSL333.97º66.02%40.39%-
HSV(B)333.97º79.53%67.06%-
XYZ19.4210.6711.63-
YUV82.39134.56191.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57%
GREEN value IS 35 (14.06% from 255) = 11.67%
BLUE value IS 94 (37.11% from 255) = 31.33%
R=57%
G=11.67%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171359400.800.450.33333.9766.0240.39
HexAB235E0502D2114e4228
Octal253431360120554151610250
Binary101010111000111011110010100001011011000011010011101000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB235E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB235E; }

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

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

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

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

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

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

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

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