Shades of Lipstick #A02D4F
Tints of Lipstick #A02D4F
RGB
CMYK
RGB Variations
Color information
#A02D4F (or 0xA02D4F) is known color: Lipstick. HEX triplet: A0, 2D and 4F. RGB value is (160,45,79). Sum of RGB (Red+Green+Blue) = 160+45+79=284 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.34% from 284); Green value is 45 (17.97% from 255 or 15.85% from 284); Blue value is 79 (31.25% from 255 or 27.82% from 284); Max value from RGB is 160 - color contains mainly: red. Hex color #A02D4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02D4F is #5FD2B0. Grayscale: #535353. Windows color (decimal): -6279857 or 5189024. OLE color: 5189024.
HSL color Cylindrical-coordinate representation of color #A02D4F: hue angle of 342.26º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A02D4F is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 45 | 79 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.37 |
| HSL | 342.26º | 0.56% | 0.4% | - |
| HSV(B) | 342.26º | 0.72% | 0.63% | - |
| XYZ | 16.85 | 9.91 | 8.42 | - |
| YUV | 83.26 | 125.6 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 45 | 79 | 0 | 0.72 | 0.51 | 0.37 | 342.26 | 0.56 | 0.4 |
| Hex | A0 | 2D | 4F | 0 | 48 | 33 | 25 | 156 | 38 | 28 |
| Octal | 240 | 55 | 117 | 0 | 110 | 63 | 45 | 526 | 70 | 50 |
| Binary | 10100000 | 101101 | 1001111 | 0 | 1001000 | 110011 | 100101 | 101010110 | 111000 | 101000 |
Color Harmonies of #A02D4F
Complementary color
Monochromatic Colors of #A02D4F
Black with #A02D4F
Text Example
Text Example
White with #A02D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02D4F; }
p { color: rgb(160,45,79); }
H1.HeaderClassName
{
color: #A02D4F;
}
.AnyTagClassName
{
color: #A02D4F;
}
</style>
background-color css
<style>
a { background-color: #A02D4F; }
a { background-color: rgb(160,45,79); }
div.DivClassName
{
background-color: #A02D4F;
}
.BgClassName
{
background-color: #A02D4F;
}
</style>
border-color css
<style>
span { border-color: #A02D4F; }
span { border-color: rgb(160,45,79); }
td.TdClassName
{
border-color: #A02D4F;
}
.TagClassName
{
border-color: #A02D4F;
}
</style>