#A62862

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

Shades of Lipstick #A62862

Tints of Lipstick #A62862

Color information

#A62862 (or 0xA62862) is unknown color: approx Lipstick. HEX triplet: A6, 28 and 62. RGB value is (166,40,98). Sum of RGB (Red+Green+Blue) = 166+40+98=304 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.61% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 98 (38.67% from 255 or 32.24% from 304); Max value from RGB is 166 - color contains mainly: red. Hex color #A62862 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62862 is #59D79D. Grayscale: #545454. Windows color (decimal): -5887902 or 6432934. OLE color: 6432934.

HSL color Cylindrical-coordinate representation of color #A62862: hue angle of 332.38º 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 #A62862 is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB1664098-
CMYK00.760.410.35
HSL332.38º61.17%40.39%-
HSV(B)332.38º75.9%65.1%-
XYZ18.6910.5112.6-
YUV84.29135.74186.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.61%
GREEN value IS 40 (16.02% from 255) = 13.16%
BLUE value IS 98 (38.67% from 255) = 32.24%
R=54.61%
G=13.16%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166409800.760.410.35332.3861.1740.39
HexA6286204C292314c3d28
Octal24650142011451435147550
Binary10100110101000110001001001100101001100011101001100111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62862; }

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

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

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

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

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

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

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

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