Shades of Jazzberry Jam #AA0966
Tints of Jazzberry Jam #AA0966
RGB
CMYK
RGB Variations
Color information
#AA0966 (or 0xAA0966) is known color: Jazzberry Jam. HEX triplet: AA, 09 and 66. RGB value is (170,9,102). Sum of RGB (Red+Green+Blue) = 170+9+102=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 102 (40.23% from 255 or 36.30% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0966 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0966 is #55F699. Grayscale: #434343. Windows color (decimal): -5633690 or 6687146. OLE color: 6687146.
HSL color Cylindrical-coordinate representation of color #AA0966: hue angle of 325.34º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0966 is Cyan = 0, Magento = 0.95, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 9 | 102 | - |
| CMYK | 0 | 0.95 | 0.4 | 0.33 |
| HSL | 325.34º | 0.9% | 0.35% | - |
| HSV(B) | 325.34º | 0.95% | 0.67% | - |
| XYZ | 19.07 | 9.7 | 13.44 | - |
| YUV | 67.74 | 147.34 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 102 | 0 | 0.95 | 0.4 | 0.33 | 325.34 | 0.9 | 0.35 |
| Hex | AA | 9 | 66 | 0 | 5F | 28 | 21 | 145 | 5A | 23 |
| Octal | 252 | 11 | 146 | 0 | 137 | 50 | 41 | 505 | 132 | 43 |
| Binary | 10101010 | 1001 | 1100110 | 0 | 1011111 | 101000 | 100001 | 101000101 | 1011010 | 100011 |
Color Harmonies of #AA0966
Complementary color
Monochromatic Colors of #AA0966
Black with #AA0966
Text Example
Text Example
White with #AA0966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0966; }
p { color: rgb(170,9,102); }
H1.HeaderClassName
{
color: #AA0966;
}
.AnyTagClassName
{
color: #AA0966;
}
</style>
background-color css
<style>
a { background-color: #AA0966; }
a { background-color: rgb(170,9,102); }
div.DivClassName
{
background-color: #AA0966;
}
.BgClassName
{
background-color: #AA0966;
}
</style>
border-color css
<style>
span { border-color: #AA0966; }
span { border-color: rgb(170,9,102); }
td.TdClassName
{
border-color: #AA0966;
}
.TagClassName
{
border-color: #AA0966;
}
</style>