#A2294A

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

Shades of Lipstick #A2294A

Tints of Lipstick #A2294A

Color information

#A2294A (or 0xA2294A) is unknown color: approx Lipstick. HEX triplet: A2, 29 and 4A. RGB value is (162,41,74). Sum of RGB (Red+Green+Blue) = 162+41+74=277 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.48% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 162 - color contains mainly: red. Hex color #A2294A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2294A is #5DD6B5. Grayscale: #505050. Windows color (decimal): -6149814 or 4860322. OLE color: 4860322.

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

Color convert

RGB1624174-
CMYK00.750.540.36
HSL343.64º59.61%39.8%-
HSV(B)343.64º74.69%63.53%-
XYZ16.939.767.47-
YUV80.94124.09185.82-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.48%
GREEN value IS 41 (16.41% from 255) = 14.80%
BLUE value IS 74 (29.30% from 255) = 26.71%
R=58.48%
G=14.80%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162417400.750.540.36343.6459.6139.8
HexA2294A04B36241583c28
Octal24251112011366445307450
Binary10100010101001100101001001011110110100100101011000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2294A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2294A; }

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

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

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

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

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

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

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

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