Shades of Lipstick #AA285D
Tints of Lipstick #AA285D
RGB
CMYK
RGB Variations
Color information
#AA285D (or 0xAA285D) is known color: Lipstick. HEX triplet: AA, 28 and 5D. RGB value is (170,40,93). Sum of RGB (Red+Green+Blue) = 170+40+93=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA285D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA285D is #55D7A2. Grayscale: #545454. Windows color (decimal): -5625763 or 6105258. OLE color: 6105258.
HSL color Cylindrical-coordinate representation of color #AA285D: hue angle of 335.54º 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 #AA285D is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 40 | 93 | - |
| CMYK | 0 | 0.76 | 0.45 | 0.33 |
| HSL | 335.54º | 0.62% | 0.41% | - |
| HSV(B) | 335.54º | 0.76% | 0.67% | - |
| XYZ | 19.31 | 10.85 | 11.43 | - |
| YUV | 84.91 | 132.57 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 40 | 93 | 0 | 0.76 | 0.45 | 0.33 | 335.54 | 0.62 | 0.41 |
| Hex | AA | 28 | 5D | 0 | 4C | 2D | 21 | 150 | 3E | 29 |
| Octal | 252 | 50 | 135 | 0 | 114 | 55 | 41 | 520 | 76 | 51 |
| Binary | 10101010 | 101000 | 1011101 | 0 | 1001100 | 101101 | 100001 | 101010000 | 111110 | 101001 |
Color Harmonies of #AA285D
Complementary color
Monochromatic Colors of #AA285D
Black with #AA285D
Text Example
Text Example
White with #AA285D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA285D; }
p { color: rgb(170,40,93); }
H1.HeaderClassName
{
color: #AA285D;
}
.AnyTagClassName
{
color: #AA285D;
}
</style>
background-color css
<style>
a { background-color: #AA285D; }
a { background-color: rgb(170,40,93); }
div.DivClassName
{
background-color: #AA285D;
}
.BgClassName
{
background-color: #AA285D;
}
</style>
border-color css
<style>
span { border-color: #AA285D; }
span { border-color: rgb(170,40,93); }
td.TdClassName
{
border-color: #AA285D;
}
.TagClassName
{
border-color: #AA285D;
}
</style>