Shades of Jazzberry Jam #AA0A63
Tints of Jazzberry Jam #AA0A63
RGB
CMYK
RGB Variations
Color information
#AA0A63 (or 0xAA0A63) is known color: Jazzberry Jam. HEX triplet: AA, 0A and 63. RGB value is (170,10,99). Sum of RGB (Red+Green+Blue) = 170+10+99=279 (36% of max value = 765). Red value is 170 (66.80% from 255 or 60.93% from 279); Green value is 10 (4.30% from 255 or 3.58% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0A63 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0A63 is #55F59C. Grayscale: #434343. Windows color (decimal): -5633437 or 6490794. OLE color: 6490794.
HSL color Cylindrical-coordinate representation of color #AA0A63: hue angle of 326.62º degrees, saturation: 0.89, 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 #AA0A63 is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 10 | 99 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.33 |
| HSL | 326.63º | 0.89% | 0.35% | - |
| HSV(B) | 326.63º | 0.94% | 0.67% | - |
| XYZ | 18.94 | 9.66 | 12.67 | - |
| YUV | 67.99 | 145.51 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 10 | 99 | 0 | 0.94 | 0.42 | 0.33 | 326.63 | 0.89 | 0.35 |
| Hex | AA | A | 63 | 0 | 5E | 2A | 21 | 147 | 59 | 23 |
| Octal | 252 | 12 | 143 | 0 | 136 | 52 | 41 | 507 | 131 | 43 |
| Binary | 10101010 | 1010 | 1100011 | 0 | 1011110 | 101010 | 100001 | 101000111 | 1011001 | 100011 |
Color Harmonies of #AA0A63
Complementary color
Monochromatic Colors of #AA0A63
Black with #AA0A63
Text Example
Text Example
White with #AA0A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0A63; }
p { color: rgb(170,10,99); }
H1.HeaderClassName
{
color: #AA0A63;
}
.AnyTagClassName
{
color: #AA0A63;
}
</style>
background-color css
<style>
a { background-color: #AA0A63; }
a { background-color: rgb(170,10,99); }
div.DivClassName
{
background-color: #AA0A63;
}
.BgClassName
{
background-color: #AA0A63;
}
</style>
border-color css
<style>
span { border-color: #AA0A63; }
span { border-color: rgb(170,10,99); }
td.TdClassName
{
border-color: #AA0A63;
}
.TagClassName
{
border-color: #AA0A63;
}
</style>