#A22555

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

Shades of Lipstick #A22555

Tints of Lipstick #A22555

Color information

#A22555 (or 0xA22555) is unknown color: approx Lipstick. HEX triplet: A2, 25 and 55. RGB value is (162,37,85). Sum of RGB (Red+Green+Blue) = 162+37+85=284 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.04% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 85 (33.59% from 255 or 29.93% from 284); Max value from RGB is 162 - color contains mainly: red. Hex color #A22555 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22555 is #5DDAAA. Grayscale: #4F4F4F. Windows color (decimal): -6150827 or 5580194. OLE color: 5580194.

HSL color Cylindrical-coordinate representation of color #A22555: hue angle of 336.96º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A22555 is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB1623785-
CMYK00.770.480.36
HSL336.96º62.81%39.02%-
HSV(B)336.96º77.16%63.53%-
XYZ17.29.669.55-
YUV79.85130.91186.6-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.04%
GREEN value IS 37 (14.84% from 255) = 13.03%
BLUE value IS 85 (33.59% from 255) = 29.93%
R=57.04%
G=13.03%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162378500.770.480.36336.9662.8139.02
HexA2255504D30241513f27
Octal24245125011560445217747
Binary10100010100101101010101001101110000100100101010001111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22555; }

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

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

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

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

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

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

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

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