Shades of Jazzberry Jam #A20059
Tints of Jazzberry Jam #A20059
RGB
CMYK
RGB Variations
Color information
#A20059 (or 0xA20059) is known color: Jazzberry Jam. HEX triplet: A2, 00 and 59. RGB value is (162,0,89). Sum of RGB (Red+Green+Blue) = 162+0+89=251 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.54% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 89 (35.16% from 255 or 35.46% from 251); Max value from RGB is 162 - color contains mainly: red. Hex color #A20059 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20059 is #5DFFA6. Grayscale: #3A3A3A. Windows color (decimal): -6160295 or 5832866. OLE color: 5832866.
HSL color Cylindrical-coordinate representation of color #A20059: hue angle of 327.04º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A20059 is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 0 | 89 | - |
| CMYK | 0 | 1 | 0.45 | 0.36 |
| HSL | 327.04º | 1% | 0.32% | - |
| HSV(B) | 327.04º | 1% | 0.64% | - |
| XYZ | 16.7 | 8.4 | 10.19 | - |
| YUV | 58.58 | 145.17 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 89 | 0 | 1 | 0.45 | 0.36 | 327.04 | 1 | 0.32 |
| Hex | A2 | 0 | 59 | 0 | 64 | 2D | 24 | 147 | 64 | 20 |
| Octal | 242 | 0 | 131 | 0 | 144 | 55 | 44 | 507 | 144 | 40 |
| Binary | 10100010 | 0 | 1011001 | 0 | 1100100 | 101101 | 100100 | 101000111 | 1100100 | 100000 |
Color Harmonies of #A20059
Complementary color
Monochromatic Colors of #A20059
Black with #A20059
Text Example
Text Example
White with #A20059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20059; }
p { color: rgb(162,0,89); }
H1.HeaderClassName
{
color: #A20059;
}
.AnyTagClassName
{
color: #A20059;
}
</style>
background-color css
<style>
a { background-color: #A20059; }
a { background-color: rgb(162,0,89); }
div.DivClassName
{
background-color: #A20059;
}
.BgClassName
{
background-color: #A20059;
}
</style>
border-color css
<style>
span { border-color: #A20059; }
span { border-color: rgb(162,0,89); }
td.TdClassName
{
border-color: #A20059;
}
.TagClassName
{
border-color: #A20059;
}
</style>