Shades of Jazzberry Jam #A91077
Tints of Jazzberry Jam #A91077
RGB
CMYK
RGB Variations
Color information
#A91077 (or 0xA91077) is known color: Jazzberry Jam. HEX triplet: A9, 10 and 77. RGB value is (169,16,119). Sum of RGB (Red+Green+Blue) = 169+16+119=304 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.59% from 304); Green value is 16 (6.64% from 255 or 5.26% from 304); Blue value is 119 (46.88% from 255 or 39.14% from 304); Max value from RGB is 169 - color contains mainly: red. Hex color #A91077 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A91077 is #56EF88. Grayscale: #494949. Windows color (decimal): -5697417 or 7803049. OLE color: 7803049.
HSL color Cylindrical-coordinate representation of color #A91077: hue angle of 319.61º 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 #A91077 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 16 | 119 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.34 |
| HSL | 319.61º | 0.83% | 0.36% | - |
| HSV(B) | 319.61º | 0.91% | 0.66% | - |
| XYZ | 19.88 | 10.14 | 18.36 | - |
| YUV | 73.49 | 153.69 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 16 | 119 | 0 | 0.91 | 0.30 | 0.34 | 319.61 | 0.83 | 0.36 |
| Hex | A9 | 10 | 77 | 0 | 5B | 1E | 22 | 140 | 53 | 24 |
| Octal | 251 | 20 | 167 | 0 | 133 | 36 | 42 | 500 | 123 | 44 |
| Binary | 10101001 | 10000 | 1110111 | 0 | 1011011 | 11110 | 100010 | 101000000 | 1010011 | 100100 |
Color Harmonies of #A91077
Complementary color
Monochromatic Colors of #A91077
Black with #A91077
Text Example
Text Example
White with #A91077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91077; }
p { color: rgb(169,16,119); }
H1.HeaderClassName
{
color: #A91077;
}
.AnyTagClassName
{
color: #A91077;
}
</style>
background-color css
<style>
a { background-color: #A91077; }
a { background-color: rgb(169,16,119); }
div.DivClassName
{
background-color: #A91077;
}
.BgClassName
{
background-color: #A91077;
}
</style>
border-color css
<style>
span { border-color: #A91077; }
span { border-color: rgb(169,16,119); }
td.TdClassName
{
border-color: #A91077;
}
.TagClassName
{
border-color: #A91077;
}
</style>