Shades of Jazzberry Jam #AA1278
Tints of Jazzberry Jam #AA1278
RGB
CMYK
RGB Variations
Color information
#AA1278 (or 0xAA1278) is known color: Jazzberry Jam. HEX triplet: AA, 12 and 78. RGB value is (170,18,120). Sum of RGB (Red+Green+Blue) = 170+18+120=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 120 (47.27% from 255 or 38.96% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1278 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1278 is #55ED87. Grayscale: #4A4A4A. Windows color (decimal): -5631368 or 7869098. OLE color: 7869098.
HSL color Cylindrical-coordinate representation of color #AA1278: hue angle of 319.74º 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 #AA1278 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 18 | 120 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.33 |
| HSL | 319.74º | 0.81% | 0.37% | - |
| HSV(B) | 319.74º | 0.89% | 0.67% | - |
| XYZ | 20.18 | 10.33 | 18.7 | - |
| YUV | 75.08 | 153.36 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 18 | 120 | 0 | 0.89 | 0.29 | 0.33 | 319.74 | 0.81 | 0.37 |
| Hex | AA | 12 | 78 | 0 | 59 | 1D | 21 | 140 | 51 | 25 |
| Octal | 252 | 22 | 170 | 0 | 131 | 35 | 41 | 500 | 121 | 45 |
| Binary | 10101010 | 10010 | 1111000 | 0 | 1011001 | 11101 | 100001 | 101000000 | 1010001 | 100101 |
Color Harmonies of #AA1278
Complementary color
Monochromatic Colors of #AA1278
Black with #AA1278
Text Example
Text Example
White with #AA1278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1278; }
p { color: rgb(170,18,120); }
H1.HeaderClassName
{
color: #AA1278;
}
.AnyTagClassName
{
color: #AA1278;
}
</style>
background-color css
<style>
a { background-color: #AA1278; }
a { background-color: rgb(170,18,120); }
div.DivClassName
{
background-color: #AA1278;
}
.BgClassName
{
background-color: #AA1278;
}
</style>
border-color css
<style>
span { border-color: #AA1278; }
span { border-color: rgb(170,18,120); }
td.TdClassName
{
border-color: #AA1278;
}
.TagClassName
{
border-color: #AA1278;
}
</style>