#A12351

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

Shades of Lipstick #A12351

Tints of Lipstick #A12351

Color information

#A12351 (or 0xA12351) is unknown color: approx Lipstick. HEX triplet: A1, 23 and 51. RGB value is (161,35,81). Sum of RGB (Red+Green+Blue) = 161+35+81=277 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.12% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 81 (32.03% from 255 or 29.24% from 277); Max value from RGB is 161 - color contains mainly: red. Hex color #A12351 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12351 is #5EDCAE. Grayscale: #4D4D4D. Windows color (decimal): -6216879 or 5317537. OLE color: 5317537.

HSL color Cylindrical-coordinate representation of color #A12351: hue angle of 338.1º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A12351 is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.37.

Color convert

RGB1613581-
CMYK00.780.500.37
HSL338.1º64.29%38.43%-
HSV(B)338.1º78.26%63.14%-
XYZ16.789.378.71-
YUV77.92129.74187.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 58.12%
GREEN value IS 35 (14.06% from 255) = 12.64%
BLUE value IS 81 (32.03% from 255) = 29.24%
R=58.12%
G=12.64%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.50
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161358100.780.500.37338.164.2938.43
HexA1235104E32251524026
Octal241431210116624552210046
Binary101000011000111010001010011101100101001011010100101000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12351; }

 p { color: rgb(161,35,81); }

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

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

 a { background-color: rgb(161,35,81); }

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

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

 span { border-color: rgb(161,35,81); }

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