Shades of Jazzberry Jam #AA116D
Tints of Jazzberry Jam #AA116D
RGB
CMYK
RGB Variations
Color information
#AA116D (or 0xAA116D) is known color: Jazzberry Jam. HEX triplet: AA, 11 and 6D. RGB value is (170,17,109). Sum of RGB (Red+Green+Blue) = 170+17+109=296 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.43% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 170 - color contains mainly: red. Hex color #AA116D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA116D is #55EE92. Grayscale: #494949. Windows color (decimal): -5631635 or 7147946. OLE color: 7147946.
HSL color Cylindrical-coordinate representation of color #AA116D: hue angle of 323.92º 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 #AA116D is Cyan = 0, Magento = 0.9, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 17 | 109 | - |
| CMYK | 0 | 0.9 | 0.36 | 0.33 |
| HSL | 323.92º | 0.82% | 0.37% | - |
| HSV(B) | 323.92º | 0.9% | 0.67% | - |
| XYZ | 19.54 | 10.05 | 15.38 | - |
| YUV | 73.24 | 148.19 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 109 | 0 | 0.9 | 0.36 | 0.33 | 323.92 | 0.82 | 0.37 |
| Hex | AA | 11 | 6D | 0 | 5A | 24 | 21 | 144 | 52 | 25 |
| Octal | 252 | 21 | 155 | 0 | 132 | 44 | 41 | 504 | 122 | 45 |
| Binary | 10101010 | 10001 | 1101101 | 0 | 1011010 | 100100 | 100001 | 101000100 | 1010010 | 100101 |
Color Harmonies of #AA116D
Complementary color
Monochromatic Colors of #AA116D
Black with #AA116D
Text Example
Text Example
White with #AA116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA116D; }
p { color: rgb(170,17,109); }
H1.HeaderClassName
{
color: #AA116D;
}
.AnyTagClassName
{
color: #AA116D;
}
</style>
background-color css
<style>
a { background-color: #AA116D; }
a { background-color: rgb(170,17,109); }
div.DivClassName
{
background-color: #AA116D;
}
.BgClassName
{
background-color: #AA116D;
}
</style>
border-color css
<style>
span { border-color: #AA116D; }
span { border-color: rgb(170,17,109); }
td.TdClassName
{
border-color: #AA116D;
}
.TagClassName
{
border-color: #AA116D;
}
</style>