#A62F58

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

Shades of Lipstick #A62F58

Tints of Lipstick #A62F58

Color information

#A62F58 (or 0xA62F58) is unknown color: approx Lipstick. HEX triplet: A6, 2F and 58. RGB value is (166,47,88). Sum of RGB (Red+Green+Blue) = 166+47+88=301 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.15% from 301); Green value is 47 (18.75% from 255 or 15.61% from 301); Blue value is 88 (34.77% from 255 or 29.24% from 301); Max value from RGB is 166 - color contains mainly: red. Hex color #A62F58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62F58 is #59D0A7. Grayscale: #575757. Windows color (decimal): -5886120 or 5779366. OLE color: 5779366.

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

Color convert

RGB1664788-
CMYK00.720.470.35
HSL339.33º55.87%41.76%-
HSV(B)339.33º71.69%65.1%-
XYZ18.510.8410.35-
YUV87.26128.42184.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.15%
GREEN value IS 47 (18.75% from 255) = 15.61%
BLUE value IS 88 (34.77% from 255) = 29.24%
R=55.15%
G=15.61%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166478800.720.470.35339.3355.8741.76
HexA62F580482F23153382a
Octal24657130011057435237052
Binary10100110101111101100001001000101111100011101010011111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62F58; }

 p { color: rgb(166,47,88); }

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

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

 a { background-color: rgb(166,47,88); }

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

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

 span { border-color: rgb(166,47,88); }

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