Shades of Jazzberry Jam #AA116F
Tints of Jazzberry Jam #AA116F
RGB
CMYK
RGB Variations
Color information
#AA116F (or 0xAA116F) is known color: Jazzberry Jam. HEX triplet: AA, 11 and 6F. RGB value is (170,17,111). Sum of RGB (Red+Green+Blue) = 170+17+111=298 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.05% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 170 - color contains mainly: red. Hex color #AA116F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA116F is #55EE90. Grayscale: #494949. Windows color (decimal): -5631633 or 7279018. OLE color: 7279018.
HSL color Cylindrical-coordinate representation of color #AA116F: hue angle of 323.14º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA116F is Cyan = 0, Magento = 0.9, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 17 | 111 | - |
| CMYK | 0 | 0.9 | 0.35 | 0.33 |
| HSL | 323.14º | 0.82% | 0.37% | - |
| HSV(B) | 323.14º | 0.9% | 0.67% | - |
| XYZ | 19.65 | 10.09 | 15.95 | - |
| YUV | 73.46 | 149.19 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 111 | 0 | 0.9 | 0.35 | 0.33 | 323.14 | 0.82 | 0.37 |
| Hex | AA | 11 | 6F | 0 | 5A | 23 | 21 | 143 | 52 | 25 |
| Octal | 252 | 21 | 157 | 0 | 132 | 43 | 41 | 503 | 122 | 45 |
| Binary | 10101010 | 10001 | 1101111 | 0 | 1011010 | 100011 | 100001 | 101000011 | 1010010 | 100101 |
Color Harmonies of #AA116F
Complementary color
Monochromatic Colors of #AA116F
Black with #AA116F
Text Example
Text Example
White with #AA116F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA116F; }
p { color: rgb(170,17,111); }
H1.HeaderClassName
{
color: #AA116F;
}
.AnyTagClassName
{
color: #AA116F;
}
</style>
background-color css
<style>
a { background-color: #AA116F; }
a { background-color: rgb(170,17,111); }
div.DivClassName
{
background-color: #AA116F;
}
.BgClassName
{
background-color: #AA116F;
}
</style>
border-color css
<style>
span { border-color: #AA116F; }
span { border-color: rgb(170,17,111); }
td.TdClassName
{
border-color: #AA116F;
}
.TagClassName
{
border-color: #AA116F;
}
</style>