Shades of Lipstick #A0284F
Tints of Lipstick #A0284F
RGB
CMYK
RGB Variations
Color information
#A0284F (or 0xA0284F) is known color: Lipstick. HEX triplet: A0, 28 and 4F. RGB value is (160,40,79). Sum of RGB (Red+Green+Blue) = 160+40+79=279 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.35% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 79 (31.25% from 255 or 28.32% from 279); Max value from RGB is 160 - color contains mainly: red. Hex color #A0284F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0284F is #5FD7B0. Grayscale: #505050. Windows color (decimal): -6281137 or 5187744. OLE color: 5187744.
HSL color Cylindrical-coordinate representation of color #A0284F: hue angle of 340.5º 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 #A0284F is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 40 | 79 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.37 |
| HSL | 340.5º | 0.6% | 0.39% | - |
| HSV(B) | 340.5º | 0.75% | 0.63% | - |
| XYZ | 16.67 | 9.56 | 8.36 | - |
| YUV | 80.33 | 127.26 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 40 | 79 | 0 | 0.75 | 0.51 | 0.37 | 340.5 | 0.6 | 0.39 |
| Hex | A0 | 28 | 4F | 0 | 4B | 33 | 25 | 154 | 3C | 27 |
| Octal | 240 | 50 | 117 | 0 | 113 | 63 | 45 | 524 | 74 | 47 |
| Binary | 10100000 | 101000 | 1001111 | 0 | 1001011 | 110011 | 100101 | 101010100 | 111100 | 100111 |
Color Harmonies of #A0284F
Complementary color
Monochromatic Colors of #A0284F
Black with #A0284F
Text Example
Text Example
White with #A0284F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0284F; }
p { color: rgb(160,40,79); }
H1.HeaderClassName
{
color: #A0284F;
}
.AnyTagClassName
{
color: #A0284F;
}
</style>
background-color css
<style>
a { background-color: #A0284F; }
a { background-color: rgb(160,40,79); }
div.DivClassName
{
background-color: #A0284F;
}
.BgClassName
{
background-color: #A0284F;
}
</style>
border-color css
<style>
span { border-color: #A0284F; }
span { border-color: rgb(160,40,79); }
td.TdClassName
{
border-color: #A0284F;
}
.TagClassName
{
border-color: #A0284F;
}
</style>