Shades of Lipstick #AA215A
Tints of Lipstick #AA215A
RGB
CMYK
RGB Variations
Color information
#AA215A (or 0xAA215A) is known color: Lipstick. HEX triplet: AA, 21 and 5A. RGB value is (170,33,90). Sum of RGB (Red+Green+Blue) = 170+33+90=293 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.02% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 170 - color contains mainly: red. Hex color #AA215A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA215A is #55DEA5. Grayscale: #505050. Windows color (decimal): -5627558 or 5906858. OLE color: 5906858.
HSL color Cylindrical-coordinate representation of color #AA215A: hue angle of 335.04º degrees, saturation: 0.67, 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 #AA215A is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 33 | 90 | - |
| CMYK | 0 | 0.81 | 0.47 | 0.33 |
| HSL | 335.04º | 0.67% | 0.4% | - |
| HSV(B) | 335.04º | 0.81% | 0.67% | - |
| XYZ | 18.97 | 10.37 | 10.68 | - |
| YUV | 80.46 | 133.39 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 33 | 90 | 0 | 0.81 | 0.47 | 0.33 | 335.04 | 0.67 | 0.4 |
| Hex | AA | 21 | 5A | 0 | 51 | 2F | 21 | 14F | 43 | 28 |
| Octal | 252 | 41 | 132 | 0 | 121 | 57 | 41 | 517 | 103 | 50 |
| Binary | 10101010 | 100001 | 1011010 | 0 | 1010001 | 101111 | 100001 | 101001111 | 1000011 | 101000 |
Color Harmonies of #AA215A
Complementary color
Monochromatic Colors of #AA215A
Black with #AA215A
Text Example
Text Example
White with #AA215A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA215A; }
p { color: rgb(170,33,90); }
H1.HeaderClassName
{
color: #AA215A;
}
.AnyTagClassName
{
color: #AA215A;
}
</style>
background-color css
<style>
a { background-color: #AA215A; }
a { background-color: rgb(170,33,90); }
div.DivClassName
{
background-color: #AA215A;
}
.BgClassName
{
background-color: #AA215A;
}
</style>
border-color css
<style>
span { border-color: #AA215A; }
span { border-color: rgb(170,33,90); }
td.TdClassName
{
border-color: #AA215A;
}
.TagClassName
{
border-color: #AA215A;
}
</style>