Shades of Jazzberry Jam #AA226A
Tints of Jazzberry Jam #AA226A
RGB
CMYK
RGB Variations
Color information
#AA226A (or 0xAA226A) is known color: Jazzberry Jam. HEX triplet: AA, 22 and 6A. RGB value is (170,34,106). Sum of RGB (Red+Green+Blue) = 170+34+106=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 106 (41.80% from 255 or 34.19% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA226A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA226A is #55DD95. Grayscale: #525252. Windows color (decimal): -5627286 or 6955690. OLE color: 6955690.
HSL color Cylindrical-coordinate representation of color #AA226A: hue angle of 328.24º 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 #AA226A is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 34 | 106 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.33 |
| HSL | 328.24º | 0.67% | 0.4% | - |
| HSV(B) | 328.24º | 0.8% | 0.67% | - |
| XYZ | 19.75 | 10.73 | 14.67 | - |
| YUV | 82.87 | 141.06 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 106 | 0 | 0.80 | 0.38 | 0.33 | 328.24 | 0.67 | 0.4 |
| Hex | AA | 22 | 6A | 0 | 50 | 26 | 21 | 148 | 43 | 28 |
| Octal | 252 | 42 | 152 | 0 | 120 | 46 | 41 | 510 | 103 | 50 |
| Binary | 10101010 | 100010 | 1101010 | 0 | 1010000 | 100110 | 100001 | 101001000 | 1000011 | 101000 |
Color Harmonies of #AA226A
Complementary color
Monochromatic Colors of #AA226A
Black with #AA226A
Text Example
Text Example
White with #AA226A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA226A; }
p { color: rgb(170,34,106); }
H1.HeaderClassName
{
color: #AA226A;
}
.AnyTagClassName
{
color: #AA226A;
}
</style>
background-color css
<style>
a { background-color: #AA226A; }
a { background-color: rgb(170,34,106); }
div.DivClassName
{
background-color: #AA226A;
}
.BgClassName
{
background-color: #AA226A;
}
</style>
border-color css
<style>
span { border-color: #AA226A; }
span { border-color: rgb(170,34,106); }
td.TdClassName
{
border-color: #AA226A;
}
.TagClassName
{
border-color: #AA226A;
}
</style>