#a62958

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

Shades of Lipstick #A62958

Tints of Lipstick #A62958

Color information

#A62958 (or 0xA62958) is unknown color: approx Lipstick. HEX triplet: A6, 29 and 58. RGB value is (166,41,88). Sum of RGB (Red+Green+Blue) = 166+41+88=295 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.27% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 88 (34.77% from 255 or 29.83% from 295); Max value from RGB is 166 - color contains mainly: red. Hex color #A62958 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62958 is #59D6A7. Grayscale: #535353. Windows color (decimal): -5887656 or 5777830. OLE color: 5777830.

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

Color convert

RGB1664188-
CMYK00.750.470.35
HSL337.44º60.39%40.59%-
HSV(B)337.44º75.3%65.1%-
XYZ18.2810.410.28-
YUV83.73130.41186.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 56.27%
GREEN value IS 41 (16.41% from 255) = 13.90%
BLUE value IS 88 (34.77% from 255) = 29.83%
R=56.27%
G=13.90%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166418800.750.470.35337.4460.3940.59
HexA6295804B2F231513c29
Octal24651130011357435217451
Binary10100110101001101100001001011101111100011101010001111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a62958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a62958; }

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

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

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

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

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

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

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

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