Shades of Jazzberry Jam #AD0158
Tints of Jazzberry Jam #AD0158
RGB
CMYK
RGB Variations
Color information
#AD0158 (or 0xAD0158) is known color: Jazzberry Jam. HEX triplet: AD, 01 and 58. RGB value is (173,1,88). Sum of RGB (Red+Green+Blue) = 173+1+88=262 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.03% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 88 (34.77% from 255 or 33.59% from 262); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0158 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0158 is #52FEA7. Grayscale: #3E3E3E. Windows color (decimal): -5439144 or 5767597. OLE color: 5767597.
HSL color Cylindrical-coordinate representation of color #AD0158: hue angle of 329.65º 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 #AD0158 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 1 | 88 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.32 |
| HSL | 329.65º | 0.99% | 0.34% | - |
| HSV(B) | 329.65º | 0.99% | 0.68% | - |
| XYZ | 19.01 | 9.61 | 10.09 | - |
| YUV | 62.35 | 142.48 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 1 | 88 | 0 | 0.99 | 0.49 | 0.32 | 329.65 | 0.99 | 0.34 |
| Hex | AD | 1 | 58 | 0 | 63 | 31 | 20 | 14A | 63 | 22 |
| Octal | 255 | 1 | 130 | 0 | 143 | 61 | 40 | 512 | 143 | 42 |
| Binary | 10101101 | 1 | 1011000 | 0 | 1100011 | 110001 | 100000 | 101001010 | 1100011 | 100010 |
Color Harmonies of #AD0158
Complementary color
Monochromatic Colors of #AD0158
Black with #AD0158
Text Example
Text Example
White with #AD0158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0158; }
p { color: rgb(173,1,88); }
H1.HeaderClassName
{
color: #AD0158;
}
.AnyTagClassName
{
color: #AD0158;
}
</style>
background-color css
<style>
a { background-color: #AD0158; }
a { background-color: rgb(173,1,88); }
div.DivClassName
{
background-color: #AD0158;
}
.BgClassName
{
background-color: #AD0158;
}
</style>
border-color css
<style>
span { border-color: #AD0158; }
span { border-color: rgb(173,1,88); }
td.TdClassName
{
border-color: #AD0158;
}
.TagClassName
{
border-color: #AD0158;
}
</style>