Shades of Jazzberry Jam #A0176A
Tints of Jazzberry Jam #A0176A
RGB
CMYK
RGB Variations
Color information
#A0176A (or 0xA0176A) is known color: Jazzberry Jam. HEX triplet: A0, 17 and 6A. RGB value is (160,23,106). Sum of RGB (Red+Green+Blue) = 160+23+106=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 23 (9.38% from 255 or 7.96% from 289); Blue value is 106 (41.80% from 255 or 36.68% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A0176A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0176A is #5FE895. Grayscale: #494949. Windows color (decimal): -6285462 or 6952864. OLE color: 6952864.
HSL color Cylindrical-coordinate representation of color #A0176A: hue angle of 323.65º 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 #A0176A is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 23 | 106 | - |
| CMYK | 0 | 0.86 | 0.34 | 0.37 |
| HSL | 323.65º | 0.75% | 0.36% | - |
| HSV(B) | 323.65º | 0.86% | 0.63% | - |
| XYZ | 17.41 | 9.13 | 14.48 | - |
| YUV | 73.43 | 146.39 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 23 | 106 | 0 | 0.86 | 0.34 | 0.37 | 323.65 | 0.75 | 0.36 |
| Hex | A0 | 17 | 6A | 0 | 56 | 22 | 25 | 144 | 4B | 24 |
| Octal | 240 | 27 | 152 | 0 | 126 | 42 | 45 | 504 | 113 | 44 |
| Binary | 10100000 | 10111 | 1101010 | 0 | 1010110 | 100010 | 100101 | 101000100 | 1001011 | 100100 |
Color Harmonies of #A0176A
Complementary color
Monochromatic Colors of #A0176A
Black with #A0176A
Text Example
Text Example
White with #A0176A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0176A; }
p { color: rgb(160,23,106); }
H1.HeaderClassName
{
color: #A0176A;
}
.AnyTagClassName
{
color: #A0176A;
}
</style>
background-color css
<style>
a { background-color: #A0176A; }
a { background-color: rgb(160,23,106); }
div.DivClassName
{
background-color: #A0176A;
}
.BgClassName
{
background-color: #A0176A;
}
</style>
border-color css
<style>
span { border-color: #A0176A; }
span { border-color: rgb(160,23,106); }
td.TdClassName
{
border-color: #A0176A;
}
.TagClassName
{
border-color: #A0176A;
}
</style>