Shades of Jazzberry Jam #AD0462
Tints of Jazzberry Jam #AD0462
RGB
CMYK
RGB Variations
Color information
#AD0462 (or 0xAD0462) is known color: Jazzberry Jam. HEX triplet: AD, 04 and 62. RGB value is (173,4,98). Sum of RGB (Red+Green+Blue) = 173+4+98=275 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.91% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 98 (38.67% from 255 or 35.64% from 275); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0462 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0462 is #52FB9D. Grayscale: #414141. Windows color (decimal): -5438366 or 6423725. OLE color: 6423725.
HSL color Cylindrical-coordinate representation of color #AD0462: hue angle of 326.63º 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 #AD0462 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 4 | 98 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.32 |
| HSL | 326.63º | 0.95% | 0.35% | - |
| HSV(B) | 326.63º | 0.98% | 0.68% | - |
| XYZ | 19.48 | 9.85 | 12.43 | - |
| YUV | 65.25 | 146.49 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 98 | 0 | 0.98 | 0.43 | 0.32 | 326.63 | 0.95 | 0.35 |
| Hex | AD | 4 | 62 | 0 | 62 | 2B | 20 | 147 | 5F | 23 |
| Octal | 255 | 4 | 142 | 0 | 142 | 53 | 40 | 507 | 137 | 43 |
| Binary | 10101101 | 100 | 1100010 | 0 | 1100010 | 101011 | 100000 | 101000111 | 1011111 | 100011 |
Color Harmonies of #AD0462
Complementary color
Monochromatic Colors of #AD0462
Black with #AD0462
Text Example
Text Example
White with #AD0462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0462; }
p { color: rgb(173,4,98); }
H1.HeaderClassName
{
color: #AD0462;
}
.AnyTagClassName
{
color: #AD0462;
}
</style>
background-color css
<style>
a { background-color: #AD0462; }
a { background-color: rgb(173,4,98); }
div.DivClassName
{
background-color: #AD0462;
}
.BgClassName
{
background-color: #AD0462;
}
</style>
border-color css
<style>
span { border-color: #AD0462; }
span { border-color: rgb(173,4,98); }
td.TdClassName
{
border-color: #AD0462;
}
.TagClassName
{
border-color: #AD0462;
}
</style>