Shades of Jazzberry Jam #AA1065
Tints of Jazzberry Jam #AA1065
RGB
CMYK
RGB Variations
Color information
#AA1065 (or 0xAA1065) is known color: Jazzberry Jam. HEX triplet: AA, 10 and 65. RGB value is (170,16,101). Sum of RGB (Red+Green+Blue) = 170+16+101=287 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.23% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1065 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1065 is #55EF9A. Grayscale: #474747. Windows color (decimal): -5631899 or 6623402. OLE color: 6623402.
HSL color Cylindrical-coordinate representation of color #AA1065: hue angle of 326.88º 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 #AA1065 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 16 | 101 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.33 |
| HSL | 326.88º | 0.83% | 0.36% | - |
| HSV(B) | 326.88º | 0.91% | 0.67% | - |
| XYZ | 19.11 | 9.86 | 13.21 | - |
| YUV | 71.74 | 144.52 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 101 | 0 | 0.91 | 0.41 | 0.33 | 326.88 | 0.83 | 0.36 |
| Hex | AA | 10 | 65 | 0 | 5B | 29 | 21 | 147 | 53 | 24 |
| Octal | 252 | 20 | 145 | 0 | 133 | 51 | 41 | 507 | 123 | 44 |
| Binary | 10101010 | 10000 | 1100101 | 0 | 1011011 | 101001 | 100001 | 101000111 | 1010011 | 100100 |
Color Harmonies of #AA1065
Complementary color
Monochromatic Colors of #AA1065
Black with #AA1065
Text Example
Text Example
White with #AA1065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1065; }
p { color: rgb(170,16,101); }
H1.HeaderClassName
{
color: #AA1065;
}
.AnyTagClassName
{
color: #AA1065;
}
</style>
background-color css
<style>
a { background-color: #AA1065; }
a { background-color: rgb(170,16,101); }
div.DivClassName
{
background-color: #AA1065;
}
.BgClassName
{
background-color: #AA1065;
}
</style>
border-color css
<style>
span { border-color: #AA1065; }
span { border-color: rgb(170,16,101); }
td.TdClassName
{
border-color: #AA1065;
}
.TagClassName
{
border-color: #AA1065;
}
</style>