Shades of Jazzberry Jam #AA0464
Tints of Jazzberry Jam #AA0464
RGB
CMYK
RGB Variations
Color information
#AA0464 (or 0xAA0464) is known color: Jazzberry Jam. HEX triplet: AA, 04 and 64. RGB value is (170,4,100). Sum of RGB (Red+Green+Blue) = 170+4+100=274 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.04% from 274); Green value is 4 (1.95% from 255 or 1.46% from 274); Blue value is 100 (39.45% from 255 or 36.50% from 274); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0464 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0464 is #55FB9B. Grayscale: #404040. Windows color (decimal): -5634972 or 6554794. OLE color: 6554794.
HSL color Cylindrical-coordinate representation of color #AA0464: hue angle of 325.3º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA0464 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 4 | 100 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.33 |
| HSL | 325.3º | 0.95% | 0.34% | - |
| HSV(B) | 325.3º | 0.98% | 0.67% | - |
| XYZ | 18.92 | 9.55 | 12.9 | - |
| YUV | 64.58 | 148 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 100 | 0 | 0.98 | 0.41 | 0.33 | 325.3 | 0.95 | 0.34 |
| Hex | AA | 4 | 64 | 0 | 62 | 29 | 21 | 145 | 5F | 22 |
| Octal | 252 | 4 | 144 | 0 | 142 | 51 | 41 | 505 | 137 | 42 |
| Binary | 10101010 | 100 | 1100100 | 0 | 1100010 | 101001 | 100001 | 101000101 | 1011111 | 100010 |
Color Harmonies of #AA0464
Complementary color
Monochromatic Colors of #AA0464
Black with #AA0464
Text Example
Text Example
White with #AA0464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0464; }
p { color: rgb(170,4,100); }
H1.HeaderClassName
{
color: #AA0464;
}
.AnyTagClassName
{
color: #AA0464;
}
</style>
background-color css
<style>
a { background-color: #AA0464; }
a { background-color: rgb(170,4,100); }
div.DivClassName
{
background-color: #AA0464;
}
.BgClassName
{
background-color: #AA0464;
}
</style>
border-color css
<style>
span { border-color: #AA0464; }
span { border-color: rgb(170,4,100); }
td.TdClassName
{
border-color: #AA0464;
}
.TagClassName
{
border-color: #AA0464;
}
</style>