Shades of Jazzberry Jam #AD1957
Tints of Jazzberry Jam #AD1957
RGB
CMYK
RGB Variations
Color information
#AD1957 (or 0xAD1957) is known color: Jazzberry Jam. HEX triplet: AD, 19 and 57. RGB value is (173,25,87). Sum of RGB (Red+Green+Blue) = 173+25+87=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 87 (34.38% from 255 or 30.53% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1957 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1957 is #52E6A8. Grayscale: #4C4C4C. Windows color (decimal): -5433001 or 5708205. OLE color: 5708205.
HSL color Cylindrical-coordinate representation of color #AD1957: hue angle of 334.86º 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 #AD1957 is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 25 | 87 | - |
| CMYK | 0 | 0.86 | 0.50 | 0.32 |
| HSL | 334.86º | 0.75% | 0.39% | - |
| HSV(B) | 334.86º | 0.86% | 0.68% | - |
| XYZ | 19.3 | 10.27 | 9.98 | - |
| YUV | 76.32 | 134.03 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 87 | 0 | 0.86 | 0.50 | 0.32 | 334.86 | 0.75 | 0.39 |
| Hex | AD | 19 | 57 | 0 | 56 | 32 | 20 | 14F | 4B | 27 |
| Octal | 255 | 31 | 127 | 0 | 126 | 62 | 40 | 517 | 113 | 47 |
| Binary | 10101101 | 11001 | 1010111 | 0 | 1010110 | 110010 | 100000 | 101001111 | 1001011 | 100111 |
Color Harmonies of #AD1957
Complementary color
Monochromatic Colors of #AD1957
Black with #AD1957
Text Example
Text Example
White with #AD1957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1957; }
p { color: rgb(173,25,87); }
H1.HeaderClassName
{
color: #AD1957;
}
.AnyTagClassName
{
color: #AD1957;
}
</style>
background-color css
<style>
a { background-color: #AD1957; }
a { background-color: rgb(173,25,87); }
div.DivClassName
{
background-color: #AD1957;
}
.BgClassName
{
background-color: #AD1957;
}
</style>
border-color css
<style>
span { border-color: #AD1957; }
span { border-color: rgb(173,25,87); }
td.TdClassName
{
border-color: #AD1957;
}
.TagClassName
{
border-color: #AD1957;
}
</style>