#A12150

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

Shades of Lipstick #A12150

Tints of Lipstick #A12150

Color information

#A12150 (or 0xA12150) is unknown color: approx Lipstick. HEX triplet: A1, 21 and 50. RGB value is (161,33,80). Sum of RGB (Red+Green+Blue) = 161+33+80=274 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.76% from 274); Green value is 33 (13.28% from 255 or 12.04% from 274); Blue value is 80 (31.64% from 255 or 29.20% from 274); Max value from RGB is 161 - color contains mainly: red. Hex color #A12150 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12150 is #5EDEAF. Grayscale: #4C4C4C. Windows color (decimal): -6217392 or 5251489. OLE color: 5251489.

HSL color Cylindrical-coordinate representation of color #A12150: hue angle of 337.97º degrees, saturation: 0.66, 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 #A12150 is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.37.

Color convert

RGB1613380-
CMYK00.800.500.37
HSL337.97º65.98%38.04%-
HSV(B)337.97º79.5%63.14%-
XYZ16.699.248.49-
YUV76.63129.91188.18-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 58.76%
GREEN value IS 33 (13.28% from 255) = 12.04%
BLUE value IS 80 (31.64% from 255) = 29.20%
R=58.76%
G=12.04%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.50
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161338000.800.500.37337.9765.9838.04
HexA1215005032251524226
Octal241411200120624552210246
Binary101000011000011010000010100001100101001011010100101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12150; }

 p { color: rgb(161,33,80); }

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

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

 a { background-color: rgb(161,33,80); }

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

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

 span { border-color: rgb(161,33,80); }

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