Shades of Jazzberry Jam #AD0B6F
Tints of Jazzberry Jam #AD0B6F
RGB
CMYK
RGB Variations
Color information
#AD0B6F (or 0xAD0B6F) is known color: Jazzberry Jam. HEX triplet: AD, 0B and 6F. RGB value is (173,11,111). Sum of RGB (Red+Green+Blue) = 173+11+111=295 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.64% from 295); Green value is 11 (4.69% from 255 or 3.73% from 295); Blue value is 111 (43.75% from 255 or 37.63% from 295); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0B6F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0B6F is #52F490. Grayscale: #464646. Windows color (decimal): -5436561 or 7277485. OLE color: 7277485.
HSL color Cylindrical-coordinate representation of color #AD0B6F: hue angle of 322.96º 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 #AD0B6F is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 11 | 111 | - |
| CMYK | 0 | 0.94 | 0.36 | 0.32 |
| HSL | 322.96º | 0.88% | 0.36% | - |
| HSV(B) | 322.96º | 0.94% | 0.68% | - |
| XYZ | 20.22 | 10.27 | 15.96 | - |
| YUV | 70.84 | 150.67 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 11 | 111 | 0 | 0.94 | 0.36 | 0.32 | 322.96 | 0.88 | 0.36 |
| Hex | AD | B | 6F | 0 | 5E | 24 | 20 | 143 | 58 | 24 |
| Octal | 255 | 13 | 157 | 0 | 136 | 44 | 40 | 503 | 130 | 44 |
| Binary | 10101101 | 1011 | 1101111 | 0 | 1011110 | 100100 | 100000 | 101000011 | 1011000 | 100100 |
Color Harmonies of #AD0B6F
Complementary color
Monochromatic Colors of #AD0B6F
Black with #AD0B6F
Text Example
Text Example
White with #AD0B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0B6F; }
p { color: rgb(173,11,111); }
H1.HeaderClassName
{
color: #AD0B6F;
}
.AnyTagClassName
{
color: #AD0B6F;
}
</style>
background-color css
<style>
a { background-color: #AD0B6F; }
a { background-color: rgb(173,11,111); }
div.DivClassName
{
background-color: #AD0B6F;
}
.BgClassName
{
background-color: #AD0B6F;
}
</style>
border-color css
<style>
span { border-color: #AD0B6F; }
span { border-color: rgb(173,11,111); }
td.TdClassName
{
border-color: #AD0B6F;
}
.TagClassName
{
border-color: #AD0B6F;
}
</style>