Shades of Jazzberry Jam #AD0450
Tints of Jazzberry Jam #AD0450
RGB
CMYK
RGB Variations
Color information
#AD0450 (or 0xAD0450) is known color: Jazzberry Jam. HEX triplet: AD, 04 and 50. RGB value is (173,4,80). Sum of RGB (Red+Green+Blue) = 173+4+80=257 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.32% from 257); Green value is 4 (1.95% from 255 or 1.56% from 257); Blue value is 80 (31.64% from 255 or 31.13% from 257); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0450 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0450 is #52FBAF. Grayscale: #3F3F3F. Windows color (decimal): -5438384 or 5244077. OLE color: 5244077.
HSL color Cylindrical-coordinate representation of color #AD0450: hue angle of 333.02º 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 #AD0450 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 4 | 80 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.32 |
| HSL | 333.02º | 0.95% | 0.35% | - |
| HSV(B) | 333.02º | 0.98% | 0.68% | - |
| XYZ | 18.72 | 9.55 | 8.45 | - |
| YUV | 63.2 | 137.49 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 80 | 0 | 0.98 | 0.54 | 0.32 | 333.02 | 0.95 | 0.35 |
| Hex | AD | 4 | 50 | 0 | 62 | 36 | 20 | 14D | 5F | 23 |
| Octal | 255 | 4 | 120 | 0 | 142 | 66 | 40 | 515 | 137 | 43 |
| Binary | 10101101 | 100 | 1010000 | 0 | 1100010 | 110110 | 100000 | 101001101 | 1011111 | 100011 |
Color Harmonies of #AD0450
Complementary color
Monochromatic Colors of #AD0450
Black with #AD0450
Text Example
Text Example
White with #AD0450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0450; }
p { color: rgb(173,4,80); }
H1.HeaderClassName
{
color: #AD0450;
}
.AnyTagClassName
{
color: #AD0450;
}
</style>
background-color css
<style>
a { background-color: #AD0450; }
a { background-color: rgb(173,4,80); }
div.DivClassName
{
background-color: #AD0450;
}
.BgClassName
{
background-color: #AD0450;
}
</style>
border-color css
<style>
span { border-color: #AD0450; }
span { border-color: rgb(173,4,80); }
td.TdClassName
{
border-color: #AD0450;
}
.TagClassName
{
border-color: #AD0450;
}
</style>