Shades of Lipstick #A02864
Tints of Lipstick #A02864
RGB
CMYK
RGB Variations
Color information
#A02864 (or 0xA02864) is known color: Lipstick. HEX triplet: A0, 28 and 64. RGB value is (160,40,100). Sum of RGB (Red+Green+Blue) = 160+40+100=300 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.33% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 100 (39.45% from 255 or 33.33% from 300); Max value from RGB is 160 - color contains mainly: red. Hex color #A02864 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02864 is #5FD79B. Grayscale: #525252. Windows color (decimal): -6281116 or 6564000. OLE color: 6564000.
HSL color Cylindrical-coordinate representation of color #A02864: hue angle of 330º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A02864 is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 40 | 100 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.37 |
| HSL | 330º | 0.6% | 0.39% | - |
| HSV(B) | 330º | 0.75% | 0.63% | - |
| XYZ | 17.56 | 9.91 | 13.04 | - |
| YUV | 82.72 | 137.76 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 40 | 100 | 0 | 0.75 | 0.38 | 0.37 | 330 | 0.6 | 0.39 |
| Hex | A0 | 28 | 64 | 0 | 4B | 26 | 25 | 14A | 3C | 27 |
| Octal | 240 | 50 | 144 | 0 | 113 | 46 | 45 | 512 | 74 | 47 |
| Binary | 10100000 | 101000 | 1100100 | 0 | 1001011 | 100110 | 100101 | 101001010 | 111100 | 100111 |
Color Harmonies of #A02864
Complementary color
Monochromatic Colors of #A02864
Black with #A02864
Text Example
Text Example
White with #A02864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02864; }
p { color: rgb(160,40,100); }
H1.HeaderClassName
{
color: #A02864;
}
.AnyTagClassName
{
color: #A02864;
}
</style>
background-color css
<style>
a { background-color: #A02864; }
a { background-color: rgb(160,40,100); }
div.DivClassName
{
background-color: #A02864;
}
.BgClassName
{
background-color: #A02864;
}
</style>
border-color css
<style>
span { border-color: #A02864; }
span { border-color: rgb(160,40,100); }
td.TdClassName
{
border-color: #A02864;
}
.TagClassName
{
border-color: #A02864;
}
</style>