Shades of Jazzberry Jam #AA116C
Tints of Jazzberry Jam #AA116C
RGB
CMYK
RGB Variations
Color information
#AA116C (or 0xAA116C) is known color: Jazzberry Jam. HEX triplet: AA, 11 and 6C. RGB value is (170,17,108). Sum of RGB (Red+Green+Blue) = 170+17+108=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA116C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA116C is #55EE93. Grayscale: #484848. Windows color (decimal): -5631636 or 7082410. OLE color: 7082410.
HSL color Cylindrical-coordinate representation of color #AA116C: hue angle of 324.31º 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 #AA116C is Cyan = 0, Magento = 0.9, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 17 | 108 | - |
| CMYK | 0 | 0.9 | 0.36 | 0.33 |
| HSL | 324.31º | 0.82% | 0.37% | - |
| HSV(B) | 324.31º | 0.9% | 0.67% | - |
| XYZ | 19.48 | 10.03 | 15.1 | - |
| YUV | 73.12 | 147.69 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 108 | 0 | 0.9 | 0.36 | 0.33 | 324.31 | 0.82 | 0.37 |
| Hex | AA | 11 | 6C | 0 | 5A | 24 | 21 | 144 | 52 | 25 |
| Octal | 252 | 21 | 154 | 0 | 132 | 44 | 41 | 504 | 122 | 45 |
| Binary | 10101010 | 10001 | 1101100 | 0 | 1011010 | 100100 | 100001 | 101000100 | 1010010 | 100101 |
Color Harmonies of #AA116C
Complementary color
Monochromatic Colors of #AA116C
Black with #AA116C
Text Example
Text Example
White with #AA116C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA116C; }
p { color: rgb(170,17,108); }
H1.HeaderClassName
{
color: #AA116C;
}
.AnyTagClassName
{
color: #AA116C;
}
</style>
background-color css
<style>
a { background-color: #AA116C; }
a { background-color: rgb(170,17,108); }
div.DivClassName
{
background-color: #AA116C;
}
.BgClassName
{
background-color: #AA116C;
}
</style>
border-color css
<style>
span { border-color: #AA116C; }
span { border-color: rgb(170,17,108); }
td.TdClassName
{
border-color: #AA116C;
}
.TagClassName
{
border-color: #AA116C;
}
</style>