#A22958

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

Shades of Lipstick #A22958

Tints of Lipstick #A22958

Color information

#A22958 (or 0xA22958) is unknown color: approx Lipstick. HEX triplet: A2, 29 and 58. RGB value is (162,41,88). Sum of RGB (Red+Green+Blue) = 162+41+88=291 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.67% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 88 (34.77% from 255 or 30.24% from 291); Max value from RGB is 162 - color contains mainly: red. Hex color #A22958 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22958 is #5DD6A7. Grayscale: #525252. Windows color (decimal): -6149800 or 5777826. OLE color: 5777826.

HSL color Cylindrical-coordinate representation of color #A22958: hue angle of 336.69º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A22958 is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB1624188-
CMYK00.750.460.36
HSL336.69º59.61%39.8%-
HSV(B)336.69º74.69%63.53%-
XYZ17.459.9710.24-
YUV82.54131.09184.68-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.67%
GREEN value IS 41 (16.41% from 255) = 14.09%
BLUE value IS 88 (34.77% from 255) = 30.24%
R=55.67%
G=14.09%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162418800.750.460.36336.6959.6139.8
HexA2295804B2E241513c28
Octal24251130011356445217450
Binary10100010101001101100001001011101110100100101010001111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22958; }

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

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

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

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

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

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

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

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