Shades of Jazzberry Jam #A01773
Tints of Jazzberry Jam #A01773
RGB
CMYK
RGB Variations
Color information
#A01773 (or 0xA01773) is known color: Jazzberry Jam. HEX triplet: A0, 17 and 73. RGB value is (160,23,115). Sum of RGB (Red+Green+Blue) = 160+23+115=298 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.69% from 298); Green value is 23 (9.38% from 255 or 7.72% from 298); Blue value is 115 (45.31% from 255 or 38.59% from 298); Max value from RGB is 160 - color contains mainly: red. Hex color #A01773 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01773 is #5FE88C. Grayscale: #4A4A4A. Windows color (decimal): -6285453 or 7542688. OLE color: 7542688.
HSL color Cylindrical-coordinate representation of color #A01773: hue angle of 319.71º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A01773 is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 23 | 115 | - |
| CMYK | 0 | 0.86 | 0.28 | 0.37 |
| HSL | 319.71º | 0.75% | 0.36% | - |
| HSV(B) | 319.71º | 0.86% | 0.63% | - |
| XYZ | 17.9 | 9.32 | 17.08 | - |
| YUV | 74.45 | 150.89 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 23 | 115 | 0 | 0.86 | 0.28 | 0.37 | 319.71 | 0.75 | 0.36 |
| Hex | A0 | 17 | 73 | 0 | 56 | 1C | 25 | 140 | 4B | 24 |
| Octal | 240 | 27 | 163 | 0 | 126 | 34 | 45 | 500 | 113 | 44 |
| Binary | 10100000 | 10111 | 1110011 | 0 | 1010110 | 11100 | 100101 | 101000000 | 1001011 | 100100 |
Color Harmonies of #A01773
Complementary color
Monochromatic Colors of #A01773
Black with #A01773
Text Example
Text Example
White with #A01773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01773; }
p { color: rgb(160,23,115); }
H1.HeaderClassName
{
color: #A01773;
}
.AnyTagClassName
{
color: #A01773;
}
</style>
background-color css
<style>
a { background-color: #A01773; }
a { background-color: rgb(160,23,115); }
div.DivClassName
{
background-color: #A01773;
}
.BgClassName
{
background-color: #A01773;
}
</style>
border-color css
<style>
span { border-color: #A01773; }
span { border-color: rgb(160,23,115); }
td.TdClassName
{
border-color: #A01773;
}
.TagClassName
{
border-color: #A01773;
}
</style>