Shades of Jazzberry Jam #A30F59
Tints of Jazzberry Jam #A30F59
RGB
CMYK
RGB Variations
Color information
#A30F59 (or 0xA30F59) is known color: Jazzberry Jam. HEX triplet: A3, 0F and 59. RGB value is (163,15,89). Sum of RGB (Red+Green+Blue) = 163+15+89=267 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.05% from 267); Green value is 15 (6.25% from 255 or 5.62% from 267); Blue value is 89 (35.16% from 255 or 33.33% from 267); Max value from RGB is 163 - color contains mainly: red. Hex color #A30F59 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30F59 is #5CF0A6. Grayscale: #434343. Windows color (decimal): -6090919 or 5836707. OLE color: 5836707.
HSL color Cylindrical-coordinate representation of color #A30F59: hue angle of 330º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A30F59 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 15 | 89 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.36 |
| HSL | 330º | 0.83% | 0.35% | - |
| HSV(B) | 330º | 0.91% | 0.64% | - |
| XYZ | 17.08 | 8.85 | 10.26 | - |
| YUV | 67.69 | 140.03 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 15 | 89 | 0 | 0.91 | 0.45 | 0.36 | 330 | 0.83 | 0.35 |
| Hex | A3 | F | 59 | 0 | 5B | 2D | 24 | 14A | 53 | 23 |
| Octal | 243 | 17 | 131 | 0 | 133 | 55 | 44 | 512 | 123 | 43 |
| Binary | 10100011 | 1111 | 1011001 | 0 | 1011011 | 101101 | 100100 | 101001010 | 1010011 | 100011 |
Color Harmonies of #A30F59
Complementary color
Monochromatic Colors of #A30F59
Black with #A30F59
Text Example
Text Example
White with #A30F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30F59; }
p { color: rgb(163,15,89); }
H1.HeaderClassName
{
color: #A30F59;
}
.AnyTagClassName
{
color: #A30F59;
}
</style>
background-color css
<style>
a { background-color: #A30F59; }
a { background-color: rgb(163,15,89); }
div.DivClassName
{
background-color: #A30F59;
}
.BgClassName
{
background-color: #A30F59;
}
</style>
border-color css
<style>
span { border-color: #A30F59; }
span { border-color: rgb(163,15,89); }
td.TdClassName
{
border-color: #A30F59;
}
.TagClassName
{
border-color: #A30F59;
}
</style>