Shades of Jazzberry Jam #A9174A
Tints of Jazzberry Jam #A9174A
RGB
CMYK
RGB Variations
Color information
#A9174A (or 0xA9174A) is known color: Jazzberry Jam. HEX triplet: A9, 17 and 4A. RGB value is (169,23,74). Sum of RGB (Red+Green+Blue) = 169+23+74=266 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.53% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 74 (29.30% from 255 or 27.82% from 266); Max value from RGB is 169 - color contains mainly: red. Hex color #A9174A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9174A is #56E8B5. Grayscale: #484848. Windows color (decimal): -5695670 or 4855721. OLE color: 4855721.
HSL color Cylindrical-coordinate representation of color #A9174A: hue angle of 339.04º 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 #A9174A is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 23 | 74 | - |
| CMYK | 0 | 0.86 | 0.56 | 0.34 |
| HSL | 339.04º | 0.76% | 0.38% | - |
| HSV(B) | 339.04º | 0.86% | 0.66% | - |
| XYZ | 17.9 | 9.54 | 7.38 | - |
| YUV | 72.47 | 128.87 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 23 | 74 | 0 | 0.86 | 0.56 | 0.34 | 339.04 | 0.76 | 0.38 |
| Hex | A9 | 17 | 4A | 0 | 56 | 38 | 22 | 153 | 4C | 26 |
| Octal | 251 | 27 | 112 | 0 | 126 | 70 | 42 | 523 | 114 | 46 |
| Binary | 10101001 | 10111 | 1001010 | 0 | 1010110 | 111000 | 100010 | 101010011 | 1001100 | 100110 |
Color Harmonies of #A9174A
Complementary color
Monochromatic Colors of #A9174A
Black with #A9174A
Text Example
Text Example
White with #A9174A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9174A; }
p { color: rgb(169,23,74); }
H1.HeaderClassName
{
color: #A9174A;
}
.AnyTagClassName
{
color: #A9174A;
}
</style>
background-color css
<style>
a { background-color: #A9174A; }
a { background-color: rgb(169,23,74); }
div.DivClassName
{
background-color: #A9174A;
}
.BgClassName
{
background-color: #A9174A;
}
</style>
border-color css
<style>
span { border-color: #A9174A; }
span { border-color: rgb(169,23,74); }
td.TdClassName
{
border-color: #A9174A;
}
.TagClassName
{
border-color: #A9174A;
}
</style>