#A12352

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

Shades of Lipstick #A12352

Tints of Lipstick #A12352

Color information

#A12352 (or 0xA12352) is unknown color: approx Lipstick. HEX triplet: A1, 23 and 52. RGB value is (161,35,82). Sum of RGB (Red+Green+Blue) = 161+35+82=278 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.91% from 278); Green value is 35 (14.06% from 255 or 12.59% from 278); Blue value is 82 (32.42% from 255 or 29.50% from 278); Max value from RGB is 161 - color contains mainly: red. Hex color #A12352 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12352 is #5EDCAD. Grayscale: #4D4D4D. Windows color (decimal): -6216878 or 5383073. OLE color: 5383073.

HSL color Cylindrical-coordinate representation of color #A12352: hue angle of 337.62º 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 #A12352 is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB1613582-
CMYK00.780.490.37
HSL337.62º64.29%38.43%-
HSV(B)337.62º78.26%63.14%-
XYZ16.829.398.91-
YUV78.03130.24187.18-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 57.91%
GREEN value IS 35 (14.06% from 255) = 12.59%
BLUE value IS 82 (32.42% from 255) = 29.50%
R=57.91%
G=12.59%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161358200.780.490.37337.6264.2938.43
HexA1235204E31251524026
Octal241431220116614552210046
Binary101000011000111010010010011101100011001011010100101000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12352; }

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

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

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

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

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

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

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

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