#A12852

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

Shades of Lipstick #A12852

Tints of Lipstick #A12852

Color information

#A12852 (or 0xA12852) is unknown color: approx Lipstick. HEX triplet: A1, 28 and 52. RGB value is (161,40,82). Sum of RGB (Red+Green+Blue) = 161+40+82=283 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.89% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 82 (32.42% from 255 or 28.98% from 283); Max value from RGB is 161 - color contains mainly: red. Hex color #A12852 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12852 is #5ED7AD. Grayscale: #505050. Windows color (decimal): -6215598 or 5384353. OLE color: 5384353.

HSL color Cylindrical-coordinate representation of color #A12852: hue angle of 339.17º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A12852 is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB1614082-
CMYK00.750.490.37
HSL339.17º60.2%39.41%-
HSV(B)339.17º75.16%63.14%-
XYZ16.989.78.96-
YUV80.97128.59185.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 56.89%
GREEN value IS 40 (16.02% from 255) = 14.13%
BLUE value IS 82 (32.42% from 255) = 28.98%
R=56.89%
G=14.13%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161408200.750.490.37339.1760.239.41
HexA1285204B31251533c27
Octal24150122011361455237447
Binary10100001101000101001001001011110001100101101010011111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12852; }

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

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

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

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

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

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

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

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