#A72664

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

Shades of Lipstick #A72664

Tints of Lipstick #A72664

Color information

#A72664 (or 0xA72664) is unknown color: approx Lipstick. HEX triplet: A7, 26 and 64. RGB value is (167,38,100). Sum of RGB (Red+Green+Blue) = 167+38+100=305 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.75% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 167 - color contains mainly: red. Hex color #A72664 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72664 is #58D99B. Grayscale: #535353. Windows color (decimal): -5822876 or 6563495. OLE color: 6563495.

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

Color convert

RGB16738100-
CMYK00.770.400.35
HSL331.16º62.93%40.2%-
HSV(B)331.16º77.25%65.49%-
XYZ18.9310.5213.09-
YUV83.64137.24187.46-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 54.75%
GREEN value IS 38 (15.23% from 255) = 12.46%
BLUE value IS 100 (39.45% from 255) = 32.79%
R=54.75%
G=12.46%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1673810000.770.400.35331.1662.9340.2
HexA7266404D282314b3f28
Octal24746144011550435137750
Binary10100111100110110010001001101101000100011101001011111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72664; }

 p { color: rgb(167,38,100); }

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

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

 a { background-color: rgb(167,38,100); }

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

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

 span { border-color: rgb(167,38,100); }

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