Shades of Jazzberry Jam #A91D76
Tints of Jazzberry Jam #A91D76
RGB
CMYK
RGB Variations
Color information
#A91D76 (or 0xA91D76) is known color: Jazzberry Jam. HEX triplet: A9, 1D and 76. RGB value is (169,29,118). Sum of RGB (Red+Green+Blue) = 169+29+118=316 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.48% from 316); Green value is 29 (11.72% from 255 or 9.18% from 316); Blue value is 118 (46.48% from 255 or 37.34% from 316); Max value from RGB is 169 - color contains mainly: red. Hex color #A91D76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A91D76 is #56E289. Grayscale: #505050. Windows color (decimal): -5694090 or 7740841. OLE color: 7740841.
HSL color Cylindrical-coordinate representation of color #A91D76: hue angle of 321.86º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A91D76 is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 29 | 118 | - |
| CMYK | 0 | 0.83 | 0.30 | 0.34 |
| HSL | 321.86º | 0.71% | 0.39% | - |
| HSV(B) | 321.86º | 0.83% | 0.66% | - |
| XYZ | 20.07 | 10.62 | 18.13 | - |
| YUV | 81.01 | 148.88 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 29 | 118 | 0 | 0.83 | 0.30 | 0.34 | 321.86 | 0.71 | 0.39 |
| Hex | A9 | 1D | 76 | 0 | 53 | 1E | 22 | 142 | 47 | 27 |
| Octal | 251 | 35 | 166 | 0 | 123 | 36 | 42 | 502 | 107 | 47 |
| Binary | 10101001 | 11101 | 1110110 | 0 | 1010011 | 11110 | 100010 | 101000010 | 1000111 | 100111 |
Color Harmonies of #A91D76
Complementary color
Monochromatic Colors of #A91D76
Black with #A91D76
Text Example
Text Example
White with #A91D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91D76; }
p { color: rgb(169,29,118); }
H1.HeaderClassName
{
color: #A91D76;
}
.AnyTagClassName
{
color: #A91D76;
}
</style>
background-color css
<style>
a { background-color: #A91D76; }
a { background-color: rgb(169,29,118); }
div.DivClassName
{
background-color: #A91D76;
}
.BgClassName
{
background-color: #A91D76;
}
</style>
border-color css
<style>
span { border-color: #A91D76; }
span { border-color: rgb(169,29,118); }
td.TdClassName
{
border-color: #A91D76;
}
.TagClassName
{
border-color: #A91D76;
}
</style>