Shades of Jazzberry Jam #AD0467
Tints of Jazzberry Jam #AD0467
RGB
CMYK
RGB Variations
Color information
#AD0467 (or 0xAD0467) is known color: Jazzberry Jam. HEX triplet: AD, 04 and 67. RGB value is (173,4,103). Sum of RGB (Red+Green+Blue) = 173+4+103=280 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.79% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 103 (40.62% from 255 or 36.79% from 280); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0467 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0467 is #52FB98. Grayscale: #414141. Windows color (decimal): -5438361 or 6751405. OLE color: 6751405.
HSL color Cylindrical-coordinate representation of color #AD0467: hue angle of 324.85º 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 #AD0467 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 4 | 103 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.32 |
| HSL | 324.85º | 0.95% | 0.35% | - |
| HSV(B) | 324.85º | 0.98% | 0.68% | - |
| XYZ | 19.73 | 9.95 | 13.71 | - |
| YUV | 65.82 | 148.99 | 204.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 103 | 0 | 0.98 | 0.40 | 0.32 | 324.85 | 0.95 | 0.35 |
| Hex | AD | 4 | 67 | 0 | 62 | 28 | 20 | 145 | 5F | 23 |
| Octal | 255 | 4 | 147 | 0 | 142 | 50 | 40 | 505 | 137 | 43 |
| Binary | 10101101 | 100 | 1100111 | 0 | 1100010 | 101000 | 100000 | 101000101 | 1011111 | 100011 |
Color Harmonies of #AD0467
Complementary color
Monochromatic Colors of #AD0467
Black with #AD0467
Text Example
Text Example
White with #AD0467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0467; }
p { color: rgb(173,4,103); }
H1.HeaderClassName
{
color: #AD0467;
}
.AnyTagClassName
{
color: #AD0467;
}
</style>
background-color css
<style>
a { background-color: #AD0467; }
a { background-color: rgb(173,4,103); }
div.DivClassName
{
background-color: #AD0467;
}
.BgClassName
{
background-color: #AD0467;
}
</style>
border-color css
<style>
span { border-color: #AD0467; }
span { border-color: rgb(173,4,103); }
td.TdClassName
{
border-color: #AD0467;
}
.TagClassName
{
border-color: #AD0467;
}
</style>