Shades of Jazzberry Jam #A30059
Tints of Jazzberry Jam #A30059
RGB
CMYK
RGB Variations
Color information
#A30059 (or 0xA30059) is known color: Jazzberry Jam. HEX triplet: A3, 00 and 59. RGB value is (163,0,89). Sum of RGB (Red+Green+Blue) = 163+0+89=252 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.68% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 89 (35.16% from 255 or 35.32% from 252); Max value from RGB is 163 - color contains mainly: red. Hex color #A30059 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30059 is #5CFFA6. Grayscale: #3A3A3A. Windows color (decimal): -6094759 or 5832867. OLE color: 5832867.
HSL color Cylindrical-coordinate representation of color #A30059: hue angle of 327.24º 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 #A30059 is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 0 | 89 | - |
| CMYK | 0 | 1 | 0.45 | 0.36 |
| HSL | 327.24º | 1% | 0.32% | - |
| HSV(B) | 327.24º | 1% | 0.64% | - |
| XYZ | 16.91 | 8.51 | 10.2 | - |
| YUV | 58.88 | 145 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 0 | 89 | 0 | 1 | 0.45 | 0.36 | 327.24 | 1 | 0.32 |
| Hex | A3 | 0 | 59 | 0 | 64 | 2D | 24 | 147 | 64 | 20 |
| Octal | 243 | 0 | 131 | 0 | 144 | 55 | 44 | 507 | 144 | 40 |
| Binary | 10100011 | 0 | 1011001 | 0 | 1100100 | 101101 | 100100 | 101000111 | 1100100 | 100000 |
Color Harmonies of #A30059
Complementary color
Monochromatic Colors of #A30059
Black with #A30059
Text Example
Text Example
White with #A30059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30059; }
p { color: rgb(163,0,89); }
H1.HeaderClassName
{
color: #A30059;
}
.AnyTagClassName
{
color: #A30059;
}
</style>
background-color css
<style>
a { background-color: #A30059; }
a { background-color: rgb(163,0,89); }
div.DivClassName
{
background-color: #A30059;
}
.BgClassName
{
background-color: #A30059;
}
</style>
border-color css
<style>
span { border-color: #A30059; }
span { border-color: rgb(163,0,89); }
td.TdClassName
{
border-color: #A30059;
}
.TagClassName
{
border-color: #A30059;
}
</style>