Shades of Jazzberry Jam #A51963
Tints of Jazzberry Jam #A51963
RGB
CMYK
RGB Variations
Color information
#A51963 (or 0xA51963) is known color: Jazzberry Jam. HEX triplet: A5, 19 and 63. RGB value is (165,25,99). Sum of RGB (Red+Green+Blue) = 165+25+99=289 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.09% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 99 (39.06% from 255 or 34.26% from 289); Max value from RGB is 165 - color contains mainly: red. Hex color #A51963 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51963 is #5AE69C. Grayscale: #4B4B4B. Windows color (decimal): -5957277 or 6494629. OLE color: 6494629.
HSL color Cylindrical-coordinate representation of color #A51963: hue angle of 328.29º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A51963 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 25 | 99 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.35 |
| HSL | 328.29º | 0.74% | 0.37% | - |
| HSV(B) | 328.29º | 0.85% | 0.65% | - |
| XYZ | 18.12 | 9.6 | 12.7 | - |
| YUV | 75.3 | 141.38 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 25 | 99 | 0 | 0.85 | 0.40 | 0.35 | 328.29 | 0.74 | 0.37 |
| Hex | A5 | 19 | 63 | 0 | 55 | 28 | 23 | 148 | 4A | 25 |
| Octal | 245 | 31 | 143 | 0 | 125 | 50 | 43 | 510 | 112 | 45 |
| Binary | 10100101 | 11001 | 1100011 | 0 | 1010101 | 101000 | 100011 | 101001000 | 1001010 | 100101 |
Color Harmonies of #A51963
Complementary color
Monochromatic Colors of #A51963
Black with #A51963
Text Example
Text Example
White with #A51963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51963; }
p { color: rgb(165,25,99); }
H1.HeaderClassName
{
color: #A51963;
}
.AnyTagClassName
{
color: #A51963;
}
</style>
background-color css
<style>
a { background-color: #A51963; }
a { background-color: rgb(165,25,99); }
div.DivClassName
{
background-color: #A51963;
}
.BgClassName
{
background-color: #A51963;
}
</style>
border-color css
<style>
span { border-color: #A51963; }
span { border-color: rgb(165,25,99); }
td.TdClassName
{
border-color: #A51963;
}
.TagClassName
{
border-color: #A51963;
}
</style>