Shades of Jazzberry Jam #AA1254
Tints of Jazzberry Jam #AA1254
RGB
CMYK
RGB Variations
Color information
#AA1254 (or 0xAA1254) is known color: Jazzberry Jam. HEX triplet: AA, 12 and 54. RGB value is (170,18,84). Sum of RGB (Red+Green+Blue) = 170+18+84=272 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.5% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 84 (33.20% from 255 or 30.88% from 272); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1254 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1254 is #55EDAB. Grayscale: #464646. Windows color (decimal): -5631404 or 5509802. OLE color: 5509802.
HSL color Cylindrical-coordinate representation of color #AA1254: hue angle of 333.95º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA1254 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 18 | 84 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.33 |
| HSL | 333.95º | 0.81% | 0.37% | - |
| HSV(B) | 333.95º | 0.89% | 0.67% | - |
| XYZ | 18.39 | 9.62 | 9.27 | - |
| YUV | 70.97 | 135.36 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 18 | 84 | 0 | 0.89 | 0.51 | 0.33 | 333.95 | 0.81 | 0.37 |
| Hex | AA | 12 | 54 | 0 | 59 | 33 | 21 | 14E | 51 | 25 |
| Octal | 252 | 22 | 124 | 0 | 131 | 63 | 41 | 516 | 121 | 45 |
| Binary | 10101010 | 10010 | 1010100 | 0 | 1011001 | 110011 | 100001 | 101001110 | 1010001 | 100101 |
Color Harmonies of #AA1254
Complementary color
Monochromatic Colors of #AA1254
Black with #AA1254
Text Example
Text Example
White with #AA1254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1254; }
p { color: rgb(170,18,84); }
H1.HeaderClassName
{
color: #AA1254;
}
.AnyTagClassName
{
color: #AA1254;
}
</style>
background-color css
<style>
a { background-color: #AA1254; }
a { background-color: rgb(170,18,84); }
div.DivClassName
{
background-color: #AA1254;
}
.BgClassName
{
background-color: #AA1254;
}
</style>
border-color css
<style>
span { border-color: #AA1254; }
span { border-color: rgb(170,18,84); }
td.TdClassName
{
border-color: #AA1254;
}
.TagClassName
{
border-color: #AA1254;
}
</style>