Shades of Jazzberry Jam #AD0156
Tints of Jazzberry Jam #AD0156
RGB
CMYK
RGB Variations
Color information
#AD0156 (or 0xAD0156) is known color: Jazzberry Jam. HEX triplet: AD, 01 and 56. RGB value is (173,1,86). Sum of RGB (Red+Green+Blue) = 173+1+86=260 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.54% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 86 (33.98% from 255 or 33.08% from 260); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0156 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0156 is #52FEA9. Grayscale: #3D3D3D. Windows color (decimal): -5439146 or 5636525. OLE color: 5636525.
HSL color Cylindrical-coordinate representation of color #AD0156: hue angle of 330.35º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD0156 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 1 | 86 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.32 |
| HSL | 330.35º | 0.99% | 0.34% | - |
| HSV(B) | 330.35º | 0.99% | 0.68% | - |
| XYZ | 18.92 | 9.58 | 9.66 | - |
| YUV | 62.12 | 141.48 | 207.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 1 | 86 | 0 | 0.99 | 0.50 | 0.32 | 330.35 | 0.99 | 0.34 |
| Hex | AD | 1 | 56 | 0 | 63 | 32 | 20 | 14A | 63 | 22 |
| Octal | 255 | 1 | 126 | 0 | 143 | 62 | 40 | 512 | 143 | 42 |
| Binary | 10101101 | 1 | 1010110 | 0 | 1100011 | 110010 | 100000 | 101001010 | 1100011 | 100010 |
Color Harmonies of #AD0156
Complementary color
Monochromatic Colors of #AD0156
Black with #AD0156
Text Example
Text Example
White with #AD0156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0156; }
p { color: rgb(173,1,86); }
H1.HeaderClassName
{
color: #AD0156;
}
.AnyTagClassName
{
color: #AD0156;
}
</style>
background-color css
<style>
a { background-color: #AD0156; }
a { background-color: rgb(173,1,86); }
div.DivClassName
{
background-color: #AD0156;
}
.BgClassName
{
background-color: #AD0156;
}
</style>
border-color css
<style>
span { border-color: #AD0156; }
span { border-color: rgb(173,1,86); }
td.TdClassName
{
border-color: #AD0156;
}
.TagClassName
{
border-color: #AD0156;
}
</style>