Shades of Jazzberry Jam #A91072
Tints of Jazzberry Jam #A91072
RGB
CMYK
RGB Variations
Color information
#A91072 (or 0xA91072) is known color: Jazzberry Jam. HEX triplet: A9, 10 and 72. RGB value is (169,16,114). Sum of RGB (Red+Green+Blue) = 169+16+114=299 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.52% from 299); Green value is 16 (6.64% from 255 or 5.35% from 299); Blue value is 114 (44.92% from 255 or 38.13% from 299); Max value from RGB is 169 - color contains mainly: red. Hex color #A91072 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A91072 is #56EF8D. Grayscale: #484848. Windows color (decimal): -5697422 or 7475369. OLE color: 7475369.
HSL color Cylindrical-coordinate representation of color #A91072: hue angle of 321.57º 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 #A91072 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 16 | 114 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.34 |
| HSL | 321.57º | 0.83% | 0.36% | - |
| HSV(B) | 321.57º | 0.91% | 0.66% | - |
| XYZ | 19.58 | 10.02 | 16.82 | - |
| YUV | 72.92 | 151.19 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 16 | 114 | 0 | 0.91 | 0.33 | 0.34 | 321.57 | 0.83 | 0.36 |
| Hex | A9 | 10 | 72 | 0 | 5B | 21 | 22 | 142 | 53 | 24 |
| Octal | 251 | 20 | 162 | 0 | 133 | 41 | 42 | 502 | 123 | 44 |
| Binary | 10101001 | 10000 | 1110010 | 0 | 1011011 | 100001 | 100010 | 101000010 | 1010011 | 100100 |
Color Harmonies of #A91072
Complementary color
Monochromatic Colors of #A91072
Black with #A91072
Text Example
Text Example
White with #A91072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91072; }
p { color: rgb(169,16,114); }
H1.HeaderClassName
{
color: #A91072;
}
.AnyTagClassName
{
color: #A91072;
}
</style>
background-color css
<style>
a { background-color: #A91072; }
a { background-color: rgb(169,16,114); }
div.DivClassName
{
background-color: #A91072;
}
.BgClassName
{
background-color: #A91072;
}
</style>
border-color css
<style>
span { border-color: #A91072; }
span { border-color: rgb(169,16,114); }
td.TdClassName
{
border-color: #A91072;
}
.TagClassName
{
border-color: #A91072;
}
</style>