#A62863

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

Shades of Lipstick #A62863

Tints of Lipstick #A62863

Color information

#A62863 (or 0xA62863) is unknown color: approx Lipstick. HEX triplet: A6, 28 and 63. RGB value is (166,40,99). Sum of RGB (Red+Green+Blue) = 166+40+99=305 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.43% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 99 (39.06% from 255 or 32.46% from 305); Max value from RGB is 166 - color contains mainly: red. Hex color #A62863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62863 is #59D79C. Grayscale: #545454. Windows color (decimal): -5887901 or 6498470. OLE color: 6498470.

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

Color convert

RGB1664099-
CMYK00.760.400.35
HSL331.9º61.17%40.39%-
HSV(B)331.9º75.9%65.1%-
XYZ18.7410.5312.85-
YUV84.4136.24186.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.43%
GREEN value IS 40 (16.02% from 255) = 13.11%
BLUE value IS 99 (39.06% from 255) = 32.46%
R=54.43%
G=13.11%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166409900.760.400.35331.961.1740.39
HexA6286304C282314c3d28
Octal24650143011450435147550
Binary10100110101000110001101001100101000100011101001100111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62863; }

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

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

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

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

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

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

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

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