Shades of Jazzberry Jam #AA0568
Tints of Jazzberry Jam #AA0568
RGB
CMYK
RGB Variations
Color information
#AA0568 (or 0xAA0568) is known color: Jazzberry Jam. HEX triplet: AA, 05 and 68. RGB value is (170,5,104). Sum of RGB (Red+Green+Blue) = 170+5+104=279 (36% of max value = 765). Red value is 170 (66.80% from 255 or 60.93% from 279); Green value is 5 (2.34% from 255 or 1.79% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0568 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0568 is #55FA97. Grayscale: #414141. Windows color (decimal): -5634712 or 6817194. OLE color: 6817194.
HSL color Cylindrical-coordinate representation of color #AA0568: hue angle of 324º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA0568 is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 104 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.33 |
| HSL | 324º | 0.94% | 0.34% | - |
| HSV(B) | 324º | 0.97% | 0.67% | - |
| XYZ | 19.13 | 9.65 | 13.95 | - |
| YUV | 65.62 | 149.66 | 202.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 104 | 0 | 0.97 | 0.39 | 0.33 | 324 | 0.94 | 0.34 |
| Hex | AA | 5 | 68 | 0 | 61 | 27 | 21 | 144 | 5E | 22 |
| Octal | 252 | 5 | 150 | 0 | 141 | 47 | 41 | 504 | 136 | 42 |
| Binary | 10101010 | 101 | 1101000 | 0 | 1100001 | 100111 | 100001 | 101000100 | 1011110 | 100010 |
Color Harmonies of #AA0568
Complementary color
Monochromatic Colors of #AA0568
Black with #AA0568
Text Example
Text Example
White with #AA0568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0568; }
p { color: rgb(170,5,104); }
H1.HeaderClassName
{
color: #AA0568;
}
.AnyTagClassName
{
color: #AA0568;
}
</style>
background-color css
<style>
a { background-color: #AA0568; }
a { background-color: rgb(170,5,104); }
div.DivClassName
{
background-color: #AA0568;
}
.BgClassName
{
background-color: #AA0568;
}
</style>
border-color css
<style>
span { border-color: #AA0568; }
span { border-color: rgb(170,5,104); }
td.TdClassName
{
border-color: #AA0568;
}
.TagClassName
{
border-color: #AA0568;
}
</style>