#A62558

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

Shades of Lipstick #A62558

Tints of Lipstick #A62558

Color information

#A62558 (or 0xA62558) is unknown color: approx Lipstick. HEX triplet: A6, 25 and 58. RGB value is (166,37,88). Sum of RGB (Red+Green+Blue) = 166+37+88=291 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.04% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 88 (34.77% from 255 or 30.24% from 291); Max value from RGB is 166 - color contains mainly: red. Hex color #A62558 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62558 is #59DAA7. Grayscale: #515151. Windows color (decimal): -5888680 or 5776806. OLE color: 5776806.

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

Color convert

RGB1663788-
CMYK00.780.470.35
HSL336.28º63.55%39.8%-
HSV(B)336.28º77.71%65.1%-
XYZ18.1510.1310.23-
YUV81.38131.74188.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 57.04%
GREEN value IS 37 (14.84% from 255) = 12.71%
BLUE value IS 88 (34.77% from 255) = 30.24%
R=57.04%
G=12.71%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166378800.780.470.35336.2863.5539.8
HexA6255804E2F231504028
Octal246451300116574352010050
Binary101001101001011011000010011101011111000111010100001000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62558; }

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

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

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

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

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

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

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

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