Shades of Jazzberry Jam #A40963
Tints of Jazzberry Jam #A40963
RGB
CMYK
RGB Variations
Color information
#A40963 (or 0xA40963) is known color: Jazzberry Jam. HEX triplet: A4, 09 and 63. RGB value is (164,9,99). Sum of RGB (Red+Green+Blue) = 164+9+99=272 (36% of max value = 765). Red value is 164 (64.45% from 255 or 60.29% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 99 (39.06% from 255 or 36.40% from 272); Max value from RGB is 164 - color contains mainly: red. Hex color #A40963 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40963 is #5BF69C. Grayscale: #414141. Windows color (decimal): -6026909 or 6490532. OLE color: 6490532.
HSL color Cylindrical-coordinate representation of color #A40963: hue angle of 325.16º degrees, saturation: 0.9, 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 #A40963 is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 9 | 99 | - |
| CMYK | 0 | 0.95 | 0.40 | 0.36 |
| HSL | 325.16º | 0.9% | 0.34% | - |
| HSV(B) | 325.16º | 0.95% | 0.64% | - |
| XYZ | 17.66 | 8.99 | 12.61 | - |
| YUV | 65.61 | 146.85 | 198.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 9 | 99 | 0 | 0.95 | 0.40 | 0.36 | 325.16 | 0.9 | 0.34 |
| Hex | A4 | 9 | 63 | 0 | 5F | 28 | 24 | 145 | 5A | 22 |
| Octal | 244 | 11 | 143 | 0 | 137 | 50 | 44 | 505 | 132 | 42 |
| Binary | 10100100 | 1001 | 1100011 | 0 | 1011111 | 101000 | 100100 | 101000101 | 1011010 | 100010 |
Color Harmonies of #A40963
Complementary color
Monochromatic Colors of #A40963
Black with #A40963
Text Example
Text Example
White with #A40963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40963; }
p { color: rgb(164,9,99); }
H1.HeaderClassName
{
color: #A40963;
}
.AnyTagClassName
{
color: #A40963;
}
</style>
background-color css
<style>
a { background-color: #A40963; }
a { background-color: rgb(164,9,99); }
div.DivClassName
{
background-color: #A40963;
}
.BgClassName
{
background-color: #A40963;
}
</style>
border-color css
<style>
span { border-color: #A40963; }
span { border-color: rgb(164,9,99); }
td.TdClassName
{
border-color: #A40963;
}
.TagClassName
{
border-color: #A40963;
}
</style>