#A03062

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

Shades of Lipstick #A03062

Tints of Lipstick #A03062

Color information

#A03062 (or 0xA03062) is unknown color: approx Lipstick. HEX triplet: A0, 30 and 62. RGB value is (160,48,98). Sum of RGB (Red+Green+Blue) = 160+48+98=306 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.29% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 98 (38.67% from 255 or 32.03% from 306); Max value from RGB is 160 - color contains mainly: red. Hex color #A03062 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03062 is #5FCF9D. Grayscale: #575757. Windows color (decimal): -6279070 or 6434976. OLE color: 6434976.

HSL color Cylindrical-coordinate representation of color #A03062: hue angle of 333.21º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A03062 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB1604898-
CMYK00.700.390.37
HSL333.21º53.85%40.78%-
HSV(B)333.21º70%62.75%-
XYZ17.7610.4712.64-
YUV87.19134.11179.93-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.29%
GREEN value IS 48 (19.14% from 255) = 15.69%
BLUE value IS 98 (38.67% from 255) = 32.03%
R=52.29%
G=15.69%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160489800.700.390.37333.2153.8540.78
HexA03062046272514d3629
Octal24060142010647455156651
Binary10100000110000110001001000110100111100101101001101110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03062; }

 p { color: rgb(160,48,98); }

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

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

 a { background-color: rgb(160,48,98); }

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

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

 span { border-color: rgb(160,48,98); }

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