Shades of Jazzberry Jam #AD0458
Tints of Jazzberry Jam #AD0458
RGB
CMYK
RGB Variations
Color information
#AD0458 (or 0xAD0458) is known color: Jazzberry Jam. HEX triplet: AD, 04 and 58. RGB value is (173,4,88). Sum of RGB (Red+Green+Blue) = 173+4+88=265 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.28% from 265); Green value is 4 (1.95% from 255 or 1.51% from 265); Blue value is 88 (34.77% from 255 or 33.21% from 265); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0458 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0458 is #52FBA7. Grayscale: #3F3F3F. Windows color (decimal): -5438376 or 5768365. OLE color: 5768365.
HSL color Cylindrical-coordinate representation of color #AD0458: hue angle of 330.18º 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 #AD0458 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 4 | 88 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.32 |
| HSL | 330.18º | 0.95% | 0.35% | - |
| HSV(B) | 330.18º | 0.98% | 0.68% | - |
| XYZ | 19.04 | 9.68 | 10.1 | - |
| YUV | 64.11 | 141.49 | 205.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 88 | 0 | 0.98 | 0.49 | 0.32 | 330.18 | 0.95 | 0.35 |
| Hex | AD | 4 | 58 | 0 | 62 | 31 | 20 | 14A | 5F | 23 |
| Octal | 255 | 4 | 130 | 0 | 142 | 61 | 40 | 512 | 137 | 43 |
| Binary | 10101101 | 100 | 1011000 | 0 | 1100010 | 110001 | 100000 | 101001010 | 1011111 | 100011 |
Color Harmonies of #AD0458
Complementary color
Monochromatic Colors of #AD0458
Black with #AD0458
Text Example
Text Example
White with #AD0458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0458; }
p { color: rgb(173,4,88); }
H1.HeaderClassName
{
color: #AD0458;
}
.AnyTagClassName
{
color: #AD0458;
}
</style>
background-color css
<style>
a { background-color: #AD0458; }
a { background-color: rgb(173,4,88); }
div.DivClassName
{
background-color: #AD0458;
}
.BgClassName
{
background-color: #AD0458;
}
</style>
border-color css
<style>
span { border-color: #AD0458; }
span { border-color: rgb(173,4,88); }
td.TdClassName
{
border-color: #AD0458;
}
.TagClassName
{
border-color: #AD0458;
}
</style>