#A12F62

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

Shades of Lipstick #A12F62

Tints of Lipstick #A12F62

Color information

#A12F62 (or 0xA12F62) is unknown color: approx Lipstick. HEX triplet: A1, 2F and 62. RGB value is (161,47,98). Sum of RGB (Red+Green+Blue) = 161+47+98=306 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.61% from 306); Green value is 47 (18.75% from 255 or 15.36% from 306); Blue value is 98 (38.67% from 255 or 32.03% from 306); Max value from RGB is 161 - color contains mainly: red. Hex color #A12F62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12F62 is #5ED09D. Grayscale: #565656. Windows color (decimal): -6213790 or 6434721. OLE color: 6434721.

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

Color convert

RGB1614798-
CMYK00.710.390.37
HSL333.16º54.81%40.78%-
HSV(B)333.16º70.81%63.14%-
XYZ17.9210.4912.64-
YUV86.9134.27180.85-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.61%
GREEN value IS 47 (18.75% from 255) = 15.36%
BLUE value IS 98 (38.67% from 255) = 32.03%
R=52.61%
G=15.36%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161479800.710.390.37333.1654.8140.78
HexA12F62047272514d3729
Octal24157142010747455156751
Binary10100001101111110001001000111100111100101101001101110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12F62; }

 p { color: rgb(161,47,98); }

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

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

 a { background-color: rgb(161,47,98); }

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

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

 span { border-color: rgb(161,47,98); }

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