Shades of Lipstick #AA204D
Tints of Lipstick #AA204D
RGB
CMYK
RGB Variations
Color information
#AA204D (or 0xAA204D) is known color: Lipstick. HEX triplet: AA, 20 and 4D. RGB value is (170,32,77). Sum of RGB (Red+Green+Blue) = 170+32+77=279 (36% of max value = 765). Red value is 170 (66.80% from 255 or 60.93% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 170 - color contains mainly: red. Hex color #AA204D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA204D is #55DFB2. Grayscale: #4E4E4E. Windows color (decimal): -5627827 or 5054634. OLE color: 5054634.
HSL color Cylindrical-coordinate representation of color #AA204D: hue angle of 340.43º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA204D is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 32 | 77 | - |
| CMYK | 0 | 0.81 | 0.55 | 0.33 |
| HSL | 340.43º | 0.68% | 0.4% | - |
| HSV(B) | 340.43º | 0.81% | 0.67% | - |
| XYZ | 18.43 | 10.11 | 8 | - |
| YUV | 78.39 | 127.22 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 32 | 77 | 0 | 0.81 | 0.55 | 0.33 | 340.43 | 0.68 | 0.4 |
| Hex | AA | 20 | 4D | 0 | 51 | 37 | 21 | 154 | 44 | 28 |
| Octal | 252 | 40 | 115 | 0 | 121 | 67 | 41 | 524 | 104 | 50 |
| Binary | 10101010 | 100000 | 1001101 | 0 | 1010001 | 110111 | 100001 | 101010100 | 1000100 | 101000 |
Color Harmonies of #AA204D
Complementary color
Monochromatic Colors of #AA204D
Black with #AA204D
Text Example
Text Example
White with #AA204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA204D; }
p { color: rgb(170,32,77); }
H1.HeaderClassName
{
color: #AA204D;
}
.AnyTagClassName
{
color: #AA204D;
}
</style>
background-color css
<style>
a { background-color: #AA204D; }
a { background-color: rgb(170,32,77); }
div.DivClassName
{
background-color: #AA204D;
}
.BgClassName
{
background-color: #AA204D;
}
</style>
border-color css
<style>
span { border-color: #AA204D; }
span { border-color: rgb(170,32,77); }
td.TdClassName
{
border-color: #AA204D;
}
.TagClassName
{
border-color: #AA204D;
}
</style>