Shades of Lipstick #AA225C
Tints of Lipstick #AA225C
RGB
CMYK
RGB Variations
Color information
#AA225C (or 0xAA225C) is known color: Lipstick. HEX triplet: AA, 22 and 5C. RGB value is (170,34,92). Sum of RGB (Red+Green+Blue) = 170+34+92=296 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.43% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 170 - color contains mainly: red. Hex color #AA225C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA225C is #55DDA3. Grayscale: #515151. Windows color (decimal): -5627300 or 6038186. OLE color: 6038186.
HSL color Cylindrical-coordinate representation of color #AA225C: hue angle of 334.41º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA225C is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 34 | 92 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.33 |
| HSL | 334.41º | 0.67% | 0.4% | - |
| HSV(B) | 334.41º | 0.8% | 0.67% | - |
| XYZ | 19.08 | 10.46 | 11.14 | - |
| YUV | 81.28 | 134.06 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 92 | 0 | 0.80 | 0.46 | 0.33 | 334.41 | 0.67 | 0.4 |
| Hex | AA | 22 | 5C | 0 | 50 | 2E | 21 | 14E | 43 | 28 |
| Octal | 252 | 42 | 134 | 0 | 120 | 56 | 41 | 516 | 103 | 50 |
| Binary | 10101010 | 100010 | 1011100 | 0 | 1010000 | 101110 | 100001 | 101001110 | 1000011 | 101000 |
Color Harmonies of #AA225C
Complementary color
Monochromatic Colors of #AA225C
Black with #AA225C
Text Example
Text Example
White with #AA225C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA225C; }
p { color: rgb(170,34,92); }
H1.HeaderClassName
{
color: #AA225C;
}
.AnyTagClassName
{
color: #AA225C;
}
</style>
background-color css
<style>
a { background-color: #AA225C; }
a { background-color: rgb(170,34,92); }
div.DivClassName
{
background-color: #AA225C;
}
.BgClassName
{
background-color: #AA225C;
}
</style>
border-color css
<style>
span { border-color: #AA225C; }
span { border-color: rgb(170,34,92); }
td.TdClassName
{
border-color: #AA225C;
}
.TagClassName
{
border-color: #AA225C;
}
</style>