Shades of Jazzberry Jam #AA096F
Tints of Jazzberry Jam #AA096F
RGB
CMYK
RGB Variations
Color information
#AA096F (or 0xAA096F) is known color: Jazzberry Jam. HEX triplet: AA, 09 and 6F. RGB value is (170,9,111). Sum of RGB (Red+Green+Blue) = 170+9+111=290 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.62% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 111 (43.75% from 255 or 38.28% from 290); Max value from RGB is 170 - color contains mainly: red. Hex color #AA096F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA096F is #55F690. Grayscale: #444444. Windows color (decimal): -5633681 or 7276970. OLE color: 7276970.
HSL color Cylindrical-coordinate representation of color #AA096F: hue angle of 321.99º 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 #AA096F is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 9 | 111 | - |
| CMYK | 0 | 0.95 | 0.35 | 0.33 |
| HSL | 321.99º | 0.9% | 0.35% | - |
| HSV(B) | 321.99º | 0.95% | 0.67% | - |
| XYZ | 19.54 | 9.89 | 15.92 | - |
| YUV | 68.77 | 151.84 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 111 | 0 | 0.95 | 0.35 | 0.33 | 321.99 | 0.9 | 0.35 |
| Hex | AA | 9 | 6F | 0 | 5F | 23 | 21 | 142 | 5A | 23 |
| Octal | 252 | 11 | 157 | 0 | 137 | 43 | 41 | 502 | 132 | 43 |
| Binary | 10101010 | 1001 | 1101111 | 0 | 1011111 | 100011 | 100001 | 101000010 | 1011010 | 100011 |
Color Harmonies of #AA096F
Complementary color
Monochromatic Colors of #AA096F
Black with #AA096F
Text Example
Text Example
White with #AA096F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA096F; }
p { color: rgb(170,9,111); }
H1.HeaderClassName
{
color: #AA096F;
}
.AnyTagClassName
{
color: #AA096F;
}
</style>
background-color css
<style>
a { background-color: #AA096F; }
a { background-color: rgb(170,9,111); }
div.DivClassName
{
background-color: #AA096F;
}
.BgClassName
{
background-color: #AA096F;
}
</style>
border-color css
<style>
span { border-color: #AA096F; }
span { border-color: rgb(170,9,111); }
td.TdClassName
{
border-color: #AA096F;
}
.TagClassName
{
border-color: #AA096F;
}
</style>