Shades of Lipstick #AA225A
Tints of Lipstick #AA225A
RGB
CMYK
RGB Variations
Color information
#AA225A (or 0xAA225A) is known color: Lipstick. HEX triplet: AA, 22 and 5A. RGB value is (170,34,90). Sum of RGB (Red+Green+Blue) = 170+34+90=294 (38% of max value = 765). Red value is 170 (66.80% from 255 or 57.82% from 294); Green value is 34 (13.67% from 255 or 11.56% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 170 - color contains mainly: red. Hex color #AA225A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA225A is #55DDA5. Grayscale: #505050. Windows color (decimal): -5627302 or 5907114. OLE color: 5907114.
HSL color Cylindrical-coordinate representation of color #AA225A: hue angle of 335.29º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA225A is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 34 | 90 | - |
| CMYK | 0 | 0.80 | 0.47 | 0.33 |
| HSL | 335.29º | 0.67% | 0.4% | - |
| HSV(B) | 335.29º | 0.8% | 0.67% | - |
| XYZ | 19 | 10.43 | 10.68 | - |
| YUV | 81.05 | 133.06 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 90 | 0 | 0.80 | 0.47 | 0.33 | 335.29 | 0.67 | 0.4 |
| Hex | AA | 22 | 5A | 0 | 50 | 2F | 21 | 14F | 43 | 28 |
| Octal | 252 | 42 | 132 | 0 | 120 | 57 | 41 | 517 | 103 | 50 |
| Binary | 10101010 | 100010 | 1011010 | 0 | 1010000 | 101111 | 100001 | 101001111 | 1000011 | 101000 |
Color Harmonies of #AA225A
Complementary color
Monochromatic Colors of #AA225A
Black with #AA225A
Text Example
Text Example
White with #AA225A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA225A; }
p { color: rgb(170,34,90); }
H1.HeaderClassName
{
color: #AA225A;
}
.AnyTagClassName
{
color: #AA225A;
}
</style>
background-color css
<style>
a { background-color: #AA225A; }
a { background-color: rgb(170,34,90); }
div.DivClassName
{
background-color: #AA225A;
}
.BgClassName
{
background-color: #AA225A;
}
</style>
border-color css
<style>
span { border-color: #AA225A; }
span { border-color: rgb(170,34,90); }
td.TdClassName
{
border-color: #AA225A;
}
.TagClassName
{
border-color: #AA225A;
}
</style>