Shades of Jazzberry Jam #A32063
Tints of Jazzberry Jam #A32063
RGB
CMYK
RGB Variations
Color information
#A32063 (or 0xA32063) is known color: Jazzberry Jam. HEX triplet: A3, 20 and 63. RGB value is (163,32,99). Sum of RGB (Red+Green+Blue) = 163+32+99=294 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.44% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 99 (39.06% from 255 or 33.67% from 294); Max value from RGB is 163 - color contains mainly: red. Hex color #A32063 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32063 is #5CDF9C. Grayscale: #4E4E4E. Windows color (decimal): -6086557 or 6496419. OLE color: 6496419.
HSL color Cylindrical-coordinate representation of color #A32063: hue angle of 329.31º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A32063 is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 32 | 99 | - |
| CMYK | 0 | 0.80 | 0.39 | 0.36 |
| HSL | 329.31º | 0.67% | 0.38% | - |
| HSV(B) | 329.31º | 0.8% | 0.64% | - |
| XYZ | 17.87 | 9.72 | 12.74 | - |
| YUV | 78.81 | 139.4 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 32 | 99 | 0 | 0.80 | 0.39 | 0.36 | 329.31 | 0.67 | 0.38 |
| Hex | A3 | 20 | 63 | 0 | 50 | 27 | 24 | 149 | 43 | 26 |
| Octal | 243 | 40 | 143 | 0 | 120 | 47 | 44 | 511 | 103 | 46 |
| Binary | 10100011 | 100000 | 1100011 | 0 | 1010000 | 100111 | 100100 | 101001001 | 1000011 | 100110 |
Color Harmonies of #A32063
Complementary color
Monochromatic Colors of #A32063
Black with #A32063
Text Example
Text Example
White with #A32063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32063; }
p { color: rgb(163,32,99); }
H1.HeaderClassName
{
color: #A32063;
}
.AnyTagClassName
{
color: #A32063;
}
</style>
background-color css
<style>
a { background-color: #A32063; }
a { background-color: rgb(163,32,99); }
div.DivClassName
{
background-color: #A32063;
}
.BgClassName
{
background-color: #A32063;
}
</style>
border-color css
<style>
span { border-color: #A32063; }
span { border-color: rgb(163,32,99); }
td.TdClassName
{
border-color: #A32063;
}
.TagClassName
{
border-color: #A32063;
}
</style>