Shades of Lipstick #AA2A5A
Tints of Lipstick #AA2A5A
RGB
CMYK
RGB Variations
Color information
#AA2A5A (or 0xAA2A5A) is known color: Lipstick. HEX triplet: AA, 2A and 5A. RGB value is (170,42,90). Sum of RGB (Red+Green+Blue) = 170+42+90=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 42 (16.80% from 255 or 13.91% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2A5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2A5A is #55D5A5. Grayscale: #555555. Windows color (decimal): -5625254 or 5909162. OLE color: 5909162.
HSL color Cylindrical-coordinate representation of color #AA2A5A: hue angle of 337.5º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA2A5A is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 42 | 90 | - |
| CMYK | 0 | 0.75 | 0.47 | 0.33 |
| HSL | 337.5º | 0.6% | 0.42% | - |
| HSV(B) | 337.5º | 0.75% | 0.67% | - |
| XYZ | 19.25 | 10.94 | 10.77 | - |
| YUV | 85.74 | 130.41 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 42 | 90 | 0 | 0.75 | 0.47 | 0.33 | 337.5 | 0.6 | 0.42 |
| Hex | AA | 2A | 5A | 0 | 4B | 2F | 21 | 152 | 3C | 2A |
| Octal | 252 | 52 | 132 | 0 | 113 | 57 | 41 | 522 | 74 | 52 |
| Binary | 10101010 | 101010 | 1011010 | 0 | 1001011 | 101111 | 100001 | 101010010 | 111100 | 101010 |
Color Harmonies of #AA2A5A
Complementary color
Monochromatic Colors of #AA2A5A
Black with #AA2A5A
Text Example
Text Example
White with #AA2A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2A5A; }
p { color: rgb(170,42,90); }
H1.HeaderClassName
{
color: #AA2A5A;
}
.AnyTagClassName
{
color: #AA2A5A;
}
</style>
background-color css
<style>
a { background-color: #AA2A5A; }
a { background-color: rgb(170,42,90); }
div.DivClassName
{
background-color: #AA2A5A;
}
.BgClassName
{
background-color: #AA2A5A;
}
</style>
border-color css
<style>
span { border-color: #AA2A5A; }
span { border-color: rgb(170,42,90); }
td.TdClassName
{
border-color: #AA2A5A;
}
.TagClassName
{
border-color: #AA2A5A;
}
</style>