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