Shades of Jazzberry Jam #AA114E
Tints of Jazzberry Jam #AA114E
RGB
CMYK
RGB Variations
Color information
#AA114E (or 0xAA114E) is known color: Jazzberry Jam. HEX triplet: AA, 11 and 4E. RGB value is (170,17,78). Sum of RGB (Red+Green+Blue) = 170+17+78=265 (35% of max value = 765). Red value is 170 (66.80% from 255 or 64.15% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 78 (30.86% from 255 or 29.43% from 265); Max value from RGB is 170 - color contains mainly: red. Hex color #AA114E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA114E is #55EEB1. Grayscale: #454545. Windows color (decimal): -5631666 or 5116330. OLE color: 5116330.
HSL color Cylindrical-coordinate representation of color #AA114E: hue angle of 336.08º 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 #AA114E is Cyan = 0, Magento = 0.9, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 17 | 78 | - |
| CMYK | 0 | 0.9 | 0.54 | 0.33 |
| HSL | 336.08º | 0.82% | 0.37% | - |
| HSV(B) | 336.08º | 0.9% | 0.67% | - |
| XYZ | 18.15 | 9.5 | 8.08 | - |
| YUV | 69.7 | 132.69 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 78 | 0 | 0.9 | 0.54 | 0.33 | 336.08 | 0.82 | 0.37 |
| Hex | AA | 11 | 4E | 0 | 5A | 36 | 21 | 150 | 52 | 25 |
| Octal | 252 | 21 | 116 | 0 | 132 | 66 | 41 | 520 | 122 | 45 |
| Binary | 10101010 | 10001 | 1001110 | 0 | 1011010 | 110110 | 100001 | 101010000 | 1010010 | 100101 |
Color Harmonies of #AA114E
Complementary color
Monochromatic Colors of #AA114E
Black with #AA114E
Text Example
Text Example
White with #AA114E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA114E; }
p { color: rgb(170,17,78); }
H1.HeaderClassName
{
color: #AA114E;
}
.AnyTagClassName
{
color: #AA114E;
}
</style>
background-color css
<style>
a { background-color: #AA114E; }
a { background-color: rgb(170,17,78); }
div.DivClassName
{
background-color: #AA114E;
}
.BgClassName
{
background-color: #AA114E;
}
</style>
border-color css
<style>
span { border-color: #AA114E; }
span { border-color: rgb(170,17,78); }
td.TdClassName
{
border-color: #AA114E;
}
.TagClassName
{
border-color: #AA114E;
}
</style>