#A02460

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

Shades of Lipstick #A02460

Tints of Lipstick #A02460

Color information

#A02460 (or 0xA02460) is unknown color: approx Lipstick. HEX triplet: A0, 24 and 60. RGB value is (160,36,96). Sum of RGB (Red+Green+Blue) = 160+36+96=292 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.79% from 292); Green value is 36 (14.45% from 255 or 12.33% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 160 - color contains mainly: red. Hex color #A02460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02460 is #5FDB9F. Grayscale: #4F4F4F. Windows color (decimal): -6282144 or 6300832. OLE color: 6300832.

HSL color Cylindrical-coordinate representation of color #A02460: hue angle of 330.97º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A02460 is Cyan = 0, Magento = 0.78, Yellow = 0.4 and Black (K on CMYK) = 0.37.

Color convert

RGB1603696-
CMYK00.780.40.37
HSL330.97º63.27%38.43%-
HSV(B)330.97º77.5%62.75%-
XYZ17.249.5812.01-
YUV79.92137.08185.12-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 54.79%
GREEN value IS 36 (14.45% from 255) = 12.33%
BLUE value IS 96 (37.89% from 255) = 32.88%
R=54.79%
G=12.33%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.4
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160369600.780.40.37330.9763.2738.43
HexA0246004E282514b3f26
Octal24044140011650455137746
Binary10100000100100110000001001110101000100101101001011111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02460; }

 p { color: rgb(160,36,96); }

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

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

 a { background-color: rgb(160,36,96); }

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

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

 span { border-color: rgb(160,36,96); }

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