Shades of Jazzberry Jam #AD0151
Tints of Jazzberry Jam #AD0151
RGB
CMYK
RGB Variations
Color information
#AD0151 (or 0xAD0151) is known color: Jazzberry Jam. HEX triplet: AD, 01 and 51. RGB value is (173,1,81). Sum of RGB (Red+Green+Blue) = 173+1+81=255 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.84% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 81 (32.03% from 255 or 31.76% from 255); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0151 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0151 is #52FEAE. Grayscale: #3D3D3D. Windows color (decimal): -5439151 or 5308845. OLE color: 5308845.
HSL color Cylindrical-coordinate representation of color #AD0151: hue angle of 332.09º 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 #AD0151 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 1 | 81 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.32 |
| HSL | 332.09º | 0.99% | 0.34% | - |
| HSV(B) | 332.09º | 0.99% | 0.68% | - |
| XYZ | 18.73 | 9.5 | 8.63 | - |
| YUV | 61.55 | 138.98 | 207.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 1 | 81 | 0 | 0.99 | 0.53 | 0.32 | 332.09 | 0.99 | 0.34 |
| Hex | AD | 1 | 51 | 0 | 63 | 35 | 20 | 14C | 63 | 22 |
| Octal | 255 | 1 | 121 | 0 | 143 | 65 | 40 | 514 | 143 | 42 |
| Binary | 10101101 | 1 | 1010001 | 0 | 1100011 | 110101 | 100000 | 101001100 | 1100011 | 100010 |
Color Harmonies of #AD0151
Complementary color
Monochromatic Colors of #AD0151
Black with #AD0151
Text Example
Text Example
White with #AD0151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0151; }
p { color: rgb(173,1,81); }
H1.HeaderClassName
{
color: #AD0151;
}
.AnyTagClassName
{
color: #AD0151;
}
</style>
background-color css
<style>
a { background-color: #AD0151; }
a { background-color: rgb(173,1,81); }
div.DivClassName
{
background-color: #AD0151;
}
.BgClassName
{
background-color: #AD0151;
}
</style>
border-color css
<style>
span { border-color: #AD0151; }
span { border-color: rgb(173,1,81); }
td.TdClassName
{
border-color: #AD0151;
}
.TagClassName
{
border-color: #AD0151;
}
</style>