Shades of Lipstick #A02A6A
Tints of Lipstick #A02A6A
RGB
CMYK
RGB Variations
Color information
#A02A6A (or 0xA02A6A) is known color: Lipstick. HEX triplet: A0, 2A and 6A. RGB value is (160,42,106). Sum of RGB (Red+Green+Blue) = 160+42+106=308 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.95% from 308); Green value is 42 (16.80% from 255 or 13.64% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02A6A is #5FD595. Grayscale: #545454. Windows color (decimal): -6280598 or 6957728. OLE color: 6957728.
HSL color Cylindrical-coordinate representation of color #A02A6A: hue angle of 327.46º 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 #A02A6A is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 42 | 106 | - |
| CMYK | 0 | 0.74 | 0.34 | 0.37 |
| HSL | 327.46º | 0.58% | 0.4% | - |
| HSV(B) | 327.46º | 0.74% | 0.63% | - |
| XYZ | 17.93 | 10.17 | 14.65 | - |
| YUV | 84.58 | 140.09 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 42 | 106 | 0 | 0.74 | 0.34 | 0.37 | 327.46 | 0.58 | 0.4 |
| Hex | A0 | 2A | 6A | 0 | 4A | 22 | 25 | 147 | 3A | 28 |
| Octal | 240 | 52 | 152 | 0 | 112 | 42 | 45 | 507 | 72 | 50 |
| Binary | 10100000 | 101010 | 1101010 | 0 | 1001010 | 100010 | 100101 | 101000111 | 111010 | 101000 |
Color Harmonies of #A02A6A
Complementary color
Monochromatic Colors of #A02A6A
Black with #A02A6A
Text Example
Text Example
White with #A02A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02A6A; }
p { color: rgb(160,42,106); }
H1.HeaderClassName
{
color: #A02A6A;
}
.AnyTagClassName
{
color: #A02A6A;
}
</style>
background-color css
<style>
a { background-color: #A02A6A; }
a { background-color: rgb(160,42,106); }
div.DivClassName
{
background-color: #A02A6A;
}
.BgClassName
{
background-color: #A02A6A;
}
</style>
border-color css
<style>
span { border-color: #A02A6A; }
span { border-color: rgb(160,42,106); }
td.TdClassName
{
border-color: #A02A6A;
}
.TagClassName
{
border-color: #A02A6A;
}
</style>