#A92863

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

Shades of Lipstick #A92863

Tints of Lipstick #A92863

Color information

#A92863 (or 0xA92863) is unknown color: approx Lipstick. HEX triplet: A9, 28 and 63. RGB value is (169,40,99). Sum of RGB (Red+Green+Blue) = 169+40+99=308 (40% of max value = 765). Red value is 169 (66.41% from 255 or 54.87% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 169 - color contains mainly: red. Hex color #A92863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92863 is #56D79C. Grayscale: #555555. Windows color (decimal): -5691293 or 6498473. OLE color: 6498473.

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

Color convert

RGB1694099-
CMYK00.760.410.34
HSL332.56º61.72%40.98%-
HSV(B)332.56º76.33%66.27%-
XYZ19.3710.8512.88-
YUV85.3135.74187.7-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 54.87%
GREEN value IS 40 (16.02% from 255) = 12.99%
BLUE value IS 99 (39.06% from 255) = 32.14%
R=54.87%
G=12.99%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169409900.760.410.34332.5661.7240.98
HexA9286304C292214d3e29
Octal25150143011451425157651
Binary10101001101000110001101001100101001100010101001101111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92863; }

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

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

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

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

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

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

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

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