Shades of Jazzberry Jam #AD0B5E
Tints of Jazzberry Jam #AD0B5E
RGB
CMYK
RGB Variations
Color information
#AD0B5E (or 0xAD0B5E) is known color: Jazzberry Jam. HEX triplet: AD, 0B and 5E. RGB value is (173,11,94). Sum of RGB (Red+Green+Blue) = 173+11+94=278 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.23% from 278); Green value is 11 (4.69% from 255 or 3.96% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0B5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0B5E is #52F4A1. Grayscale: #444444. Windows color (decimal): -5436578 or 6163373. OLE color: 6163373.
HSL color Cylindrical-coordinate representation of color #AD0B5E: hue angle of 329.26º 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 #AD0B5E is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 11 | 94 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.32 |
| HSL | 329.26º | 0.88% | 0.36% | - |
| HSV(B) | 329.26º | 0.94% | 0.68% | - |
| XYZ | 19.37 | 9.93 | 11.49 | - |
| YUV | 68.9 | 142.17 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 11 | 94 | 0 | 0.94 | 0.46 | 0.32 | 329.26 | 0.88 | 0.36 |
| Hex | AD | B | 5E | 0 | 5E | 2E | 20 | 149 | 58 | 24 |
| Octal | 255 | 13 | 136 | 0 | 136 | 56 | 40 | 511 | 130 | 44 |
| Binary | 10101101 | 1011 | 1011110 | 0 | 1011110 | 101110 | 100000 | 101001001 | 1011000 | 100100 |
Color Harmonies of #AD0B5E
Complementary color
Monochromatic Colors of #AD0B5E
Black with #AD0B5E
Text Example
Text Example
White with #AD0B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0B5E; }
p { color: rgb(173,11,94); }
H1.HeaderClassName
{
color: #AD0B5E;
}
.AnyTagClassName
{
color: #AD0B5E;
}
</style>
background-color css
<style>
a { background-color: #AD0B5E; }
a { background-color: rgb(173,11,94); }
div.DivClassName
{
background-color: #AD0B5E;
}
.BgClassName
{
background-color: #AD0B5E;
}
</style>
border-color css
<style>
span { border-color: #AD0B5E; }
span { border-color: rgb(173,11,94); }
td.TdClassName
{
border-color: #AD0B5E;
}
.TagClassName
{
border-color: #AD0B5E;
}
</style>