Shades of Jazzberry Jam #AA215E
Tints of Jazzberry Jam #AA215E
RGB
CMYK
RGB Variations
Color information
#AA215E (or 0xAA215E) is known color: Jazzberry Jam. HEX triplet: AA, 21 and 5E. RGB value is (170,33,94). Sum of RGB (Red+Green+Blue) = 170+33+94=297 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.24% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 170 - color contains mainly: red. Hex color #AA215E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA215E is #55DEA1. Grayscale: #505050. Windows color (decimal): -5627554 or 6169002. OLE color: 6169002.
HSL color Cylindrical-coordinate representation of color #AA215E: hue angle of 333.28º 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 #AA215E is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 33 | 94 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.33 |
| HSL | 333.28º | 0.67% | 0.4% | - |
| HSV(B) | 333.28º | 0.81% | 0.67% | - |
| XYZ | 19.14 | 10.44 | 11.6 | - |
| YUV | 80.92 | 135.39 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 33 | 94 | 0 | 0.81 | 0.45 | 0.33 | 333.28 | 0.67 | 0.4 |
| Hex | AA | 21 | 5E | 0 | 51 | 2D | 21 | 14D | 43 | 28 |
| Octal | 252 | 41 | 136 | 0 | 121 | 55 | 41 | 515 | 103 | 50 |
| Binary | 10101010 | 100001 | 1011110 | 0 | 1010001 | 101101 | 100001 | 101001101 | 1000011 | 101000 |
Color Harmonies of #AA215E
Complementary color
Monochromatic Colors of #AA215E
Black with #AA215E
Text Example
Text Example
White with #AA215E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA215E; }
p { color: rgb(170,33,94); }
H1.HeaderClassName
{
color: #AA215E;
}
.AnyTagClassName
{
color: #AA215E;
}
</style>
background-color css
<style>
a { background-color: #AA215E; }
a { background-color: rgb(170,33,94); }
div.DivClassName
{
background-color: #AA215E;
}
.BgClassName
{
background-color: #AA215E;
}
</style>
border-color css
<style>
span { border-color: #AA215E; }
span { border-color: rgb(170,33,94); }
td.TdClassName
{
border-color: #AA215E;
}
.TagClassName
{
border-color: #AA215E;
}
</style>