Shades of Jazzberry Jam #AA096E
Tints of Jazzberry Jam #AA096E
RGB
CMYK
RGB Variations
Color information
#AA096E (or 0xAA096E) is known color: Jazzberry Jam. HEX triplet: AA, 09 and 6E. RGB value is (170,9,110). Sum of RGB (Red+Green+Blue) = 170+9+110=289 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.82% from 289); Green value is 9 (3.91% from 255 or 3.11% from 289); Blue value is 110 (43.36% from 255 or 38.06% from 289); Max value from RGB is 170 - color contains mainly: red. Hex color #AA096E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA096E is #55F691. Grayscale: #444444. Windows color (decimal): -5633682 or 7211434. OLE color: 7211434.
HSL color Cylindrical-coordinate representation of color #AA096E: hue angle of 322.36º 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 #AA096E is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 9 | 110 | - |
| CMYK | 0 | 0.95 | 0.35 | 0.33 |
| HSL | 322.36º | 0.9% | 0.35% | - |
| HSV(B) | 322.36º | 0.95% | 0.67% | - |
| XYZ | 19.49 | 9.87 | 15.63 | - |
| YUV | 68.65 | 151.34 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 110 | 0 | 0.95 | 0.35 | 0.33 | 322.36 | 0.9 | 0.35 |
| Hex | AA | 9 | 6E | 0 | 5F | 23 | 21 | 142 | 5A | 23 |
| Octal | 252 | 11 | 156 | 0 | 137 | 43 | 41 | 502 | 132 | 43 |
| Binary | 10101010 | 1001 | 1101110 | 0 | 1011111 | 100011 | 100001 | 101000010 | 1011010 | 100011 |
Color Harmonies of #AA096E
Complementary color
Monochromatic Colors of #AA096E
Black with #AA096E
Text Example
Text Example
White with #AA096E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA096E; }
p { color: rgb(170,9,110); }
H1.HeaderClassName
{
color: #AA096E;
}
.AnyTagClassName
{
color: #AA096E;
}
</style>
background-color css
<style>
a { background-color: #AA096E; }
a { background-color: rgb(170,9,110); }
div.DivClassName
{
background-color: #AA096E;
}
.BgClassName
{
background-color: #AA096E;
}
</style>
border-color css
<style>
span { border-color: #AA096E; }
span { border-color: rgb(170,9,110); }
td.TdClassName
{
border-color: #AA096E;
}
.TagClassName
{
border-color: #AA096E;
}
</style>