Shades of Jazzberry Jam #AD0052
Tints of Jazzberry Jam #AD0052
RGB
CMYK
RGB Variations
Color information
#AD0052 (or 0xAD0052) is known color: Jazzberry Jam. HEX triplet: AD, 00 and 52. RGB value is (173,0,82). Sum of RGB (Red+Green+Blue) = 173+0+82=255 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.84% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 82 (32.42% from 255 or 32.16% from 255); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0052 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0052 is #52FFAD. Grayscale: #3C3C3C. Windows color (decimal): -5439406 or 5374125. OLE color: 5374125.
HSL color Cylindrical-coordinate representation of color #AD0052: hue angle of 331.56º 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 #AD0052 is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 0 | 82 | - |
| CMYK | 0 | 1 | 0.53 | 0.32 |
| HSL | 331.56º | 1% | 0.34% | - |
| HSV(B) | 331.56º | 1% | 0.68% | - |
| XYZ | 18.76 | 9.49 | 8.83 | - |
| YUV | 61.08 | 139.81 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 82 | 0 | 1 | 0.53 | 0.32 | 331.56 | 1 | 0.34 |
| Hex | AD | 0 | 52 | 0 | 64 | 35 | 20 | 14C | 64 | 22 |
| Octal | 255 | 0 | 122 | 0 | 144 | 65 | 40 | 514 | 144 | 42 |
| Binary | 10101101 | 0 | 1010010 | 0 | 1100100 | 110101 | 100000 | 101001100 | 1100100 | 100010 |
Color Harmonies of #AD0052
Complementary color
Monochromatic Colors of #AD0052
Black with #AD0052
Text Example
Text Example
White with #AD0052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0052; }
p { color: rgb(173,0,82); }
H1.HeaderClassName
{
color: #AD0052;
}
.AnyTagClassName
{
color: #AD0052;
}
</style>
background-color css
<style>
a { background-color: #AD0052; }
a { background-color: rgb(173,0,82); }
div.DivClassName
{
background-color: #AD0052;
}
.BgClassName
{
background-color: #AD0052;
}
</style>
border-color css
<style>
span { border-color: #AD0052; }
span { border-color: rgb(173,0,82); }
td.TdClassName
{
border-color: #AD0052;
}
.TagClassName
{
border-color: #AD0052;
}
</style>