Shades of Lipstick #AA235D
Tints of Lipstick #AA235D
RGB
CMYK
RGB Variations
Color information
#AA235D (or 0xAA235D) is known color: Lipstick. HEX triplet: AA, 23 and 5D. RGB value is (170,35,93). Sum of RGB (Red+Green+Blue) = 170+35+93=298 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.05% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 170 - color contains mainly: red. Hex color #AA235D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA235D is #55DCA2. Grayscale: #515151. Windows color (decimal): -5627043 or 6103978. OLE color: 6103978.
HSL color Cylindrical-coordinate representation of color #AA235D: hue angle of 334.22º 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 #AA235D is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 35 | 93 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.33 |
| HSL | 334.22º | 0.66% | 0.4% | - |
| HSV(B) | 334.22º | 0.79% | 0.67% | - |
| XYZ | 19.15 | 10.54 | 11.38 | - |
| YUV | 81.98 | 134.23 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 35 | 93 | 0 | 0.79 | 0.45 | 0.33 | 334.22 | 0.66 | 0.4 |
| Hex | AA | 23 | 5D | 0 | 4F | 2D | 21 | 14E | 42 | 28 |
| Octal | 252 | 43 | 135 | 0 | 117 | 55 | 41 | 516 | 102 | 50 |
| Binary | 10101010 | 100011 | 1011101 | 0 | 1001111 | 101101 | 100001 | 101001110 | 1000010 | 101000 |
Color Harmonies of #AA235D
Complementary color
Monochromatic Colors of #AA235D
Black with #AA235D
Text Example
Text Example
White with #AA235D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA235D; }
p { color: rgb(170,35,93); }
H1.HeaderClassName
{
color: #AA235D;
}
.AnyTagClassName
{
color: #AA235D;
}
</style>
background-color css
<style>
a { background-color: #AA235D; }
a { background-color: rgb(170,35,93); }
div.DivClassName
{
background-color: #AA235D;
}
.BgClassName
{
background-color: #AA235D;
}
</style>
border-color css
<style>
span { border-color: #AA235D; }
span { border-color: rgb(170,35,93); }
td.TdClassName
{
border-color: #AA235D;
}
.TagClassName
{
border-color: #AA235D;
}
</style>