Shades of Lipstick #AA255B
Tints of Lipstick #AA255B
RGB
CMYK
RGB Variations
Color information
#AA255B (or 0xAA255B) is known color: Lipstick. HEX triplet: AA, 25 and 5B. RGB value is (170,37,91). Sum of RGB (Red+Green+Blue) = 170+37+91=298 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.05% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 170 - color contains mainly: red. Hex color #AA255B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA255B is #55DAA4. Grayscale: #525252. Windows color (decimal): -5626533 or 5973418. OLE color: 5973418.
HSL color Cylindrical-coordinate representation of color #AA255B: hue angle of 335.64º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA255B is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 37 | 91 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.33 |
| HSL | 335.64º | 0.64% | 0.41% | - |
| HSV(B) | 335.64º | 0.78% | 0.67% | - |
| XYZ | 19.13 | 10.62 | 10.94 | - |
| YUV | 82.92 | 132.56 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 37 | 91 | 0 | 0.78 | 0.46 | 0.33 | 335.64 | 0.64 | 0.41 |
| Hex | AA | 25 | 5B | 0 | 4E | 2E | 21 | 150 | 40 | 29 |
| Octal | 252 | 45 | 133 | 0 | 116 | 56 | 41 | 520 | 100 | 51 |
| Binary | 10101010 | 100101 | 1011011 | 0 | 1001110 | 101110 | 100001 | 101010000 | 1000000 | 101001 |
Color Harmonies of #AA255B
Complementary color
Monochromatic Colors of #AA255B
Black with #AA255B
Text Example
Text Example
White with #AA255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA255B; }
p { color: rgb(170,37,91); }
H1.HeaderClassName
{
color: #AA255B;
}
.AnyTagClassName
{
color: #AA255B;
}
</style>
background-color css
<style>
a { background-color: #AA255B; }
a { background-color: rgb(170,37,91); }
div.DivClassName
{
background-color: #AA255B;
}
.BgClassName
{
background-color: #AA255B;
}
</style>
border-color css
<style>
span { border-color: #AA255B; }
span { border-color: rgb(170,37,91); }
td.TdClassName
{
border-color: #AA255B;
}
.TagClassName
{
border-color: #AA255B;
}
</style>