Shades of Jazzberry Jam #AA1461
Tints of Jazzberry Jam #AA1461
RGB
CMYK
RGB Variations
Color information
#AA1461 (or 0xAA1461) is known color: Jazzberry Jam. HEX triplet: AA, 14 and 61. RGB value is (170,20,97). Sum of RGB (Red+Green+Blue) = 170+20+97=287 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.23% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 97 (38.28% from 255 or 33.80% from 287); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1461 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1461 is #55EB9E. Grayscale: #494949. Windows color (decimal): -5630879 or 6362282. OLE color: 6362282.
HSL color Cylindrical-coordinate representation of color #AA1461: hue angle of 329.2º 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 #AA1461 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 20 | 97 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.33 |
| HSL | 329.2º | 0.79% | 0.37% | - |
| HSV(B) | 329.2º | 0.88% | 0.67% | - |
| XYZ | 18.99 | 9.91 | 12.22 | - |
| YUV | 73.63 | 141.2 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 97 | 0 | 0.88 | 0.43 | 0.33 | 329.2 | 0.79 | 0.37 |
| Hex | AA | 14 | 61 | 0 | 58 | 2B | 21 | 149 | 4F | 25 |
| Octal | 252 | 24 | 141 | 0 | 130 | 53 | 41 | 511 | 117 | 45 |
| Binary | 10101010 | 10100 | 1100001 | 0 | 1011000 | 101011 | 100001 | 101001001 | 1001111 | 100101 |
Color Harmonies of #AA1461
Complementary color
Monochromatic Colors of #AA1461
Black with #AA1461
Text Example
Text Example
White with #AA1461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1461; }
p { color: rgb(170,20,97); }
H1.HeaderClassName
{
color: #AA1461;
}
.AnyTagClassName
{
color: #AA1461;
}
</style>
background-color css
<style>
a { background-color: #AA1461; }
a { background-color: rgb(170,20,97); }
div.DivClassName
{
background-color: #AA1461;
}
.BgClassName
{
background-color: #AA1461;
}
</style>
border-color css
<style>
span { border-color: #AA1461; }
span { border-color: rgb(170,20,97); }
td.TdClassName
{
border-color: #AA1461;
}
.TagClassName
{
border-color: #AA1461;
}
</style>