Shades of Lipstick #AA275B
Tints of Lipstick #AA275B
RGB
CMYK
RGB Variations
Color information
#AA275B (or 0xAA275B) is known color: Lipstick. HEX triplet: AA, 27 and 5B. RGB value is (170,39,91). Sum of RGB (Red+Green+Blue) = 170+39+91=300 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.67% from 300); Green value is 39 (15.62% from 255 or 13% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 170 - color contains mainly: red. Hex color #AA275B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA275B is #55D8A4. Grayscale: #545454. Windows color (decimal): -5626021 or 5973930. OLE color: 5973930.
HSL color Cylindrical-coordinate representation of color #AA275B: hue angle of 336.18º 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 #AA275B is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 39 | 91 | - |
| CMYK | 0 | 0.77 | 0.46 | 0.33 |
| HSL | 336.18º | 0.63% | 0.41% | - |
| HSV(B) | 336.18º | 0.77% | 0.67% | - |
| XYZ | 19.19 | 10.75 | 10.96 | - |
| YUV | 84.1 | 131.9 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 91 | 0 | 0.77 | 0.46 | 0.33 | 336.18 | 0.63 | 0.41 |
| Hex | AA | 27 | 5B | 0 | 4D | 2E | 21 | 150 | 3F | 29 |
| Octal | 252 | 47 | 133 | 0 | 115 | 56 | 41 | 520 | 77 | 51 |
| Binary | 10101010 | 100111 | 1011011 | 0 | 1001101 | 101110 | 100001 | 101010000 | 111111 | 101001 |
Color Harmonies of #AA275B
Complementary color
Monochromatic Colors of #AA275B
Black with #AA275B
Text Example
Text Example
White with #AA275B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA275B; }
p { color: rgb(170,39,91); }
H1.HeaderClassName
{
color: #AA275B;
}
.AnyTagClassName
{
color: #AA275B;
}
</style>
background-color css
<style>
a { background-color: #AA275B; }
a { background-color: rgb(170,39,91); }
div.DivClassName
{
background-color: #AA275B;
}
.BgClassName
{
background-color: #AA275B;
}
</style>
border-color css
<style>
span { border-color: #AA275B; }
span { border-color: rgb(170,39,91); }
td.TdClassName
{
border-color: #AA275B;
}
.TagClassName
{
border-color: #AA275B;
}
</style>