#A42760

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

Shades of Lipstick #A42760

Tints of Lipstick #A42760

Color information

#A42760 (or 0xA42760) is unknown color: approx Lipstick. HEX triplet: A4, 27 and 60. RGB value is (164,39,96). Sum of RGB (Red+Green+Blue) = 164+39+96=299 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.85% from 299); Green value is 39 (15.62% from 255 or 13.04% from 299); Blue value is 96 (37.89% from 255 or 32.11% from 299); Max value from RGB is 164 - color contains mainly: red. Hex color #A42760 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42760 is #5BD89F. Grayscale: #525252. Windows color (decimal): -6019232 or 6301604. OLE color: 6301604.

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

Color convert

RGB1643996-
CMYK00.760.410.36
HSL332.64º61.58%39.8%-
HSV(B)332.64º76.22%64.31%-
XYZ18.1510.1912.08-
YUV82.87135.41185.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 54.85%
GREEN value IS 39 (15.62% from 255) = 13.04%
BLUE value IS 96 (37.89% from 255) = 32.11%
R=54.85%
G=13.04%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164399600.760.410.36332.6461.5839.8
HexA4276004C292414d3e28
Octal24447140011451445157650
Binary10100100100111110000001001100101001100100101001101111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42760; }

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

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

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

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

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

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

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

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