Shades of Jazzberry Jam #AD0357
Tints of Jazzberry Jam #AD0357
RGB
CMYK
RGB Variations
Color information
#AD0357 (or 0xAD0357) is known color: Jazzberry Jam. HEX triplet: AD, 03 and 57. RGB value is (173,3,87). Sum of RGB (Red+Green+Blue) = 173+3+87=263 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.78% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 87 (34.38% from 255 or 33.08% from 263); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0357 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0357 is #52FCA8. Grayscale: #3F3F3F. Windows color (decimal): -5438633 or 5702573. OLE color: 5702573.
HSL color Cylindrical-coordinate representation of color #AD0357: hue angle of 330.35º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD0357 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 3 | 87 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.32 |
| HSL | 330.35º | 0.97% | 0.35% | - |
| HSV(B) | 330.35º | 0.98% | 0.68% | - |
| XYZ | 18.99 | 9.64 | 9.88 | - |
| YUV | 63.41 | 141.32 | 206.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 87 | 0 | 0.98 | 0.50 | 0.32 | 330.35 | 0.97 | 0.35 |
| Hex | AD | 3 | 57 | 0 | 62 | 32 | 20 | 14A | 61 | 23 |
| Octal | 255 | 3 | 127 | 0 | 142 | 62 | 40 | 512 | 141 | 43 |
| Binary | 10101101 | 11 | 1010111 | 0 | 1100010 | 110010 | 100000 | 101001010 | 1100001 | 100011 |
Color Harmonies of #AD0357
Complementary color
Monochromatic Colors of #AD0357
Black with #AD0357
Text Example
Text Example
White with #AD0357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0357; }
p { color: rgb(173,3,87); }
H1.HeaderClassName
{
color: #AD0357;
}
.AnyTagClassName
{
color: #AD0357;
}
</style>
background-color css
<style>
a { background-color: #AD0357; }
a { background-color: rgb(173,3,87); }
div.DivClassName
{
background-color: #AD0357;
}
.BgClassName
{
background-color: #AD0357;
}
</style>
border-color css
<style>
span { border-color: #AD0357; }
span { border-color: rgb(173,3,87); }
td.TdClassName
{
border-color: #AD0357;
}
.TagClassName
{
border-color: #AD0357;
}
</style>