Shades of Jazzberry Jam #AD004E
Tints of Jazzberry Jam #AD004E
RGB
CMYK
RGB Variations
Color information
#AD004E (or 0xAD004E) is known color: Jazzberry Jam. HEX triplet: AD, 00 and 4E. RGB value is (173,0,78). Sum of RGB (Red+Green+Blue) = 173+0+78=251 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.92% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 78 (30.86% from 255 or 31.08% from 251); Max value from RGB is 173 - color contains mainly: red. Hex color #AD004E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD004E is #52FFB1. Grayscale: #3C3C3C. Windows color (decimal): -5439410 or 5111981. OLE color: 5111981.
HSL color Cylindrical-coordinate representation of color #AD004E: hue angle of 332.95º 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 #AD004E is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 0 | 78 | - |
| CMYK | 0 | 1 | 0.55 | 0.32 |
| HSL | 332.95º | 1% | 0.34% | - |
| HSV(B) | 332.95º | 1% | 0.68% | - |
| XYZ | 18.61 | 9.43 | 8.05 | - |
| YUV | 60.62 | 137.81 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 78 | 0 | 1 | 0.55 | 0.32 | 332.95 | 1 | 0.34 |
| Hex | AD | 0 | 4E | 0 | 64 | 37 | 20 | 14D | 64 | 22 |
| Octal | 255 | 0 | 116 | 0 | 144 | 67 | 40 | 515 | 144 | 42 |
| Binary | 10101101 | 0 | 1001110 | 0 | 1100100 | 110111 | 100000 | 101001101 | 1100100 | 100010 |
Color Harmonies of #AD004E
Complementary color
Monochromatic Colors of #AD004E
Black with #AD004E
Text Example
Text Example
White with #AD004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD004E; }
p { color: rgb(173,0,78); }
H1.HeaderClassName
{
color: #AD004E;
}
.AnyTagClassName
{
color: #AD004E;
}
</style>
background-color css
<style>
a { background-color: #AD004E; }
a { background-color: rgb(173,0,78); }
div.DivClassName
{
background-color: #AD004E;
}
.BgClassName
{
background-color: #AD004E;
}
</style>
border-color css
<style>
span { border-color: #AD004E; }
span { border-color: rgb(173,0,78); }
td.TdClassName
{
border-color: #AD004E;
}
.TagClassName
{
border-color: #AD004E;
}
</style>