Shades of Jazzberry Jam #A80359
Tints of Jazzberry Jam #A80359
RGB
CMYK
RGB Variations
Color information
#A80359 (or 0xA80359) is known color: Jazzberry Jam. HEX triplet: A8, 03 and 59. RGB value is (168,3,89). Sum of RGB (Red+Green+Blue) = 168+3+89=260 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.62% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 89 (35.16% from 255 or 34.23% from 260); Max value from RGB is 168 - color contains mainly: red. Hex color #A80359 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80359 is #57FCA6. Grayscale: #3D3D3D. Windows color (decimal): -5766311 or 5833640. OLE color: 5833640.
HSL color Cylindrical-coordinate representation of color #A80359: hue angle of 328.73º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A80359 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 3 | 89 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.34 |
| HSL | 328.73º | 0.96% | 0.34% | - |
| HSV(B) | 328.73º | 0.98% | 0.66% | - |
| XYZ | 17.98 | 9.11 | 10.26 | - |
| YUV | 62.14 | 143.16 | 203.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 3 | 89 | 0 | 0.98 | 0.47 | 0.34 | 328.73 | 0.96 | 0.34 |
| Hex | A8 | 3 | 59 | 0 | 62 | 2F | 22 | 149 | 60 | 22 |
| Octal | 250 | 3 | 131 | 0 | 142 | 57 | 42 | 511 | 140 | 42 |
| Binary | 10101000 | 11 | 1011001 | 0 | 1100010 | 101111 | 100010 | 101001001 | 1100000 | 100010 |
Color Harmonies of #A80359
Complementary color
Monochromatic Colors of #A80359
Black with #A80359
Text Example
Text Example
White with #A80359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80359; }
p { color: rgb(168,3,89); }
H1.HeaderClassName
{
color: #A80359;
}
.AnyTagClassName
{
color: #A80359;
}
</style>
background-color css
<style>
a { background-color: #A80359; }
a { background-color: rgb(168,3,89); }
div.DivClassName
{
background-color: #A80359;
}
.BgClassName
{
background-color: #A80359;
}
</style>
border-color css
<style>
span { border-color: #A80359; }
span { border-color: rgb(168,3,89); }
td.TdClassName
{
border-color: #A80359;
}
.TagClassName
{
border-color: #A80359;
}
</style>