Shades of Jazzberry Jam #AD0051
Tints of Jazzberry Jam #AD0051
RGB
CMYK
RGB Variations
Color information
#AD0051 (or 0xAD0051) is known color: Jazzberry Jam. HEX triplet: AD, 00 and 51. RGB value is (173,0,81). Sum of RGB (Red+Green+Blue) = 173+0+81=254 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.11% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 81 (32.03% from 255 or 31.89% from 254); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0051 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0051 is #52FFAE. Grayscale: #3C3C3C. Windows color (decimal): -5439407 or 5308589. OLE color: 5308589.
HSL color Cylindrical-coordinate representation of color #AD0051: hue angle of 331.91º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD0051 is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 0 | 81 | - |
| CMYK | 0 | 1 | 0.53 | 0.32 |
| HSL | 331.91º | 1% | 0.34% | - |
| HSV(B) | 331.91º | 1% | 0.68% | - |
| XYZ | 18.72 | 9.48 | 8.63 | - |
| YUV | 60.96 | 139.31 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 81 | 0 | 1 | 0.53 | 0.32 | 331.91 | 1 | 0.34 |
| Hex | AD | 0 | 51 | 0 | 64 | 35 | 20 | 14C | 64 | 22 |
| Octal | 255 | 0 | 121 | 0 | 144 | 65 | 40 | 514 | 144 | 42 |
| Binary | 10101101 | 0 | 1010001 | 0 | 1100100 | 110101 | 100000 | 101001100 | 1100100 | 100010 |
Color Harmonies of #AD0051
Complementary color
Monochromatic Colors of #AD0051
Black with #AD0051
Text Example
Text Example
White with #AD0051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0051; }
p { color: rgb(173,0,81); }
H1.HeaderClassName
{
color: #AD0051;
}
.AnyTagClassName
{
color: #AD0051;
}
</style>
background-color css
<style>
a { background-color: #AD0051; }
a { background-color: rgb(173,0,81); }
div.DivClassName
{
background-color: #AD0051;
}
.BgClassName
{
background-color: #AD0051;
}
</style>
border-color css
<style>
span { border-color: #AD0051; }
span { border-color: rgb(173,0,81); }
td.TdClassName
{
border-color: #AD0051;
}
.TagClassName
{
border-color: #AD0051;
}
</style>