Shades of Jazzberry Jam #AA226D
Tints of Jazzberry Jam #AA226D
RGB
CMYK
RGB Variations
Color information
#AA226D (or 0xAA226D) is known color: Jazzberry Jam. HEX triplet: AA, 22 and 6D. RGB value is (170,34,109). Sum of RGB (Red+Green+Blue) = 170+34+109=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 34 (13.67% from 255 or 10.86% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA226D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA226D is #55DD92. Grayscale: #535353. Windows color (decimal): -5627283 or 7152298. OLE color: 7152298.
HSL color Cylindrical-coordinate representation of color #AA226D: hue angle of 326.91º 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 #AA226D is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 34 | 109 | - |
| CMYK | 0 | 0.80 | 0.36 | 0.33 |
| HSL | 326.91º | 0.67% | 0.4% | - |
| HSV(B) | 326.91º | 0.8% | 0.67% | - |
| XYZ | 19.91 | 10.79 | 15.5 | - |
| YUV | 83.21 | 142.56 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 109 | 0 | 0.80 | 0.36 | 0.33 | 326.91 | 0.67 | 0.4 |
| Hex | AA | 22 | 6D | 0 | 50 | 24 | 21 | 147 | 43 | 28 |
| Octal | 252 | 42 | 155 | 0 | 120 | 44 | 41 | 507 | 103 | 50 |
| Binary | 10101010 | 100010 | 1101101 | 0 | 1010000 | 100100 | 100001 | 101000111 | 1000011 | 101000 |
Color Harmonies of #AA226D
Complementary color
Monochromatic Colors of #AA226D
Black with #AA226D
Text Example
Text Example
White with #AA226D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA226D; }
p { color: rgb(170,34,109); }
H1.HeaderClassName
{
color: #AA226D;
}
.AnyTagClassName
{
color: #AA226D;
}
</style>
background-color css
<style>
a { background-color: #AA226D; }
a { background-color: rgb(170,34,109); }
div.DivClassName
{
background-color: #AA226D;
}
.BgClassName
{
background-color: #AA226D;
}
</style>
border-color css
<style>
span { border-color: #AA226D; }
span { border-color: rgb(170,34,109); }
td.TdClassName
{
border-color: #AA226D;
}
.TagClassName
{
border-color: #AA226D;
}
</style>