#A72863

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

Shades of Lipstick #A72863

Tints of Lipstick #A72863

Color information

#A72863 (or 0xA72863) is unknown color: approx Lipstick. HEX triplet: A7, 28 and 63. RGB value is (167,40,99). Sum of RGB (Red+Green+Blue) = 167+40+99=306 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.58% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 167 - color contains mainly: red. Hex color #A72863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72863 is #58D79C. Grayscale: #545454. Windows color (decimal): -5822365 or 6498471. OLE color: 6498471.

HSL color Cylindrical-coordinate representation of color #A72863: hue angle of 332.13º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A72863 is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB1674099-
CMYK00.760.410.35
HSL332.13º61.35%40.59%-
HSV(B)332.13º76.05%65.49%-
XYZ18.9510.6312.86-
YUV84.7136.08186.7-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 54.58%
GREEN value IS 40 (16.02% from 255) = 13.07%
BLUE value IS 99 (39.06% from 255) = 32.35%
R=54.58%
G=13.07%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167409900.760.410.35332.1361.3540.59
HexA7286304C292314c3d29
Octal24750143011451435147551
Binary10100111101000110001101001100101001100011101001100111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72863; }

 p { color: rgb(167,40,99); }

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

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

 a { background-color: rgb(167,40,99); }

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

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

 span { border-color: rgb(167,40,99); }

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