#A23055

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

Shades of Lipstick #A23055

Tints of Lipstick #A23055

Color information

#A23055 (or 0xA23055) is unknown color: approx Lipstick. HEX triplet: A2, 30 and 55. RGB value is (162,48,85). Sum of RGB (Red+Green+Blue) = 162+48+85=295 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.92% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 162 - color contains mainly: red. Hex color #A23055 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23055 is #5DCFAA. Grayscale: #565656. Windows color (decimal): -6148011 or 5583010. OLE color: 5583010.

HSL color Cylindrical-coordinate representation of color #A23055: hue angle of 340.53º 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 #A23055 is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB1624885-
CMYK00.700.480.36
HSL340.53º54.29%41.18%-
HSV(B)340.53º70.37%63.53%-
XYZ17.610.459.68-
YUV86.3127.27181.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.92%
GREEN value IS 48 (19.14% from 255) = 16.27%
BLUE value IS 85 (33.59% from 255) = 28.81%
R=54.92%
G=16.27%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162488500.700.480.36340.5354.2941.18
HexA2305504630241553629
Octal24260125010660445256651
Binary10100010110000101010101000110110000100100101010101110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23055; }

 p { color: rgb(162,48,85); }

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

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

 a { background-color: rgb(162,48,85); }

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

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

 span { border-color: rgb(162,48,85); }

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