Shades of Jazzberry Jam #AD0B64
Tints of Jazzberry Jam #AD0B64
RGB
CMYK
RGB Variations
Color information
#AD0B64 (or 0xAD0B64) is known color: Jazzberry Jam. HEX triplet: AD, 0B and 64. RGB value is (173,11,100). Sum of RGB (Red+Green+Blue) = 173+11+100=284 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.92% from 284); Green value is 11 (4.69% from 255 or 3.87% from 284); Blue value is 100 (39.45% from 255 or 35.21% from 284); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0B64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0B64 is #52F49B. Grayscale: #454545. Windows color (decimal): -5436572 or 6556589. OLE color: 6556589.
HSL color Cylindrical-coordinate representation of color #AD0B64: hue angle of 327.04º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0B64 is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 11 | 100 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.32 |
| HSL | 327.04º | 0.88% | 0.36% | - |
| HSV(B) | 327.04º | 0.94% | 0.68% | - |
| XYZ | 19.65 | 10.04 | 12.96 | - |
| YUV | 69.58 | 145.17 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 11 | 100 | 0 | 0.94 | 0.42 | 0.32 | 327.04 | 0.88 | 0.36 |
| Hex | AD | B | 64 | 0 | 5E | 2A | 20 | 147 | 58 | 24 |
| Octal | 255 | 13 | 144 | 0 | 136 | 52 | 40 | 507 | 130 | 44 |
| Binary | 10101101 | 1011 | 1100100 | 0 | 1011110 | 101010 | 100000 | 101000111 | 1011000 | 100100 |
Color Harmonies of #AD0B64
Complementary color
Monochromatic Colors of #AD0B64
Black with #AD0B64
Text Example
Text Example
White with #AD0B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0B64; }
p { color: rgb(173,11,100); }
H1.HeaderClassName
{
color: #AD0B64;
}
.AnyTagClassName
{
color: #AD0B64;
}
</style>
background-color css
<style>
a { background-color: #AD0B64; }
a { background-color: rgb(173,11,100); }
div.DivClassName
{
background-color: #AD0B64;
}
.BgClassName
{
background-color: #AD0B64;
}
</style>
border-color css
<style>
span { border-color: #AD0B64; }
span { border-color: rgb(173,11,100); }
td.TdClassName
{
border-color: #AD0B64;
}
.TagClassName
{
border-color: #AD0B64;
}
</style>