Shades of Jazzberry Jam #AA115F
Tints of Jazzberry Jam #AA115F
RGB
CMYK
RGB Variations
Color information
#AA115F (or 0xAA115F) is known color: Jazzberry Jam. HEX triplet: AA, 11 and 5F. RGB value is (170,17,95). Sum of RGB (Red+Green+Blue) = 170+17+95=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA115F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA115F is #55EEA0. Grayscale: #474747. Windows color (decimal): -5631649 or 6230442. OLE color: 6230442.
HSL color Cylindrical-coordinate representation of color #AA115F: hue angle of 329.41º 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 #AA115F is Cyan = 0, Magento = 0.9, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 17 | 95 | - |
| CMYK | 0 | 0.9 | 0.44 | 0.33 |
| HSL | 329.41º | 0.82% | 0.37% | - |
| HSV(B) | 329.41º | 0.9% | 0.67% | - |
| XYZ | 18.84 | 9.77 | 11.72 | - |
| YUV | 71.64 | 141.19 | 198.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 95 | 0 | 0.9 | 0.44 | 0.33 | 329.41 | 0.82 | 0.37 |
| Hex | AA | 11 | 5F | 0 | 5A | 2C | 21 | 149 | 52 | 25 |
| Octal | 252 | 21 | 137 | 0 | 132 | 54 | 41 | 511 | 122 | 45 |
| Binary | 10101010 | 10001 | 1011111 | 0 | 1011010 | 101100 | 100001 | 101001001 | 1010010 | 100101 |
Color Harmonies of #AA115F
Complementary color
Monochromatic Colors of #AA115F
Black with #AA115F
Text Example
Text Example
White with #AA115F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA115F; }
p { color: rgb(170,17,95); }
H1.HeaderClassName
{
color: #AA115F;
}
.AnyTagClassName
{
color: #AA115F;
}
</style>
background-color css
<style>
a { background-color: #AA115F; }
a { background-color: rgb(170,17,95); }
div.DivClassName
{
background-color: #AA115F;
}
.BgClassName
{
background-color: #AA115F;
}
</style>
border-color css
<style>
span { border-color: #AA115F; }
span { border-color: rgb(170,17,95); }
td.TdClassName
{
border-color: #AA115F;
}
.TagClassName
{
border-color: #AA115F;
}
</style>