Shades of Lipstick #AA235E
Tints of Lipstick #AA235E
RGB
CMYK
RGB Variations
Color information
#AA235E (or 0xAA235E) is known color: Lipstick. HEX triplet: AA, 23 and 5E. RGB value is (170,35,94). Sum of RGB (Red+Green+Blue) = 170+35+94=299 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.86% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 170 - color contains mainly: red. Hex color #AA235E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA235E is #55DCA1. Grayscale: #515151. Windows color (decimal): -5627042 or 6169514. OLE color: 6169514.
HSL color Cylindrical-coordinate representation of color #AA235E: hue angle of 333.78º degrees, saturation: 0.66, 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 #AA235E is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 35 | 94 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.33 |
| HSL | 333.78º | 0.66% | 0.4% | - |
| HSV(B) | 333.78º | 0.79% | 0.67% | - |
| XYZ | 19.2 | 10.56 | 11.62 | - |
| YUV | 82.09 | 134.73 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 35 | 94 | 0 | 0.79 | 0.45 | 0.33 | 333.78 | 0.66 | 0.4 |
| Hex | AA | 23 | 5E | 0 | 4F | 2D | 21 | 14E | 42 | 28 |
| Octal | 252 | 43 | 136 | 0 | 117 | 55 | 41 | 516 | 102 | 50 |
| Binary | 10101010 | 100011 | 1011110 | 0 | 1001111 | 101101 | 100001 | 101001110 | 1000010 | 101000 |
Color Harmonies of #AA235E
Complementary color
Monochromatic Colors of #AA235E
Black with #AA235E
Text Example
Text Example
White with #AA235E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA235E; }
p { color: rgb(170,35,94); }
H1.HeaderClassName
{
color: #AA235E;
}
.AnyTagClassName
{
color: #AA235E;
}
</style>
background-color css
<style>
a { background-color: #AA235E; }
a { background-color: rgb(170,35,94); }
div.DivClassName
{
background-color: #AA235E;
}
.BgClassName
{
background-color: #AA235E;
}
</style>
border-color css
<style>
span { border-color: #AA235E; }
span { border-color: rgb(170,35,94); }
td.TdClassName
{
border-color: #AA235E;
}
.TagClassName
{
border-color: #AA235E;
}
</style>