#A42660

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

Shades of Lipstick #A42660

Tints of Lipstick #A42660

Color information

#A42660 (or 0xA42660) is unknown color: approx Lipstick. HEX triplet: A4, 26 and 60. RGB value is (164,38,96). Sum of RGB (Red+Green+Blue) = 164+38+96=298 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.03% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 164 - color contains mainly: red. Hex color #A42660 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42660 is #5BD99F. Grayscale: #525252. Windows color (decimal): -6019488 or 6301348. OLE color: 6301348.

HSL color Cylindrical-coordinate representation of color #A42660: hue angle of 332.38º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A42660 is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB1643896-
CMYK00.770.410.36
HSL332.38º62.38%39.61%-
HSV(B)332.38º76.83%64.31%-
XYZ18.1110.1212.07-
YUV82.29135.74186.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 55.03%
GREEN value IS 38 (15.23% from 255) = 12.75%
BLUE value IS 96 (37.89% from 255) = 32.21%
R=55.03%
G=12.75%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164389600.770.410.36332.3862.3839.61
HexA4266004D292414c3e28
Octal24446140011551445147650
Binary10100100100110110000001001101101001100100101001100111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42660; }

 p { color: rgb(164,38,96); }

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

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

 a { background-color: rgb(164,38,96); }

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

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

 span { border-color: rgb(164,38,96); }

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