Shades of Jazzberry Jam #AA1478
Tints of Jazzberry Jam #AA1478
RGB
CMYK
RGB Variations
Color information
#AA1478 (or 0xAA1478) is known color: Jazzberry Jam. HEX triplet: AA, 14 and 78. RGB value is (170,20,120). Sum of RGB (Red+Green+Blue) = 170+20+120=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 120 (47.27% from 255 or 38.71% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1478 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1478 is #55EB87. Grayscale: #4C4C4C. Windows color (decimal): -5630856 or 7869610. OLE color: 7869610.
HSL color Cylindrical-coordinate representation of color #AA1478: hue angle of 320º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA1478 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 20 | 120 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.33 |
| HSL | 320º | 0.79% | 0.37% | - |
| HSV(B) | 320º | 0.88% | 0.67% | - |
| XYZ | 20.22 | 10.4 | 18.71 | - |
| YUV | 76.25 | 152.7 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 120 | 0 | 0.88 | 0.29 | 0.33 | 320 | 0.79 | 0.37 |
| Hex | AA | 14 | 78 | 0 | 58 | 1D | 21 | 140 | 4F | 25 |
| Octal | 252 | 24 | 170 | 0 | 130 | 35 | 41 | 500 | 117 | 45 |
| Binary | 10101010 | 10100 | 1111000 | 0 | 1011000 | 11101 | 100001 | 101000000 | 1001111 | 100101 |
Color Harmonies of #AA1478
Complementary color
Monochromatic Colors of #AA1478
Black with #AA1478
Text Example
Text Example
White with #AA1478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1478; }
p { color: rgb(170,20,120); }
H1.HeaderClassName
{
color: #AA1478;
}
.AnyTagClassName
{
color: #AA1478;
}
</style>
background-color css
<style>
a { background-color: #AA1478; }
a { background-color: rgb(170,20,120); }
div.DivClassName
{
background-color: #AA1478;
}
.BgClassName
{
background-color: #AA1478;
}
</style>
border-color css
<style>
span { border-color: #AA1478; }
span { border-color: rgb(170,20,120); }
td.TdClassName
{
border-color: #AA1478;
}
.TagClassName
{
border-color: #AA1478;
}
</style>