Shades of Lipstick #AA285F
Tints of Lipstick #AA285F
RGB
CMYK
RGB Variations
Color information
#AA285F (or 0xAA285F) is known color: Lipstick. HEX triplet: AA, 28 and 5F. RGB value is (170,40,95). Sum of RGB (Red+Green+Blue) = 170+40+95=305 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.74% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 170 - color contains mainly: red. Hex color #AA285F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA285F is #55D7A0. Grayscale: #555555. Windows color (decimal): -5625761 or 6236330. OLE color: 6236330.
HSL color Cylindrical-coordinate representation of color #AA285F: hue angle of 334.62º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA285F is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 40 | 95 | - |
| CMYK | 0 | 0.76 | 0.44 | 0.33 |
| HSL | 334.62º | 0.62% | 0.41% | - |
| HSV(B) | 334.62º | 0.76% | 0.67% | - |
| XYZ | 19.4 | 10.89 | 11.91 | - |
| YUV | 85.14 | 133.57 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 40 | 95 | 0 | 0.76 | 0.44 | 0.33 | 334.62 | 0.62 | 0.41 |
| Hex | AA | 28 | 5F | 0 | 4C | 2C | 21 | 14F | 3E | 29 |
| Octal | 252 | 50 | 137 | 0 | 114 | 54 | 41 | 517 | 76 | 51 |
| Binary | 10101010 | 101000 | 1011111 | 0 | 1001100 | 101100 | 100001 | 101001111 | 111110 | 101001 |
Color Harmonies of #AA285F
Complementary color
Monochromatic Colors of #AA285F
Black with #AA285F
Text Example
Text Example
White with #AA285F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA285F; }
p { color: rgb(170,40,95); }
H1.HeaderClassName
{
color: #AA285F;
}
.AnyTagClassName
{
color: #AA285F;
}
</style>
background-color css
<style>
a { background-color: #AA285F; }
a { background-color: rgb(170,40,95); }
div.DivClassName
{
background-color: #AA285F;
}
.BgClassName
{
background-color: #AA285F;
}
</style>
border-color css
<style>
span { border-color: #AA285F; }
span { border-color: rgb(170,40,95); }
td.TdClassName
{
border-color: #AA285F;
}
.TagClassName
{
border-color: #AA285F;
}
</style>