Shades of Jazzberry Jam #A91070
Tints of Jazzberry Jam #A91070
RGB
CMYK
RGB Variations
Color information
#A91070 (or 0xA91070) is known color: Jazzberry Jam. HEX triplet: A9, 10 and 70. RGB value is (169,16,112). Sum of RGB (Red+Green+Blue) = 169+16+112=297 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.90% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 169 - color contains mainly: red. Hex color #A91070 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A91070 is #56EF8F. Grayscale: #484848. Windows color (decimal): -5697424 or 7344297. OLE color: 7344297.
HSL color Cylindrical-coordinate representation of color #A91070: hue angle of 322.35º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A91070 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 16 | 112 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.34 |
| HSL | 322.35º | 0.83% | 0.36% | - |
| HSV(B) | 322.35º | 0.91% | 0.66% | - |
| XYZ | 19.47 | 9.98 | 16.23 | - |
| YUV | 72.69 | 150.19 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 16 | 112 | 0 | 0.91 | 0.34 | 0.34 | 322.35 | 0.83 | 0.36 |
| Hex | A9 | 10 | 70 | 0 | 5B | 22 | 22 | 142 | 53 | 24 |
| Octal | 251 | 20 | 160 | 0 | 133 | 42 | 42 | 502 | 123 | 44 |
| Binary | 10101001 | 10000 | 1110000 | 0 | 1011011 | 100010 | 100010 | 101000010 | 1010011 | 100100 |
Color Harmonies of #A91070
Complementary color
Monochromatic Colors of #A91070
Black with #A91070
Text Example
Text Example
White with #A91070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91070; }
p { color: rgb(169,16,112); }
H1.HeaderClassName
{
color: #A91070;
}
.AnyTagClassName
{
color: #A91070;
}
</style>
background-color css
<style>
a { background-color: #A91070; }
a { background-color: rgb(169,16,112); }
div.DivClassName
{
background-color: #A91070;
}
.BgClassName
{
background-color: #A91070;
}
</style>
border-color css
<style>
span { border-color: #A91070; }
span { border-color: rgb(169,16,112); }
td.TdClassName
{
border-color: #A91070;
}
.TagClassName
{
border-color: #A91070;
}
</style>