#A23158

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

Shades of Lipstick #A23158

Tints of Lipstick #A23158

Color information

#A23158 (or 0xA23158) is unknown color: approx Lipstick. HEX triplet: A2, 31 and 58. RGB value is (162,49,88). Sum of RGB (Red+Green+Blue) = 162+49+88=299 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.18% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 88 (34.77% from 255 or 29.43% from 299); Max value from RGB is 162 - color contains mainly: red. Hex color #A23158 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23158 is #5DCEA7. Grayscale: #575757. Windows color (decimal): -6147752 or 5779874. OLE color: 5779874.

HSL color Cylindrical-coordinate representation of color #A23158: hue angle of 339.29º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A23158 is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB1624988-
CMYK00.700.460.36
HSL339.29º53.55%41.37%-
HSV(B)339.29º69.75%63.53%-
XYZ17.7610.5810.34-
YUV87.23128.44181.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.18%
GREEN value IS 49 (19.53% from 255) = 16.39%
BLUE value IS 88 (34.77% from 255) = 29.43%
R=54.18%
G=16.39%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162498800.700.460.36339.2953.5541.37
HexA231580462E241533629
Octal24261130010656445236651
Binary10100010110001101100001000110101110100100101010011110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23158; }

 p { color: rgb(162,49,88); }

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

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

 a { background-color: rgb(162,49,88); }

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

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

 span { border-color: rgb(162,49,88); }

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