Shades of Lipstick #A02A6D
Tints of Lipstick #A02A6D
RGB
CMYK
RGB Variations
Color information
#A02A6D (or 0xA02A6D) is known color: Lipstick. HEX triplet: A0, 2A and 6D. RGB value is (160,42,109). Sum of RGB (Red+Green+Blue) = 160+42+109=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 42 (16.80% from 255 or 13.50% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02A6D is #5FD592. Grayscale: #545454. Windows color (decimal): -6280595 or 7154336. OLE color: 7154336.
HSL color Cylindrical-coordinate representation of color #A02A6D: hue angle of 325.93º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A02A6D is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 42 | 109 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.37 |
| HSL | 325.93º | 0.58% | 0.4% | - |
| HSV(B) | 325.93º | 0.74% | 0.63% | - |
| XYZ | 18.09 | 10.23 | 15.49 | - |
| YUV | 84.92 | 141.59 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 42 | 109 | 0 | 0.74 | 0.32 | 0.37 | 325.93 | 0.58 | 0.4 |
| Hex | A0 | 2A | 6D | 0 | 4A | 20 | 25 | 146 | 3A | 28 |
| Octal | 240 | 52 | 155 | 0 | 112 | 40 | 45 | 506 | 72 | 50 |
| Binary | 10100000 | 101010 | 1101101 | 0 | 1001010 | 100000 | 100101 | 101000110 | 111010 | 101000 |
Color Harmonies of #A02A6D
Complementary color
Monochromatic Colors of #A02A6D
Black with #A02A6D
Text Example
Text Example
White with #A02A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02A6D; }
p { color: rgb(160,42,109); }
H1.HeaderClassName
{
color: #A02A6D;
}
.AnyTagClassName
{
color: #A02A6D;
}
</style>
background-color css
<style>
a { background-color: #A02A6D; }
a { background-color: rgb(160,42,109); }
div.DivClassName
{
background-color: #A02A6D;
}
.BgClassName
{
background-color: #A02A6D;
}
</style>
border-color css
<style>
span { border-color: #A02A6D; }
span { border-color: rgb(160,42,109); }
td.TdClassName
{
border-color: #A02A6D;
}
.TagClassName
{
border-color: #A02A6D;
}
</style>