#A12A5A

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

Shades of Lipstick #A12A5A

Tints of Lipstick #A12A5A

Color information

#A12A5A (or 0xA12A5A) is unknown color: approx Lipstick. HEX triplet: A1, 2A and 5A. RGB value is (161,42,90). Sum of RGB (Red+Green+Blue) = 161+42+90=293 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.95% from 293); Green value is 42 (16.80% from 255 or 14.33% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 161 - color contains mainly: red. Hex color #A12A5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12A5A is #5ED5A5. Grayscale: #525252. Windows color (decimal): -6215078 or 5909153. OLE color: 5909153.

HSL color Cylindrical-coordinate representation of color #A12A5A: hue angle of 335.8º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A12A5A is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.37.

Color convert

RGB1614290-
CMYK00.740.440.37
HSL335.8º58.62%39.8%-
HSV(B)335.8º73.91%63.14%-
XYZ17.379.9710.68-
YUV83.05131.92183.6-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.95%
GREEN value IS 42 (16.80% from 255) = 14.33%
BLUE value IS 90 (35.55% from 255) = 30.72%
R=54.95%
G=14.33%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.44
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161429000.740.440.37335.858.6239.8
HexA12A5A04A2C251503b28
Octal24152132011254455207350
Binary10100001101010101101001001010101100100101101010000111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12A5A; }

 p { color: rgb(161,42,90); }

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

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

 a { background-color: rgb(161,42,90); }

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

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

 span { border-color: rgb(161,42,90); }

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