Shades of Jazzberry Jam #AD1774
Tints of Jazzberry Jam #AD1774
RGB
CMYK
RGB Variations
Color information
#AD1774 (or 0xAD1774) is known color: Jazzberry Jam. HEX triplet: AD, 17 and 74. RGB value is (173,23,116). Sum of RGB (Red+Green+Blue) = 173+23+116=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 23 (9.38% from 255 or 7.37% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1774 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1774 is #52E88B. Grayscale: #4E4E4E. Windows color (decimal): -5433484 or 7608237. OLE color: 7608237.
HSL color Cylindrical-coordinate representation of color #AD1774: hue angle of 322.8º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD1774 is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 23 | 116 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.32 |
| HSL | 322.8º | 0.77% | 0.38% | - |
| HSV(B) | 322.8º | 0.87% | 0.68% | - |
| XYZ | 20.69 | 10.76 | 17.51 | - |
| YUV | 78.45 | 149.2 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 116 | 0 | 0.87 | 0.33 | 0.32 | 322.8 | 0.77 | 0.38 |
| Hex | AD | 17 | 74 | 0 | 57 | 21 | 20 | 143 | 4D | 26 |
| Octal | 255 | 27 | 164 | 0 | 127 | 41 | 40 | 503 | 115 | 46 |
| Binary | 10101101 | 10111 | 1110100 | 0 | 1010111 | 100001 | 100000 | 101000011 | 1001101 | 100110 |
Color Harmonies of #AD1774
Complementary color
Monochromatic Colors of #AD1774
Black with #AD1774
Text Example
Text Example
White with #AD1774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1774; }
p { color: rgb(173,23,116); }
H1.HeaderClassName
{
color: #AD1774;
}
.AnyTagClassName
{
color: #AD1774;
}
</style>
background-color css
<style>
a { background-color: #AD1774; }
a { background-color: rgb(173,23,116); }
div.DivClassName
{
background-color: #AD1774;
}
.BgClassName
{
background-color: #AD1774;
}
</style>
border-color css
<style>
span { border-color: #AD1774; }
span { border-color: rgb(173,23,116); }
td.TdClassName
{
border-color: #AD1774;
}
.TagClassName
{
border-color: #AD1774;
}
</style>