Shades of Jazzberry Jam #AA0D68
Tints of Jazzberry Jam #AA0D68
RGB
CMYK
RGB Variations
Color information
#AA0D68 (or 0xAA0D68) is known color: Jazzberry Jam. HEX triplet: AA, 0D and 68. RGB value is (170,13,104). Sum of RGB (Red+Green+Blue) = 170+13+104=287 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.23% from 287); Green value is 13 (5.47% from 255 or 4.53% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0D68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0D68 is #55F297. Grayscale: #464646. Windows color (decimal): -5632664 or 6819242. OLE color: 6819242.
HSL color Cylindrical-coordinate representation of color #AA0D68: hue angle of 325.22º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA0D68 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 13 | 104 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.33 |
| HSL | 325.22º | 0.86% | 0.36% | - |
| HSV(B) | 325.22º | 0.92% | 0.67% | - |
| XYZ | 19.22 | 9.83 | 13.98 | - |
| YUV | 70.32 | 147.01 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 13 | 104 | 0 | 0.92 | 0.39 | 0.33 | 325.22 | 0.86 | 0.36 |
| Hex | AA | D | 68 | 0 | 5C | 27 | 21 | 145 | 56 | 24 |
| Octal | 252 | 15 | 150 | 0 | 134 | 47 | 41 | 505 | 126 | 44 |
| Binary | 10101010 | 1101 | 1101000 | 0 | 1011100 | 100111 | 100001 | 101000101 | 1010110 | 100100 |
Color Harmonies of #AA0D68
Complementary color
Monochromatic Colors of #AA0D68
Black with #AA0D68
Text Example
Text Example
White with #AA0D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0D68; }
p { color: rgb(170,13,104); }
H1.HeaderClassName
{
color: #AA0D68;
}
.AnyTagClassName
{
color: #AA0D68;
}
</style>
background-color css
<style>
a { background-color: #AA0D68; }
a { background-color: rgb(170,13,104); }
div.DivClassName
{
background-color: #AA0D68;
}
.BgClassName
{
background-color: #AA0D68;
}
</style>
border-color css
<style>
span { border-color: #AA0D68; }
span { border-color: rgb(170,13,104); }
td.TdClassName
{
border-color: #AA0D68;
}
.TagClassName
{
border-color: #AA0D68;
}
</style>