Shades of Jazzberry Jam #AA0B64
Tints of Jazzberry Jam #AA0B64
RGB
CMYK
RGB Variations
Color information
#AA0B64 (or 0xAA0B64) is known color: Jazzberry Jam. HEX triplet: AA, 0B and 64. RGB value is (170,11,100). Sum of RGB (Red+Green+Blue) = 170+11+100=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 11 (4.69% from 255 or 3.91% from 281); Blue value is 100 (39.45% from 255 or 35.59% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0B64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0B64 is #55F49B. Grayscale: #444444. Windows color (decimal): -5633180 or 6556586. OLE color: 6556586.
HSL color Cylindrical-coordinate representation of color #AA0B64: hue angle of 326.42º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0B64 is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 11 | 100 | - |
| CMYK | 0 | 0.94 | 0.41 | 0.33 |
| HSL | 326.42º | 0.88% | 0.35% | - |
| HSV(B) | 326.42º | 0.94% | 0.67% | - |
| XYZ | 19 | 9.71 | 12.93 | - |
| YUV | 68.69 | 145.68 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 11 | 100 | 0 | 0.94 | 0.41 | 0.33 | 326.42 | 0.88 | 0.35 |
| Hex | AA | B | 64 | 0 | 5E | 29 | 21 | 146 | 58 | 23 |
| Octal | 252 | 13 | 144 | 0 | 136 | 51 | 41 | 506 | 130 | 43 |
| Binary | 10101010 | 1011 | 1100100 | 0 | 1011110 | 101001 | 100001 | 101000110 | 1011000 | 100011 |
Color Harmonies of #AA0B64
Complementary color
Monochromatic Colors of #AA0B64
Black with #AA0B64
Text Example
Text Example
White with #AA0B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0B64; }
p { color: rgb(170,11,100); }
H1.HeaderClassName
{
color: #AA0B64;
}
.AnyTagClassName
{
color: #AA0B64;
}
</style>
background-color css
<style>
a { background-color: #AA0B64; }
a { background-color: rgb(170,11,100); }
div.DivClassName
{
background-color: #AA0B64;
}
.BgClassName
{
background-color: #AA0B64;
}
</style>
border-color css
<style>
span { border-color: #AA0B64; }
span { border-color: rgb(170,11,100); }
td.TdClassName
{
border-color: #AA0B64;
}
.TagClassName
{
border-color: #AA0B64;
}
</style>