Shades of Lipstick #AA245A
Tints of Lipstick #AA245A
RGB
CMYK
RGB Variations
Color information
#AA245A (or 0xAA245A) is known color: Lipstick. HEX triplet: AA, 24 and 5A. RGB value is (170,36,90). Sum of RGB (Red+Green+Blue) = 170+36+90=296 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.43% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 170 - color contains mainly: red. Hex color #AA245A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA245A is #55DBA5. Grayscale: #525252. Windows color (decimal): -5626790 or 5907626. OLE color: 5907626.
HSL color Cylindrical-coordinate representation of color #AA245A: hue angle of 335.82º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA245A is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 36 | 90 | - |
| CMYK | 0 | 0.79 | 0.47 | 0.33 |
| HSL | 335.82º | 0.65% | 0.4% | - |
| HSV(B) | 335.82º | 0.79% | 0.67% | - |
| XYZ | 19.05 | 10.55 | 10.7 | - |
| YUV | 82.22 | 132.39 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 36 | 90 | 0 | 0.79 | 0.47 | 0.33 | 335.82 | 0.65 | 0.4 |
| Hex | AA | 24 | 5A | 0 | 4F | 2F | 21 | 150 | 41 | 28 |
| Octal | 252 | 44 | 132 | 0 | 117 | 57 | 41 | 520 | 101 | 50 |
| Binary | 10101010 | 100100 | 1011010 | 0 | 1001111 | 101111 | 100001 | 101010000 | 1000001 | 101000 |
Color Harmonies of #AA245A
Complementary color
Monochromatic Colors of #AA245A
Black with #AA245A
Text Example
Text Example
White with #AA245A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA245A; }
p { color: rgb(170,36,90); }
H1.HeaderClassName
{
color: #AA245A;
}
.AnyTagClassName
{
color: #AA245A;
}
</style>
background-color css
<style>
a { background-color: #AA245A; }
a { background-color: rgb(170,36,90); }
div.DivClassName
{
background-color: #AA245A;
}
.BgClassName
{
background-color: #AA245A;
}
</style>
border-color css
<style>
span { border-color: #AA245A; }
span { border-color: rgb(170,36,90); }
td.TdClassName
{
border-color: #AA245A;
}
.TagClassName
{
border-color: #AA245A;
}
</style>