Shades of Jazzberry Jam #AD1567
Tints of Jazzberry Jam #AD1567
RGB
CMYK
RGB Variations
Color information
#AD1567 (or 0xAD1567) is known color: Jazzberry Jam. HEX triplet: AD, 15 and 67. RGB value is (173,21,103). Sum of RGB (Red+Green+Blue) = 173+21+103=297 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.25% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 103 (40.62% from 255 or 34.68% from 297); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1567 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1567 is #52EA98. Grayscale: #4B4B4B. Windows color (decimal): -5434009 or 6755757. OLE color: 6755757.
HSL color Cylindrical-coordinate representation of color #AD1567: hue angle of 327.63º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD1567 is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 21 | 103 | - |
| CMYK | 0 | 0.88 | 0.40 | 0.32 |
| HSL | 327.63º | 0.78% | 0.38% | - |
| HSV(B) | 327.63º | 0.88% | 0.68% | - |
| XYZ | 19.95 | 10.4 | 13.79 | - |
| YUV | 75.8 | 143.36 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 21 | 103 | 0 | 0.88 | 0.40 | 0.32 | 327.63 | 0.78 | 0.38 |
| Hex | AD | 15 | 67 | 0 | 58 | 28 | 20 | 148 | 4E | 26 |
| Octal | 255 | 25 | 147 | 0 | 130 | 50 | 40 | 510 | 116 | 46 |
| Binary | 10101101 | 10101 | 1100111 | 0 | 1011000 | 101000 | 100000 | 101001000 | 1001110 | 100110 |
Color Harmonies of #AD1567
Complementary color
Monochromatic Colors of #AD1567
Black with #AD1567
Text Example
Text Example
White with #AD1567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1567; }
p { color: rgb(173,21,103); }
H1.HeaderClassName
{
color: #AD1567;
}
.AnyTagClassName
{
color: #AD1567;
}
</style>
background-color css
<style>
a { background-color: #AD1567; }
a { background-color: rgb(173,21,103); }
div.DivClassName
{
background-color: #AD1567;
}
.BgClassName
{
background-color: #AD1567;
}
</style>
border-color css
<style>
span { border-color: #AD1567; }
span { border-color: rgb(173,21,103); }
td.TdClassName
{
border-color: #AD1567;
}
.TagClassName
{
border-color: #AD1567;
}
</style>