Shades of Jazzberry Jam #AA226C
Tints of Jazzberry Jam #AA226C
RGB
CMYK
RGB Variations
Color information
#AA226C (or 0xAA226C) is known color: Jazzberry Jam. HEX triplet: AA, 22 and 6C. RGB value is (170,34,108). Sum of RGB (Red+Green+Blue) = 170+34+108=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 34 (13.67% from 255 or 10.90% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA226C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA226C is #55DD93. Grayscale: #525252. Windows color (decimal): -5627284 or 7086762. OLE color: 7086762.
HSL color Cylindrical-coordinate representation of color #AA226C: hue angle of 327.35º 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 #AA226C is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 34 | 108 | - |
| CMYK | 0 | 0.80 | 0.36 | 0.33 |
| HSL | 327.35º | 0.67% | 0.4% | - |
| HSV(B) | 327.35º | 0.8% | 0.67% | - |
| XYZ | 19.86 | 10.77 | 15.22 | - |
| YUV | 83.1 | 142.06 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 108 | 0 | 0.80 | 0.36 | 0.33 | 327.35 | 0.67 | 0.4 |
| Hex | AA | 22 | 6C | 0 | 50 | 24 | 21 | 147 | 43 | 28 |
| Octal | 252 | 42 | 154 | 0 | 120 | 44 | 41 | 507 | 103 | 50 |
| Binary | 10101010 | 100010 | 1101100 | 0 | 1010000 | 100100 | 100001 | 101000111 | 1000011 | 101000 |
Color Harmonies of #AA226C
Complementary color
Monochromatic Colors of #AA226C
Black with #AA226C
Text Example
Text Example
White with #AA226C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA226C; }
p { color: rgb(170,34,108); }
H1.HeaderClassName
{
color: #AA226C;
}
.AnyTagClassName
{
color: #AA226C;
}
</style>
background-color css
<style>
a { background-color: #AA226C; }
a { background-color: rgb(170,34,108); }
div.DivClassName
{
background-color: #AA226C;
}
.BgClassName
{
background-color: #AA226C;
}
</style>
border-color css
<style>
span { border-color: #AA226C; }
span { border-color: rgb(170,34,108); }
td.TdClassName
{
border-color: #AA226C;
}
.TagClassName
{
border-color: #AA226C;
}
</style>