Shades of Lipstick #AA214B
Tints of Lipstick #AA214B
RGB
CMYK
RGB Variations
Color information
#AA214B (or 0xAA214B) is known color: Lipstick. HEX triplet: AA, 21 and 4B. RGB value is (170,33,75). Sum of RGB (Red+Green+Blue) = 170+33+75=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 75 (29.69% from 255 or 26.98% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA214B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA214B is #55DEB4. Grayscale: #4E4E4E. Windows color (decimal): -5627573 or 4923818. OLE color: 4923818.
HSL color Cylindrical-coordinate representation of color #AA214B: hue angle of 341.61º 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 #AA214B is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 33 | 75 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.33 |
| HSL | 341.61º | 0.67% | 0.4% | - |
| HSV(B) | 341.61º | 0.81% | 0.67% | - |
| XYZ | 18.39 | 10.14 | 7.64 | - |
| YUV | 78.75 | 125.89 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 33 | 75 | 0 | 0.81 | 0.56 | 0.33 | 341.61 | 0.67 | 0.4 |
| Hex | AA | 21 | 4B | 0 | 51 | 38 | 21 | 156 | 43 | 28 |
| Octal | 252 | 41 | 113 | 0 | 121 | 70 | 41 | 526 | 103 | 50 |
| Binary | 10101010 | 100001 | 1001011 | 0 | 1010001 | 111000 | 100001 | 101010110 | 1000011 | 101000 |
Color Harmonies of #AA214B
Complementary color
Monochromatic Colors of #AA214B
Black with #AA214B
Text Example
Text Example
White with #AA214B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA214B; }
p { color: rgb(170,33,75); }
H1.HeaderClassName
{
color: #AA214B;
}
.AnyTagClassName
{
color: #AA214B;
}
</style>
background-color css
<style>
a { background-color: #AA214B; }
a { background-color: rgb(170,33,75); }
div.DivClassName
{
background-color: #AA214B;
}
.BgClassName
{
background-color: #AA214B;
}
</style>
border-color css
<style>
span { border-color: #AA214B; }
span { border-color: rgb(170,33,75); }
td.TdClassName
{
border-color: #AA214B;
}
.TagClassName
{
border-color: #AA214B;
}
</style>