Shades of Jazzberry Jam #AD0455
Tints of Jazzberry Jam #AD0455
RGB
CMYK
RGB Variations
Color information
#AD0455 (or 0xAD0455) is known color: Jazzberry Jam. HEX triplet: AD, 04 and 55. RGB value is (173,4,85). Sum of RGB (Red+Green+Blue) = 173+4+85=262 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.03% from 262); Green value is 4 (1.95% from 255 or 1.53% from 262); Blue value is 85 (33.59% from 255 or 32.44% from 262); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0455 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0455 is #52FBAA. Grayscale: #3F3F3F. Windows color (decimal): -5438379 or 5571757. OLE color: 5571757.
HSL color Cylindrical-coordinate representation of color #AD0455: hue angle of 331.24º 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 #AD0455 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 4 | 85 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.32 |
| HSL | 331.24º | 0.95% | 0.35% | - |
| HSV(B) | 331.24º | 0.98% | 0.68% | - |
| XYZ | 18.92 | 9.63 | 9.46 | - |
| YUV | 63.77 | 139.99 | 205.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 85 | 0 | 0.98 | 0.51 | 0.32 | 331.24 | 0.95 | 0.35 |
| Hex | AD | 4 | 55 | 0 | 62 | 33 | 20 | 14B | 5F | 23 |
| Octal | 255 | 4 | 125 | 0 | 142 | 63 | 40 | 513 | 137 | 43 |
| Binary | 10101101 | 100 | 1010101 | 0 | 1100010 | 110011 | 100000 | 101001011 | 1011111 | 100011 |
Color Harmonies of #AD0455
Complementary color
Monochromatic Colors of #AD0455
Black with #AD0455
Text Example
Text Example
White with #AD0455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0455; }
p { color: rgb(173,4,85); }
H1.HeaderClassName
{
color: #AD0455;
}
.AnyTagClassName
{
color: #AD0455;
}
</style>
background-color css
<style>
a { background-color: #AD0455; }
a { background-color: rgb(173,4,85); }
div.DivClassName
{
background-color: #AD0455;
}
.BgClassName
{
background-color: #AD0455;
}
</style>
border-color css
<style>
span { border-color: #AD0455; }
span { border-color: rgb(173,4,85); }
td.TdClassName
{
border-color: #AD0455;
}
.TagClassName
{
border-color: #AD0455;
}
</style>