Shades of Jazzberry Jam #A91470
Tints of Jazzberry Jam #A91470
RGB
CMYK
RGB Variations
Color information
#A91470 (or 0xA91470) is known color: Jazzberry Jam. HEX triplet: A9, 14 and 70. RGB value is (169,20,112). Sum of RGB (Red+Green+Blue) = 169+20+112=301 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.15% from 301); Green value is 20 (8.20% from 255 or 6.64% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 169 - color contains mainly: red. Hex color #A91470 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A91470 is #56EB8F. Grayscale: #4A4A4A. Windows color (decimal): -5696400 or 7345321. OLE color: 7345321.
HSL color Cylindrical-coordinate representation of color #A91470: hue angle of 322.95º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A91470 is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 20 | 112 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.34 |
| HSL | 322.95º | 0.79% | 0.37% | - |
| HSV(B) | 322.95º | 0.88% | 0.66% | - |
| XYZ | 19.54 | 10.11 | 16.25 | - |
| YUV | 75.04 | 148.86 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 20 | 112 | 0 | 0.88 | 0.34 | 0.34 | 322.95 | 0.79 | 0.37 |
| Hex | A9 | 14 | 70 | 0 | 58 | 22 | 22 | 143 | 4F | 25 |
| Octal | 251 | 24 | 160 | 0 | 130 | 42 | 42 | 503 | 117 | 45 |
| Binary | 10101001 | 10100 | 1110000 | 0 | 1011000 | 100010 | 100010 | 101000011 | 1001111 | 100101 |
Color Harmonies of #A91470
Complementary color
Monochromatic Colors of #A91470
Black with #A91470
Text Example
Text Example
White with #A91470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91470; }
p { color: rgb(169,20,112); }
H1.HeaderClassName
{
color: #A91470;
}
.AnyTagClassName
{
color: #A91470;
}
</style>
background-color css
<style>
a { background-color: #A91470; }
a { background-color: rgb(169,20,112); }
div.DivClassName
{
background-color: #A91470;
}
.BgClassName
{
background-color: #A91470;
}
</style>
border-color css
<style>
span { border-color: #A91470; }
span { border-color: rgb(169,20,112); }
td.TdClassName
{
border-color: #A91470;
}
.TagClassName
{
border-color: #A91470;
}
</style>