Shades of Jazzberry Jam #A30356
Tints of Jazzberry Jam #A30356
RGB
CMYK
RGB Variations
Color information
#A30356 (or 0xA30356) is known color: Jazzberry Jam. HEX triplet: A3, 03 and 56. RGB value is (163,3,86). Sum of RGB (Red+Green+Blue) = 163+3+86=252 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.68% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 163 - color contains mainly: red. Hex color #A30356 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30356 is #5CFCA9. Grayscale: #3C3C3C. Windows color (decimal): -6093994 or 5637027. OLE color: 5637027.
HSL color Cylindrical-coordinate representation of color #A30356: hue angle of 328.88º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A30356 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 3 | 86 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.36 |
| HSL | 328.88º | 0.96% | 0.33% | - |
| HSV(B) | 328.88º | 0.98% | 0.64% | - |
| XYZ | 16.82 | 8.52 | 9.56 | - |
| YUV | 60.3 | 142.51 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 3 | 86 | 0 | 0.98 | 0.47 | 0.36 | 328.88 | 0.96 | 0.33 |
| Hex | A3 | 3 | 56 | 0 | 62 | 2F | 24 | 149 | 60 | 21 |
| Octal | 243 | 3 | 126 | 0 | 142 | 57 | 44 | 511 | 140 | 41 |
| Binary | 10100011 | 11 | 1010110 | 0 | 1100010 | 101111 | 100100 | 101001001 | 1100000 | 100001 |
Color Harmonies of #A30356
Complementary color
Monochromatic Colors of #A30356
Black with #A30356
Text Example
Text Example
White with #A30356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30356; }
p { color: rgb(163,3,86); }
H1.HeaderClassName
{
color: #A30356;
}
.AnyTagClassName
{
color: #A30356;
}
</style>
background-color css
<style>
a { background-color: #A30356; }
a { background-color: rgb(163,3,86); }
div.DivClassName
{
background-color: #A30356;
}
.BgClassName
{
background-color: #A30356;
}
</style>
border-color css
<style>
span { border-color: #A30356; }
span { border-color: rgb(163,3,86); }
td.TdClassName
{
border-color: #A30356;
}
.TagClassName
{
border-color: #A30356;
}
</style>