Shades of Jazzberry Jam #AD0F5F
Tints of Jazzberry Jam #AD0F5F
RGB
CMYK
RGB Variations
Color information
#AD0F5F (or 0xAD0F5F) is known color: Jazzberry Jam. HEX triplet: AD, 0F and 5F. RGB value is (173,15,95). Sum of RGB (Red+Green+Blue) = 173+15+95=283 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.13% from 283); Green value is 15 (6.25% from 255 or 5.30% from 283); Blue value is 95 (37.5% from 255 or 33.57% from 283); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0F5F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0F5F is #52F0A0. Grayscale: #474747. Windows color (decimal): -5435553 or 6229933. OLE color: 6229933.
HSL color Cylindrical-coordinate representation of color #AD0F5F: hue angle of 329.62º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD0F5F is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 15 | 95 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.32 |
| HSL | 329.62º | 0.84% | 0.37% | - |
| HSV(B) | 329.62º | 0.91% | 0.68% | - |
| XYZ | 19.47 | 10.05 | 11.74 | - |
| YUV | 71.36 | 141.35 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 15 | 95 | 0 | 0.91 | 0.45 | 0.32 | 329.62 | 0.84 | 0.37 |
| Hex | AD | F | 5F | 0 | 5B | 2D | 20 | 14A | 54 | 25 |
| Octal | 255 | 17 | 137 | 0 | 133 | 55 | 40 | 512 | 124 | 45 |
| Binary | 10101101 | 1111 | 1011111 | 0 | 1011011 | 101101 | 100000 | 101001010 | 1010100 | 100101 |
Color Harmonies of #AD0F5F
Complementary color
Monochromatic Colors of #AD0F5F
Black with #AD0F5F
Text Example
Text Example
White with #AD0F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0F5F; }
p { color: rgb(173,15,95); }
H1.HeaderClassName
{
color: #AD0F5F;
}
.AnyTagClassName
{
color: #AD0F5F;
}
</style>
background-color css
<style>
a { background-color: #AD0F5F; }
a { background-color: rgb(173,15,95); }
div.DivClassName
{
background-color: #AD0F5F;
}
.BgClassName
{
background-color: #AD0F5F;
}
</style>
border-color css
<style>
span { border-color: #AD0F5F; }
span { border-color: rgb(173,15,95); }
td.TdClassName
{
border-color: #AD0F5F;
}
.TagClassName
{
border-color: #AD0F5F;
}
</style>