Shades of Jazzberry Jam #AA226E
Tints of Jazzberry Jam #AA226E
RGB
CMYK
RGB Variations
Color information
#AA226E (or 0xAA226E) is known color: Jazzberry Jam. HEX triplet: AA, 22 and 6E. RGB value is (170,34,110). Sum of RGB (Red+Green+Blue) = 170+34+110=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 34 (13.67% from 255 or 10.83% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA226E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA226E is #55DD91. Grayscale: #535353. Windows color (decimal): -5627282 or 7217834. OLE color: 7217834.
HSL color Cylindrical-coordinate representation of color #AA226E: hue angle of 326.47º 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 #AA226E is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 34 | 110 | - |
| CMYK | 0 | 0.80 | 0.35 | 0.33 |
| HSL | 326.47º | 0.67% | 0.4% | - |
| HSV(B) | 326.47º | 0.8% | 0.67% | - |
| XYZ | 19.96 | 10.82 | 15.79 | - |
| YUV | 83.33 | 143.06 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 110 | 0 | 0.80 | 0.35 | 0.33 | 326.47 | 0.67 | 0.4 |
| Hex | AA | 22 | 6E | 0 | 50 | 23 | 21 | 146 | 43 | 28 |
| Octal | 252 | 42 | 156 | 0 | 120 | 43 | 41 | 506 | 103 | 50 |
| Binary | 10101010 | 100010 | 1101110 | 0 | 1010000 | 100011 | 100001 | 101000110 | 1000011 | 101000 |
Color Harmonies of #AA226E
Complementary color
Monochromatic Colors of #AA226E
Black with #AA226E
Text Example
Text Example
White with #AA226E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA226E; }
p { color: rgb(170,34,110); }
H1.HeaderClassName
{
color: #AA226E;
}
.AnyTagClassName
{
color: #AA226E;
}
</style>
background-color css
<style>
a { background-color: #AA226E; }
a { background-color: rgb(170,34,110); }
div.DivClassName
{
background-color: #AA226E;
}
.BgClassName
{
background-color: #AA226E;
}
</style>
border-color css
<style>
span { border-color: #AA226E; }
span { border-color: rgb(170,34,110); }
td.TdClassName
{
border-color: #AA226E;
}
.TagClassName
{
border-color: #AA226E;
}
</style>