Shades of Lipstick #A02A6B
Tints of Lipstick #A02A6B
RGB
CMYK
RGB Variations
Color information
#A02A6B (or 0xA02A6B) is known color: Lipstick. HEX triplet: A0, 2A and 6B. RGB value is (160,42,107). Sum of RGB (Red+Green+Blue) = 160+42+107=309 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.78% from 309); Green value is 42 (16.80% from 255 or 13.59% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02A6B is #5FD594. Grayscale: #545454. Windows color (decimal): -6280597 or 7023264. OLE color: 7023264.
HSL color Cylindrical-coordinate representation of color #A02A6B: hue angle of 326.95º 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 #A02A6B is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 42 | 107 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.37 |
| HSL | 326.95º | 0.58% | 0.4% | - |
| HSV(B) | 326.95º | 0.74% | 0.63% | - |
| XYZ | 17.98 | 10.19 | 14.93 | - |
| YUV | 84.69 | 140.59 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 42 | 107 | 0 | 0.74 | 0.33 | 0.37 | 326.95 | 0.58 | 0.4 |
| Hex | A0 | 2A | 6B | 0 | 4A | 21 | 25 | 147 | 3A | 28 |
| Octal | 240 | 52 | 153 | 0 | 112 | 41 | 45 | 507 | 72 | 50 |
| Binary | 10100000 | 101010 | 1101011 | 0 | 1001010 | 100001 | 100101 | 101000111 | 111010 | 101000 |
Color Harmonies of #A02A6B
Complementary color
Monochromatic Colors of #A02A6B
Black with #A02A6B
Text Example
Text Example
White with #A02A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02A6B; }
p { color: rgb(160,42,107); }
H1.HeaderClassName
{
color: #A02A6B;
}
.AnyTagClassName
{
color: #A02A6B;
}
</style>
background-color css
<style>
a { background-color: #A02A6B; }
a { background-color: rgb(160,42,107); }
div.DivClassName
{
background-color: #A02A6B;
}
.BgClassName
{
background-color: #A02A6B;
}
</style>
border-color css
<style>
span { border-color: #A02A6B; }
span { border-color: rgb(160,42,107); }
td.TdClassName
{
border-color: #A02A6B;
}
.TagClassName
{
border-color: #A02A6B;
}
</style>