#A22255

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

Shades of Lipstick #A22255

Tints of Lipstick #A22255

Color information

#A22255 (or 0xA22255) is unknown color: approx Lipstick. HEX triplet: A2, 22 and 55. RGB value is (162,34,85). Sum of RGB (Red+Green+Blue) = 162+34+85=281 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.65% from 281); Green value is 34 (13.67% from 255 or 12.10% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 162 - color contains mainly: red. Hex color #A22255 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22255 is #5DDDAA. Grayscale: #4E4E4E. Windows color (decimal): -6151595 or 5579426. OLE color: 5579426.

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

Color convert

RGB1623485-
CMYK00.790.480.36
HSL336.09º65.31%38.43%-
HSV(B)336.09º79.01%63.53%-
XYZ17.119.489.52-
YUV78.09131.91187.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.65%
GREEN value IS 34 (13.67% from 255) = 12.10%
BLUE value IS 85 (33.59% from 255) = 30.25%
R=57.65%
G=12.10%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162348500.790.480.36336.0965.3138.43
HexA2225504F30241504126
Octal242421250117604452010146
Binary101000101000101010101010011111100001001001010100001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22255; }

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

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

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

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

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

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

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

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