Shades of Jazzberry Jam #AD005E
Tints of Jazzberry Jam #AD005E
RGB
CMYK
RGB Variations
Color information
#AD005E (or 0xAD005E) is known color: Jazzberry Jam. HEX triplet: AD, 00 and 5E. RGB value is (173,0,94). Sum of RGB (Red+Green+Blue) = 173+0+94=267 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.79% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 94 (37.11% from 255 or 35.21% from 267); Max value from RGB is 173 - color contains mainly: red. Hex color #AD005E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD005E is #52FFA1. Grayscale: #3E3E3E. Windows color (decimal): -5439394 or 6160557. OLE color: 6160557.
HSL color Cylindrical-coordinate representation of color #AD005E: hue angle of 327.4º 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 #AD005E is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 0 | 94 | - |
| CMYK | 0 | 1 | 0.46 | 0.32 |
| HSL | 327.4º | 1% | 0.34% | - |
| HSV(B) | 327.4º | 1% | 0.68% | - |
| XYZ | 19.25 | 9.69 | 11.45 | - |
| YUV | 62.44 | 145.81 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 94 | 0 | 1 | 0.46 | 0.32 | 327.4 | 1 | 0.34 |
| Hex | AD | 0 | 5E | 0 | 64 | 2E | 20 | 147 | 64 | 22 |
| Octal | 255 | 0 | 136 | 0 | 144 | 56 | 40 | 507 | 144 | 42 |
| Binary | 10101101 | 0 | 1011110 | 0 | 1100100 | 101110 | 100000 | 101000111 | 1100100 | 100010 |
Color Harmonies of #AD005E
Complementary color
Monochromatic Colors of #AD005E
Black with #AD005E
Text Example
Text Example
White with #AD005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD005E; }
p { color: rgb(173,0,94); }
H1.HeaderClassName
{
color: #AD005E;
}
.AnyTagClassName
{
color: #AD005E;
}
</style>
background-color css
<style>
a { background-color: #AD005E; }
a { background-color: rgb(173,0,94); }
div.DivClassName
{
background-color: #AD005E;
}
.BgClassName
{
background-color: #AD005E;
}
</style>
border-color css
<style>
span { border-color: #AD005E; }
span { border-color: rgb(173,0,94); }
td.TdClassName
{
border-color: #AD005E;
}
.TagClassName
{
border-color: #AD005E;
}
</style>