Shades of Jazzberry Jam #AD0468
Tints of Jazzberry Jam #AD0468
RGB
CMYK
RGB Variations
Color information
#AD0468 (or 0xAD0468) is known color: Jazzberry Jam. HEX triplet: AD, 04 and 68. RGB value is (173,4,104). Sum of RGB (Red+Green+Blue) = 173+4+104=281 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.57% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 104 (41.02% from 255 or 37.01% from 281); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0468 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0468 is #52FB97. Grayscale: #414141. Windows color (decimal): -5438360 or 6816941. OLE color: 6816941.
HSL color Cylindrical-coordinate representation of color #AD0468: hue angle of 324.5º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD0468 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 4 | 104 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.32 |
| HSL | 324.5º | 0.95% | 0.35% | - |
| HSV(B) | 324.5º | 0.98% | 0.68% | - |
| XYZ | 19.78 | 9.97 | 13.98 | - |
| YUV | 65.93 | 149.49 | 204.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 104 | 0 | 0.98 | 0.40 | 0.32 | 324.5 | 0.95 | 0.35 |
| Hex | AD | 4 | 68 | 0 | 62 | 28 | 20 | 144 | 5F | 23 |
| Octal | 255 | 4 | 150 | 0 | 142 | 50 | 40 | 504 | 137 | 43 |
| Binary | 10101101 | 100 | 1101000 | 0 | 1100010 | 101000 | 100000 | 101000100 | 1011111 | 100011 |
Color Harmonies of #AD0468
Complementary color
Monochromatic Colors of #AD0468
Black with #AD0468
Text Example
Text Example
White with #AD0468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0468; }
p { color: rgb(173,4,104); }
H1.HeaderClassName
{
color: #AD0468;
}
.AnyTagClassName
{
color: #AD0468;
}
</style>
background-color css
<style>
a { background-color: #AD0468; }
a { background-color: rgb(173,4,104); }
div.DivClassName
{
background-color: #AD0468;
}
.BgClassName
{
background-color: #AD0468;
}
</style>
border-color css
<style>
span { border-color: #AD0468; }
span { border-color: rgb(173,4,104); }
td.TdClassName
{
border-color: #AD0468;
}
.TagClassName
{
border-color: #AD0468;
}
</style>