Shades of Jazzberry Jam #AD004F
Tints of Jazzberry Jam #AD004F
RGB
CMYK
RGB Variations
Color information
#AD004F (or 0xAD004F) is known color: Jazzberry Jam. HEX triplet: AD, 00 and 4F. RGB value is (173,0,79). Sum of RGB (Red+Green+Blue) = 173+0+79=252 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.65% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 79 (31.25% from 255 or 31.35% from 252); Max value from RGB is 173 - color contains mainly: red. Hex color #AD004F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD004F is #52FFB0. Grayscale: #3C3C3C. Windows color (decimal): -5439409 or 5177517. OLE color: 5177517.
HSL color Cylindrical-coordinate representation of color #AD004F: hue angle of 332.6º 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 #AD004F is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 0 | 79 | - |
| CMYK | 0 | 1 | 0.54 | 0.32 |
| HSL | 332.6º | 1% | 0.34% | - |
| HSV(B) | 332.6º | 1% | 0.68% | - |
| XYZ | 18.64 | 9.45 | 8.24 | - |
| YUV | 60.73 | 138.31 | 208.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 79 | 0 | 1 | 0.54 | 0.32 | 332.6 | 1 | 0.34 |
| Hex | AD | 0 | 4F | 0 | 64 | 36 | 20 | 14D | 64 | 22 |
| Octal | 255 | 0 | 117 | 0 | 144 | 66 | 40 | 515 | 144 | 42 |
| Binary | 10101101 | 0 | 1001111 | 0 | 1100100 | 110110 | 100000 | 101001101 | 1100100 | 100010 |
Color Harmonies of #AD004F
Complementary color
Monochromatic Colors of #AD004F
Black with #AD004F
Text Example
Text Example
White with #AD004F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD004F; }
p { color: rgb(173,0,79); }
H1.HeaderClassName
{
color: #AD004F;
}
.AnyTagClassName
{
color: #AD004F;
}
</style>
background-color css
<style>
a { background-color: #AD004F; }
a { background-color: rgb(173,0,79); }
div.DivClassName
{
background-color: #AD004F;
}
.BgClassName
{
background-color: #AD004F;
}
</style>
border-color css
<style>
span { border-color: #AD004F; }
span { border-color: rgb(173,0,79); }
td.TdClassName
{
border-color: #AD004F;
}
.TagClassName
{
border-color: #AD004F;
}
</style>