Shades of Jazzberry Jam #A91877
Tints of Jazzberry Jam #A91877
RGB
CMYK
RGB Variations
Color information
#A91877 (or 0xA91877) is known color: Jazzberry Jam. HEX triplet: A9, 18 and 77. RGB value is (169,24,119). Sum of RGB (Red+Green+Blue) = 169+24+119=312 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.17% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 169 - color contains mainly: red. Hex color #A91877 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A91877 is #56E788. Grayscale: #4D4D4D. Windows color (decimal): -5695369 or 7805097. OLE color: 7805097.
HSL color Cylindrical-coordinate representation of color #A91877: hue angle of 320.69º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A91877 is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 24 | 119 | - |
| CMYK | 0 | 0.86 | 0.30 | 0.34 |
| HSL | 320.69º | 0.75% | 0.38% | - |
| HSV(B) | 320.69º | 0.86% | 0.66% | - |
| XYZ | 20.02 | 10.42 | 18.41 | - |
| YUV | 78.19 | 151.04 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 24 | 119 | 0 | 0.86 | 0.30 | 0.34 | 320.69 | 0.75 | 0.38 |
| Hex | A9 | 18 | 77 | 0 | 56 | 1E | 22 | 141 | 4B | 26 |
| Octal | 251 | 30 | 167 | 0 | 126 | 36 | 42 | 501 | 113 | 46 |
| Binary | 10101001 | 11000 | 1110111 | 0 | 1010110 | 11110 | 100010 | 101000001 | 1001011 | 100110 |
Color Harmonies of #A91877
Complementary color
Monochromatic Colors of #A91877
Black with #A91877
Text Example
Text Example
White with #A91877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91877; }
p { color: rgb(169,24,119); }
H1.HeaderClassName
{
color: #A91877;
}
.AnyTagClassName
{
color: #A91877;
}
</style>
background-color css
<style>
a { background-color: #A91877; }
a { background-color: rgb(169,24,119); }
div.DivClassName
{
background-color: #A91877;
}
.BgClassName
{
background-color: #A91877;
}
</style>
border-color css
<style>
span { border-color: #A91877; }
span { border-color: rgb(169,24,119); }
td.TdClassName
{
border-color: #A91877;
}
.TagClassName
{
border-color: #A91877;
}
</style>