Shades of Lipstick #AA225B
Tints of Lipstick #AA225B
RGB
CMYK
RGB Variations
Color information
#AA225B (or 0xAA225B) is known color: Lipstick. HEX triplet: AA, 22 and 5B. RGB value is (170,34,91). Sum of RGB (Red+Green+Blue) = 170+34+91=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA225B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA225B is #55DDA4. Grayscale: #515151. Windows color (decimal): -5627301 or 5972650. OLE color: 5972650.
HSL color Cylindrical-coordinate representation of color #AA225B: hue angle of 334.85º 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 #AA225B is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 34 | 91 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.33 |
| HSL | 334.85º | 0.67% | 0.4% | - |
| HSV(B) | 334.85º | 0.8% | 0.67% | - |
| XYZ | 19.04 | 10.45 | 10.91 | - |
| YUV | 81.16 | 133.56 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 91 | 0 | 0.80 | 0.46 | 0.33 | 334.85 | 0.67 | 0.4 |
| Hex | AA | 22 | 5B | 0 | 50 | 2E | 21 | 14F | 43 | 28 |
| Octal | 252 | 42 | 133 | 0 | 120 | 56 | 41 | 517 | 103 | 50 |
| Binary | 10101010 | 100010 | 1011011 | 0 | 1010000 | 101110 | 100001 | 101001111 | 1000011 | 101000 |
Color Harmonies of #AA225B
Complementary color
Monochromatic Colors of #AA225B
Black with #AA225B
Text Example
Text Example
White with #AA225B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA225B; }
p { color: rgb(170,34,91); }
H1.HeaderClassName
{
color: #AA225B;
}
.AnyTagClassName
{
color: #AA225B;
}
</style>
background-color css
<style>
a { background-color: #AA225B; }
a { background-color: rgb(170,34,91); }
div.DivClassName
{
background-color: #AA225B;
}
.BgClassName
{
background-color: #AA225B;
}
</style>
border-color css
<style>
span { border-color: #AA225B; }
span { border-color: rgb(170,34,91); }
td.TdClassName
{
border-color: #AA225B;
}
.TagClassName
{
border-color: #AA225B;
}
</style>