#A2295A

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

Shades of Lipstick #A2295A

Tints of Lipstick #A2295A

Color information

#A2295A (or 0xA2295A) is unknown color: approx Lipstick. HEX triplet: A2, 29 and 5A. RGB value is (162,41,90). Sum of RGB (Red+Green+Blue) = 162+41+90=293 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.29% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 162 - color contains mainly: red. Hex color #A2295A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2295A is #5DD6A5. Grayscale: #525252. Windows color (decimal): -6149798 or 5908898. OLE color: 5908898.

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

Color convert

RGB1624190-
CMYK00.750.440.36
HSL335.7º59.61%39.8%-
HSV(B)335.7º74.69%63.53%-
XYZ17.5410.0110.68-
YUV82.76132.09184.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.29%
GREEN value IS 41 (16.41% from 255) = 13.99%
BLUE value IS 90 (35.55% from 255) = 30.72%
R=55.29%
G=13.99%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162419000.750.440.36335.759.6139.8
HexA2295A04B2C241503c28
Octal24251132011354445207450
Binary10100010101001101101001001011101100100100101010000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2295A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2295A; }

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

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

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

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

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

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

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

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