Shades of Jazzberry Jam #AA1467
Tints of Jazzberry Jam #AA1467
RGB
CMYK
RGB Variations
Color information
#AA1467 (or 0xAA1467) is known color: Jazzberry Jam. HEX triplet: AA, 14 and 67. RGB value is (170,20,103). Sum of RGB (Red+Green+Blue) = 170+20+103=293 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.02% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 103 (40.62% from 255 or 35.15% from 293); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1467 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1467 is #55EB98. Grayscale: #4A4A4A. Windows color (decimal): -5630873 or 6755498. OLE color: 6755498.
HSL color Cylindrical-coordinate representation of color #AA1467: hue angle of 326.8º 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 #AA1467 is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 20 | 103 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.33 |
| HSL | 326.8º | 0.79% | 0.37% | - |
| HSV(B) | 326.8º | 0.88% | 0.67% | - |
| XYZ | 19.28 | 10.03 | 13.75 | - |
| YUV | 74.31 | 144.2 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 103 | 0 | 0.88 | 0.39 | 0.33 | 326.8 | 0.79 | 0.37 |
| Hex | AA | 14 | 67 | 0 | 58 | 27 | 21 | 147 | 4F | 25 |
| Octal | 252 | 24 | 147 | 0 | 130 | 47 | 41 | 507 | 117 | 45 |
| Binary | 10101010 | 10100 | 1100111 | 0 | 1011000 | 100111 | 100001 | 101000111 | 1001111 | 100101 |
Color Harmonies of #AA1467
Complementary color
Monochromatic Colors of #AA1467
Black with #AA1467
Text Example
Text Example
White with #AA1467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1467; }
p { color: rgb(170,20,103); }
H1.HeaderClassName
{
color: #AA1467;
}
.AnyTagClassName
{
color: #AA1467;
}
</style>
background-color css
<style>
a { background-color: #AA1467; }
a { background-color: rgb(170,20,103); }
div.DivClassName
{
background-color: #AA1467;
}
.BgClassName
{
background-color: #AA1467;
}
</style>
border-color css
<style>
span { border-color: #AA1467; }
span { border-color: rgb(170,20,103); }
td.TdClassName
{
border-color: #AA1467;
}
.TagClassName
{
border-color: #AA1467;
}
</style>