Shades of Lipstick #AA214A
Tints of Lipstick #AA214A
RGB
CMYK
RGB Variations
Color information
#AA214A (or 0xAA214A) is known color: Lipstick. HEX triplet: AA, 21 and 4A. RGB value is (170,33,74). Sum of RGB (Red+Green+Blue) = 170+33+74=277 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.37% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 170 - color contains mainly: red. Hex color #AA214A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA214A is #55DEB5. Grayscale: #4E4E4E. Windows color (decimal): -5627574 or 4858282. OLE color: 4858282.
HSL color Cylindrical-coordinate representation of color #AA214A: hue angle of 342.04º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA214A is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 33 | 74 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.33 |
| HSL | 342.04º | 0.67% | 0.4% | - |
| HSV(B) | 342.04º | 0.81% | 0.67% | - |
| XYZ | 18.36 | 10.13 | 7.47 | - |
| YUV | 78.64 | 125.39 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 33 | 74 | 0 | 0.81 | 0.56 | 0.33 | 342.04 | 0.67 | 0.4 |
| Hex | AA | 21 | 4A | 0 | 51 | 38 | 21 | 156 | 43 | 28 |
| Octal | 252 | 41 | 112 | 0 | 121 | 70 | 41 | 526 | 103 | 50 |
| Binary | 10101010 | 100001 | 1001010 | 0 | 1010001 | 111000 | 100001 | 101010110 | 1000011 | 101000 |
Color Harmonies of #AA214A
Complementary color
Monochromatic Colors of #AA214A
Black with #AA214A
Text Example
Text Example
White with #AA214A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA214A; }
p { color: rgb(170,33,74); }
H1.HeaderClassName
{
color: #AA214A;
}
.AnyTagClassName
{
color: #AA214A;
}
</style>
background-color css
<style>
a { background-color: #AA214A; }
a { background-color: rgb(170,33,74); }
div.DivClassName
{
background-color: #AA214A;
}
.BgClassName
{
background-color: #AA214A;
}
</style>
border-color css
<style>
span { border-color: #AA214A; }
span { border-color: rgb(170,33,74); }
td.TdClassName
{
border-color: #AA214A;
}
.TagClassName
{
border-color: #AA214A;
}
</style>