Shades of Lipstick #AA2458
Tints of Lipstick #AA2458
RGB
CMYK
RGB Variations
Color information
#AA2458 (or 0xAA2458) is known color: Lipstick. HEX triplet: AA, 24 and 58. RGB value is (170,36,88). Sum of RGB (Red+Green+Blue) = 170+36+88=294 (38% of max value = 765). Red value is 170 (66.80% from 255 or 57.82% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 88 (34.77% from 255 or 29.93% from 294); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2458 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2458 is #55DBA7. Grayscale: #515151. Windows color (decimal): -5626792 or 5776554. OLE color: 5776554.
HSL color Cylindrical-coordinate representation of color #AA2458: hue angle of 336.72º 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 #AA2458 is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 36 | 88 | - |
| CMYK | 0 | 0.79 | 0.48 | 0.33 |
| HSL | 336.72º | 0.65% | 0.4% | - |
| HSV(B) | 336.72º | 0.79% | 0.67% | - |
| XYZ | 18.97 | 10.51 | 10.26 | - |
| YUV | 81.99 | 131.39 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 36 | 88 | 0 | 0.79 | 0.48 | 0.33 | 336.72 | 0.65 | 0.4 |
| Hex | AA | 24 | 58 | 0 | 4F | 30 | 21 | 151 | 41 | 28 |
| Octal | 252 | 44 | 130 | 0 | 117 | 60 | 41 | 521 | 101 | 50 |
| Binary | 10101010 | 100100 | 1011000 | 0 | 1001111 | 110000 | 100001 | 101010001 | 1000001 | 101000 |
Color Harmonies of #AA2458
Complementary color
Monochromatic Colors of #AA2458
Black with #AA2458
Text Example
Text Example
White with #AA2458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2458; }
p { color: rgb(170,36,88); }
H1.HeaderClassName
{
color: #AA2458;
}
.AnyTagClassName
{
color: #AA2458;
}
</style>
background-color css
<style>
a { background-color: #AA2458; }
a { background-color: rgb(170,36,88); }
div.DivClassName
{
background-color: #AA2458;
}
.BgClassName
{
background-color: #AA2458;
}
</style>
border-color css
<style>
span { border-color: #AA2458; }
span { border-color: rgb(170,36,88); }
td.TdClassName
{
border-color: #AA2458;
}
.TagClassName
{
border-color: #AA2458;
}
</style>