Shades of Jazzberry Jam #A91477
Tints of Jazzberry Jam #A91477
RGB
CMYK
RGB Variations
Color information
#A91477 (or 0xA91477) is known color: Jazzberry Jam. HEX triplet: A9, 14 and 77. RGB value is (169,20,119). Sum of RGB (Red+Green+Blue) = 169+20+119=308 (40% of max value = 765). Red value is 169 (66.41% from 255 or 54.87% from 308); Green value is 20 (8.20% from 255 or 6.49% from 308); Blue value is 119 (46.88% from 255 or 38.64% from 308); Max value from RGB is 169 - color contains mainly: red. Hex color #A91477 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A91477 is #56EB88. Grayscale: #4B4B4B. Windows color (decimal): -5696393 or 7804073. OLE color: 7804073.
HSL color Cylindrical-coordinate representation of color #A91477: hue angle of 320.13º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A91477 is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 20 | 119 | - |
| CMYK | 0 | 0.88 | 0.30 | 0.34 |
| HSL | 320.13º | 0.79% | 0.37% | - |
| HSV(B) | 320.13º | 0.88% | 0.66% | - |
| XYZ | 19.94 | 10.27 | 18.38 | - |
| YUV | 75.84 | 152.36 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 20 | 119 | 0 | 0.88 | 0.30 | 0.34 | 320.13 | 0.79 | 0.37 |
| Hex | A9 | 14 | 77 | 0 | 58 | 1E | 22 | 140 | 4F | 25 |
| Octal | 251 | 24 | 167 | 0 | 130 | 36 | 42 | 500 | 117 | 45 |
| Binary | 10101001 | 10100 | 1110111 | 0 | 1011000 | 11110 | 100010 | 101000000 | 1001111 | 100101 |
Color Harmonies of #A91477
Complementary color
Monochromatic Colors of #A91477
Black with #A91477
Text Example
Text Example
White with #A91477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91477; }
p { color: rgb(169,20,119); }
H1.HeaderClassName
{
color: #A91477;
}
.AnyTagClassName
{
color: #A91477;
}
</style>
background-color css
<style>
a { background-color: #A91477; }
a { background-color: rgb(169,20,119); }
div.DivClassName
{
background-color: #A91477;
}
.BgClassName
{
background-color: #A91477;
}
</style>
border-color css
<style>
span { border-color: #A91477; }
span { border-color: rgb(169,20,119); }
td.TdClassName
{
border-color: #A91477;
}
.TagClassName
{
border-color: #A91477;
}
</style>