#A2295E

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

Shades of Lipstick #A2295E

Tints of Lipstick #A2295E

Color information

#A2295E (or 0xA2295E) is unknown color: approx Lipstick. HEX triplet: A2, 29 and 5E. RGB value is (162,41,94). Sum of RGB (Red+Green+Blue) = 162+41+94=297 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.55% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 162 - color contains mainly: red. Hex color #A2295E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2295E is #5DD6A1. Grayscale: #535353. Windows color (decimal): -6149794 or 6171042. OLE color: 6171042.

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

Color convert

RGB1624194-
CMYK00.750.420.36
HSL333.72º59.61%39.8%-
HSV(B)333.72º74.69%63.53%-
XYZ17.7110.0811.6-
YUV83.22134.09184.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.55%
GREEN value IS 41 (16.41% from 255) = 13.80%
BLUE value IS 94 (37.11% from 255) = 31.65%
R=54.55%
G=13.80%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162419400.750.420.36333.7259.6139.8
HexA2295E04B2A2414e3c28
Octal24251136011352445167450
Binary10100010101001101111001001011101010100100101001110111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2295E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2295E; }

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

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

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

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

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

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

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

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