Shades of Jazzberry Jam #AA116B
Tints of Jazzberry Jam #AA116B
RGB
CMYK
RGB Variations
Color information
#AA116B (or 0xAA116B) is known color: Jazzberry Jam. HEX triplet: AA, 11 and 6B. RGB value is (170,17,107). Sum of RGB (Red+Green+Blue) = 170+17+107=294 (38% of max value = 765). Red value is 170 (66.80% from 255 or 57.82% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 170 - color contains mainly: red. Hex color #AA116B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA116B is #55EE94. Grayscale: #484848. Windows color (decimal): -5631637 or 7016874. OLE color: 7016874.
HSL color Cylindrical-coordinate representation of color #AA116B: hue angle of 324.71º 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 #AA116B is Cyan = 0, Magento = 0.9, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 17 | 107 | - |
| CMYK | 0 | 0.9 | 0.37 | 0.33 |
| HSL | 324.71º | 0.82% | 0.37% | - |
| HSV(B) | 324.71º | 0.9% | 0.67% | - |
| XYZ | 19.43 | 10.01 | 14.82 | - |
| YUV | 73.01 | 147.19 | 197.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 107 | 0 | 0.9 | 0.37 | 0.33 | 324.71 | 0.82 | 0.37 |
| Hex | AA | 11 | 6B | 0 | 5A | 25 | 21 | 145 | 52 | 25 |
| Octal | 252 | 21 | 153 | 0 | 132 | 45 | 41 | 505 | 122 | 45 |
| Binary | 10101010 | 10001 | 1101011 | 0 | 1011010 | 100101 | 100001 | 101000101 | 1010010 | 100101 |
Color Harmonies of #AA116B
Complementary color
Monochromatic Colors of #AA116B
Black with #AA116B
Text Example
Text Example
White with #AA116B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA116B; }
p { color: rgb(170,17,107); }
H1.HeaderClassName
{
color: #AA116B;
}
.AnyTagClassName
{
color: #AA116B;
}
</style>
background-color css
<style>
a { background-color: #AA116B; }
a { background-color: rgb(170,17,107); }
div.DivClassName
{
background-color: #AA116B;
}
.BgClassName
{
background-color: #AA116B;
}
</style>
border-color css
<style>
span { border-color: #AA116B; }
span { border-color: rgb(170,17,107); }
td.TdClassName
{
border-color: #AA116B;
}
.TagClassName
{
border-color: #AA116B;
}
</style>