Shades of Jazzberry Jam #A30863
Tints of Jazzberry Jam #A30863
RGB
CMYK
RGB Variations
Color information
#A30863 (or 0xA30863) is known color: Jazzberry Jam. HEX triplet: A3, 08 and 63. RGB value is (163,8,99). Sum of RGB (Red+Green+Blue) = 163+8+99=270 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.37% from 270); Green value is 8 (3.52% from 255 or 2.96% from 270); Blue value is 99 (39.06% from 255 or 36.67% from 270); Max value from RGB is 163 - color contains mainly: red. Hex color #A30863 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30863 is #5CF79C. Grayscale: #404040. Windows color (decimal): -6092701 or 6490275. OLE color: 6490275.
HSL color Cylindrical-coordinate representation of color #A30863: hue angle of 324.77º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A30863 is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 8 | 99 | - |
| CMYK | 0 | 0.95 | 0.39 | 0.36 |
| HSL | 324.77º | 0.91% | 0.34% | - |
| HSV(B) | 324.77º | 0.95% | 0.64% | - |
| XYZ | 17.44 | 8.86 | 12.6 | - |
| YUV | 64.72 | 147.35 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 8 | 99 | 0 | 0.95 | 0.39 | 0.36 | 324.77 | 0.91 | 0.34 |
| Hex | A3 | 8 | 63 | 0 | 5F | 27 | 24 | 145 | 5B | 22 |
| Octal | 243 | 10 | 143 | 0 | 137 | 47 | 44 | 505 | 133 | 42 |
| Binary | 10100011 | 1000 | 1100011 | 0 | 1011111 | 100111 | 100100 | 101000101 | 1011011 | 100010 |
Color Harmonies of #A30863
Complementary color
Monochromatic Colors of #A30863
Black with #A30863
Text Example
Text Example
White with #A30863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30863; }
p { color: rgb(163,8,99); }
H1.HeaderClassName
{
color: #A30863;
}
.AnyTagClassName
{
color: #A30863;
}
</style>
background-color css
<style>
a { background-color: #A30863; }
a { background-color: rgb(163,8,99); }
div.DivClassName
{
background-color: #A30863;
}
.BgClassName
{
background-color: #A30863;
}
</style>
border-color css
<style>
span { border-color: #A30863; }
span { border-color: rgb(163,8,99); }
td.TdClassName
{
border-color: #A30863;
}
.TagClassName
{
border-color: #A30863;
}
</style>