Shades of Lipstick #AA275D
Tints of Lipstick #AA275D
RGB
CMYK
RGB Variations
Color information
#AA275D (or 0xAA275D) is known color: Lipstick. HEX triplet: AA, 27 and 5D. RGB value is (170,39,93). Sum of RGB (Red+Green+Blue) = 170+39+93=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA275D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA275D is #55D8A2. Grayscale: #545454. Windows color (decimal): -5626019 or 6105002. OLE color: 6105002.
HSL color Cylindrical-coordinate representation of color #AA275D: hue angle of 335.27º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA275D is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 39 | 93 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.33 |
| HSL | 335.27º | 0.63% | 0.41% | - |
| HSV(B) | 335.27º | 0.77% | 0.67% | - |
| XYZ | 19.28 | 10.79 | 11.42 | - |
| YUV | 84.33 | 132.9 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 93 | 0 | 0.77 | 0.45 | 0.33 | 335.27 | 0.63 | 0.41 |
| Hex | AA | 27 | 5D | 0 | 4D | 2D | 21 | 14F | 3F | 29 |
| Octal | 252 | 47 | 135 | 0 | 115 | 55 | 41 | 517 | 77 | 51 |
| Binary | 10101010 | 100111 | 1011101 | 0 | 1001101 | 101101 | 100001 | 101001111 | 111111 | 101001 |
Color Harmonies of #AA275D
Complementary color
Monochromatic Colors of #AA275D
Black with #AA275D
Text Example
Text Example
White with #AA275D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA275D; }
p { color: rgb(170,39,93); }
H1.HeaderClassName
{
color: #AA275D;
}
.AnyTagClassName
{
color: #AA275D;
}
</style>
background-color css
<style>
a { background-color: #AA275D; }
a { background-color: rgb(170,39,93); }
div.DivClassName
{
background-color: #AA275D;
}
.BgClassName
{
background-color: #AA275D;
}
</style>
border-color css
<style>
span { border-color: #AA275D; }
span { border-color: rgb(170,39,93); }
td.TdClassName
{
border-color: #AA275D;
}
.TagClassName
{
border-color: #AA275D;
}
</style>