#A62561

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

Shades of Lipstick #A62561

Tints of Lipstick #A62561

Color information

#A62561 (or 0xA62561) is unknown color: approx Lipstick. HEX triplet: A6, 25 and 61. RGB value is (166,37,97). Sum of RGB (Red+Green+Blue) = 166+37+97=300 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.33% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 97 (38.28% from 255 or 32.33% from 300); Max value from RGB is 166 - color contains mainly: red. Hex color #A62561 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62561 is #59DA9E. Grayscale: #525252. Windows color (decimal): -5888671 or 6366630. OLE color: 6366630.

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

Color convert

RGB1663797-
CMYK00.780.420.35
HSL332.09º63.55%39.8%-
HSV(B)332.09º77.71%65.1%-
XYZ18.5510.2912.32-
YUV82.41136.24187.62-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.33%
GREEN value IS 37 (14.84% from 255) = 12.33%
BLUE value IS 97 (38.28% from 255) = 32.33%
R=55.33%
G=12.33%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166379700.780.420.35332.0963.5539.8
HexA6256104E2A2314c4028
Octal246451410116524351410050
Binary101001101001011100001010011101010101000111010011001000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62561; }

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

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

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

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

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

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

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

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