Shades of Jazzberry Jam #A9174E
Tints of Jazzberry Jam #A9174E
RGB
CMYK
RGB Variations
Color information
#A9174E (or 0xA9174E) is known color: Jazzberry Jam. HEX triplet: A9, 17 and 4E. RGB value is (169,23,78). Sum of RGB (Red+Green+Blue) = 169+23+78=270 (35% of max value = 765). Red value is 169 (66.41% from 255 or 62.59% from 270); Green value is 23 (9.38% from 255 or 8.52% from 270); Blue value is 78 (30.86% from 255 or 28.89% from 270); Max value from RGB is 169 - color contains mainly: red. Hex color #A9174E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9174E is #56E8B1. Grayscale: #484848. Windows color (decimal): -5695666 or 5117865. OLE color: 5117865.
HSL color Cylindrical-coordinate representation of color #A9174E: hue angle of 337.4º degrees, saturation: 0.76, 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 #A9174E is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 23 | 78 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.34 |
| HSL | 337.4º | 0.76% | 0.38% | - |
| HSV(B) | 337.4º | 0.86% | 0.66% | - |
| XYZ | 18.04 | 9.6 | 8.11 | - |
| YUV | 72.92 | 130.87 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 23 | 78 | 0 | 0.86 | 0.54 | 0.34 | 337.4 | 0.76 | 0.38 |
| Hex | A9 | 17 | 4E | 0 | 56 | 36 | 22 | 151 | 4C | 26 |
| Octal | 251 | 27 | 116 | 0 | 126 | 66 | 42 | 521 | 114 | 46 |
| Binary | 10101001 | 10111 | 1001110 | 0 | 1010110 | 110110 | 100010 | 101010001 | 1001100 | 100110 |
Color Harmonies of #A9174E
Complementary color
Monochromatic Colors of #A9174E
Black with #A9174E
Text Example
Text Example
White with #A9174E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9174E; }
p { color: rgb(169,23,78); }
H1.HeaderClassName
{
color: #A9174E;
}
.AnyTagClassName
{
color: #A9174E;
}
</style>
background-color css
<style>
a { background-color: #A9174E; }
a { background-color: rgb(169,23,78); }
div.DivClassName
{
background-color: #A9174E;
}
.BgClassName
{
background-color: #A9174E;
}
</style>
border-color css
<style>
span { border-color: #A9174E; }
span { border-color: rgb(169,23,78); }
td.TdClassName
{
border-color: #A9174E;
}
.TagClassName
{
border-color: #A9174E;
}
</style>