#A1204A

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

Shades of Lipstick #A1204A

Tints of Lipstick #A1204A

Color information

#A1204A (or 0xA1204A) is unknown color: approx Lipstick. HEX triplet: A1, 20 and 4A. RGB value is (161,32,74). Sum of RGB (Red+Green+Blue) = 161+32+74=267 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.30% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 74 (29.30% from 255 or 27.72% from 267); Max value from RGB is 161 - color contains mainly: red. Hex color #A1204A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1204A is #5EDFB5. Grayscale: #4B4B4B. Windows color (decimal): -6217654 or 4858017. OLE color: 4858017.

HSL color Cylindrical-coordinate representation of color #A1204A: hue angle of 340.47º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A1204A is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB1613274-
CMYK00.800.540.37
HSL340.47º66.84%37.84%-
HSV(B)340.47º80.12%63.14%-
XYZ16.459.17.37-
YUV75.36127.24189.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 60.30%
GREEN value IS 32 (12.89% from 255) = 11.99%
BLUE value IS 74 (29.30% from 255) = 27.72%
R=60.30%
G=11.99%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.54
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161327400.800.540.37340.4766.8437.84
HexA1204A05036251544326
Octal241401120120664552410346
Binary101000011000001001010010100001101101001011010101001000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1204A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1204A; }

 p { color: rgb(161,32,74); }

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

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

 a { background-color: rgb(161,32,74); }

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

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

 span { border-color: rgb(161,32,74); }

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