Shades of Jazzberry Jam #A0175B
Tints of Jazzberry Jam #A0175B
RGB
CMYK
RGB Variations
Color information
#A0175B (or 0xA0175B) is known color: Jazzberry Jam. HEX triplet: A0, 17 and 5B. RGB value is (160,23,91). Sum of RGB (Red+Green+Blue) = 160+23+91=274 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.39% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 160 - color contains mainly: red. Hex color #A0175B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0175B is #5FE8A4. Grayscale: #474747. Windows color (decimal): -6285477 or 5969824. OLE color: 5969824.
HSL color Cylindrical-coordinate representation of color #A0175B: hue angle of 330.22º 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 #A0175B is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 23 | 91 | - |
| CMYK | 0 | 0.86 | 0.43 | 0.37 |
| HSL | 330.22º | 0.75% | 0.36% | - |
| HSV(B) | 330.22º | 0.86% | 0.63% | - |
| XYZ | 16.69 | 8.84 | 10.72 | - |
| YUV | 71.72 | 138.89 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 23 | 91 | 0 | 0.86 | 0.43 | 0.37 | 330.22 | 0.75 | 0.36 |
| Hex | A0 | 17 | 5B | 0 | 56 | 2B | 25 | 14A | 4B | 24 |
| Octal | 240 | 27 | 133 | 0 | 126 | 53 | 45 | 512 | 113 | 44 |
| Binary | 10100000 | 10111 | 1011011 | 0 | 1010110 | 101011 | 100101 | 101001010 | 1001011 | 100100 |
Color Harmonies of #A0175B
Complementary color
Monochromatic Colors of #A0175B
Black with #A0175B
Text Example
Text Example
White with #A0175B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0175B; }
p { color: rgb(160,23,91); }
H1.HeaderClassName
{
color: #A0175B;
}
.AnyTagClassName
{
color: #A0175B;
}
</style>
background-color css
<style>
a { background-color: #A0175B; }
a { background-color: rgb(160,23,91); }
div.DivClassName
{
background-color: #A0175B;
}
.BgClassName
{
background-color: #A0175B;
}
</style>
border-color css
<style>
span { border-color: #A0175B; }
span { border-color: rgb(160,23,91); }
td.TdClassName
{
border-color: #A0175B;
}
.TagClassName
{
border-color: #A0175B;
}
</style>