Shades of Lipstick #AA204F
Tints of Lipstick #AA204F
RGB
CMYK
RGB Variations
Color information
#AA204F (or 0xAA204F) is known color: Lipstick. HEX triplet: AA, 20 and 4F. RGB value is (170,32,79). Sum of RGB (Red+Green+Blue) = 170+32+79=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 79 (31.25% from 255 or 28.11% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA204F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA204F is #55DFB0. Grayscale: #4E4E4E. Windows color (decimal): -5627825 or 5185706. OLE color: 5185706.
HSL color Cylindrical-coordinate representation of color #AA204F: hue angle of 339.57º 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 #AA204F is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 32 | 79 | - |
| CMYK | 0 | 0.81 | 0.54 | 0.33 |
| HSL | 339.57º | 0.68% | 0.4% | - |
| HSV(B) | 339.57º | 0.81% | 0.67% | - |
| XYZ | 18.51 | 10.14 | 8.38 | - |
| YUV | 78.62 | 128.22 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 32 | 79 | 0 | 0.81 | 0.54 | 0.33 | 339.57 | 0.68 | 0.4 |
| Hex | AA | 20 | 4F | 0 | 51 | 36 | 21 | 154 | 44 | 28 |
| Octal | 252 | 40 | 117 | 0 | 121 | 66 | 41 | 524 | 104 | 50 |
| Binary | 10101010 | 100000 | 1001111 | 0 | 1010001 | 110110 | 100001 | 101010100 | 1000100 | 101000 |
Color Harmonies of #AA204F
Complementary color
Monochromatic Colors of #AA204F
Black with #AA204F
Text Example
Text Example
White with #AA204F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA204F; }
p { color: rgb(170,32,79); }
H1.HeaderClassName
{
color: #AA204F;
}
.AnyTagClassName
{
color: #AA204F;
}
</style>
background-color css
<style>
a { background-color: #AA204F; }
a { background-color: rgb(170,32,79); }
div.DivClassName
{
background-color: #AA204F;
}
.BgClassName
{
background-color: #AA204F;
}
</style>
border-color css
<style>
span { border-color: #AA204F; }
span { border-color: rgb(170,32,79); }
td.TdClassName
{
border-color: #AA204F;
}
.TagClassName
{
border-color: #AA204F;
}
</style>