Shades of Jazzberry Jam #AD1964
Tints of Jazzberry Jam #AD1964
RGB
CMYK
RGB Variations
Color information
#AD1964 (or 0xAD1964) is known color: Jazzberry Jam. HEX triplet: AD, 19 and 64. RGB value is (173,25,100). Sum of RGB (Red+Green+Blue) = 173+25+100=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1964 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1964 is #52E69B. Grayscale: #4D4D4D. Windows color (decimal): -5432988 or 6560173. OLE color: 6560173.
HSL color Cylindrical-coordinate representation of color #AD1964: hue angle of 329.59º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD1964 is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 25 | 100 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.32 |
| HSL | 329.59º | 0.75% | 0.39% | - |
| HSV(B) | 329.59º | 0.86% | 0.68% | - |
| XYZ | 19.88 | 10.5 | 13.04 | - |
| YUV | 77.8 | 140.53 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 100 | 0 | 0.86 | 0.42 | 0.32 | 329.59 | 0.75 | 0.39 |
| Hex | AD | 19 | 64 | 0 | 56 | 2A | 20 | 14A | 4B | 27 |
| Octal | 255 | 31 | 144 | 0 | 126 | 52 | 40 | 512 | 113 | 47 |
| Binary | 10101101 | 11001 | 1100100 | 0 | 1010110 | 101010 | 100000 | 101001010 | 1001011 | 100111 |
Color Harmonies of #AD1964
Complementary color
Monochromatic Colors of #AD1964
Black with #AD1964
Text Example
Text Example
White with #AD1964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1964; }
p { color: rgb(173,25,100); }
H1.HeaderClassName
{
color: #AD1964;
}
.AnyTagClassName
{
color: #AD1964;
}
</style>
background-color css
<style>
a { background-color: #AD1964; }
a { background-color: rgb(173,25,100); }
div.DivClassName
{
background-color: #AD1964;
}
.BgClassName
{
background-color: #AD1964;
}
</style>
border-color css
<style>
span { border-color: #AD1964; }
span { border-color: rgb(173,25,100); }
td.TdClassName
{
border-color: #AD1964;
}
.TagClassName
{
border-color: #AD1964;
}
</style>