Shades of Jazzberry Jam #A30F56
Tints of Jazzberry Jam #A30F56
RGB
CMYK
RGB Variations
Color information
#A30F56 (or 0xA30F56) is known color: Jazzberry Jam. HEX triplet: A3, 0F and 56. RGB value is (163,15,86). Sum of RGB (Red+Green+Blue) = 163+15+86=264 (34% of max value = 765). Red value is 163 (64.06% from 255 or 61.74% from 264); Green value is 15 (6.25% from 255 or 5.68% from 264); Blue value is 86 (33.98% from 255 or 32.58% from 264); Max value from RGB is 163 - color contains mainly: red. Hex color #A30F56 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30F56 is #5CF0A9. Grayscale: #434343. Windows color (decimal): -6090922 or 5640099. OLE color: 5640099.
HSL color Cylindrical-coordinate representation of color #A30F56: hue angle of 331.22º 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 #A30F56 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 15 | 86 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.36 |
| HSL | 331.22º | 0.83% | 0.35% | - |
| HSV(B) | 331.22º | 0.91% | 0.64% | - |
| XYZ | 16.95 | 8.8 | 9.61 | - |
| YUV | 67.35 | 138.53 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 15 | 86 | 0 | 0.91 | 0.47 | 0.36 | 331.22 | 0.83 | 0.35 |
| Hex | A3 | F | 56 | 0 | 5B | 2F | 24 | 14B | 53 | 23 |
| Octal | 243 | 17 | 126 | 0 | 133 | 57 | 44 | 513 | 123 | 43 |
| Binary | 10100011 | 1111 | 1010110 | 0 | 1011011 | 101111 | 100100 | 101001011 | 1010011 | 100011 |
Color Harmonies of #A30F56
Complementary color
Monochromatic Colors of #A30F56
Black with #A30F56
Text Example
Text Example
White with #A30F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30F56; }
p { color: rgb(163,15,86); }
H1.HeaderClassName
{
color: #A30F56;
}
.AnyTagClassName
{
color: #A30F56;
}
</style>
background-color css
<style>
a { background-color: #A30F56; }
a { background-color: rgb(163,15,86); }
div.DivClassName
{
background-color: #A30F56;
}
.BgClassName
{
background-color: #A30F56;
}
</style>
border-color css
<style>
span { border-color: #A30F56; }
span { border-color: rgb(163,15,86); }
td.TdClassName
{
border-color: #A30F56;
}
.TagClassName
{
border-color: #A30F56;
}
</style>