Shades of Jazzberry Jam #AA1063
Tints of Jazzberry Jam #AA1063
RGB
CMYK
RGB Variations
Color information
#AA1063 (or 0xAA1063) is known color: Jazzberry Jam. HEX triplet: AA, 10 and 63. RGB value is (170,16,99). Sum of RGB (Red+Green+Blue) = 170+16+99=285 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.65% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1063 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1063 is #55EF9C. Grayscale: #474747. Windows color (decimal): -5631901 or 6492330. OLE color: 6492330.
HSL color Cylindrical-coordinate representation of color #AA1063: hue angle of 327.66º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA1063 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 16 | 99 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.33 |
| HSL | 327.66º | 0.83% | 0.36% | - |
| HSV(B) | 327.66º | 0.91% | 0.67% | - |
| XYZ | 19.01 | 9.82 | 12.7 | - |
| YUV | 71.51 | 143.52 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 99 | 0 | 0.91 | 0.42 | 0.33 | 327.66 | 0.83 | 0.36 |
| Hex | AA | 10 | 63 | 0 | 5B | 2A | 21 | 148 | 53 | 24 |
| Octal | 252 | 20 | 143 | 0 | 133 | 52 | 41 | 510 | 123 | 44 |
| Binary | 10101010 | 10000 | 1100011 | 0 | 1011011 | 101010 | 100001 | 101001000 | 1010011 | 100100 |
Color Harmonies of #AA1063
Complementary color
Monochromatic Colors of #AA1063
Black with #AA1063
Text Example
Text Example
White with #AA1063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1063; }
p { color: rgb(170,16,99); }
H1.HeaderClassName
{
color: #AA1063;
}
.AnyTagClassName
{
color: #AA1063;
}
</style>
background-color css
<style>
a { background-color: #AA1063; }
a { background-color: rgb(170,16,99); }
div.DivClassName
{
background-color: #AA1063;
}
.BgClassName
{
background-color: #AA1063;
}
</style>
border-color css
<style>
span { border-color: #AA1063; }
span { border-color: rgb(170,16,99); }
td.TdClassName
{
border-color: #AA1063;
}
.TagClassName
{
border-color: #AA1063;
}
</style>