#A62861

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

Shades of Lipstick #A62861

Tints of Lipstick #A62861

Color information

#A62861 (or 0xA62861) is unknown color: approx Lipstick. HEX triplet: A6, 28 and 61. RGB value is (166,40,97). Sum of RGB (Red+Green+Blue) = 166+40+97=303 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.79% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 97 (38.28% from 255 or 32.01% from 303); Max value from RGB is 166 - color contains mainly: red. Hex color #A62861 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62861 is #59D79E. Grayscale: #545454. Windows color (decimal): -5887903 or 6367398. OLE color: 6367398.

HSL color Cylindrical-coordinate representation of color #A62861: hue angle of 332.86º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A62861 is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB1664097-
CMYK00.760.420.35
HSL332.86º61.17%40.39%-
HSV(B)332.86º75.9%65.1%-
XYZ18.6410.4912.35-
YUV84.17135.24186.37-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.79%
GREEN value IS 40 (16.02% from 255) = 13.20%
BLUE value IS 97 (38.28% from 255) = 32.01%
R=54.79%
G=13.20%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166409700.760.420.35332.8661.1740.39
HexA6286104C2A2314d3d28
Octal24650141011452435157550
Binary10100110101000110000101001100101010100011101001101111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62861; }

 p { color: rgb(166,40,97); }

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

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

 a { background-color: rgb(166,40,97); }

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

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

 span { border-color: rgb(166,40,97); }

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