Shades of Jazzberry Jam #AD0975
Tints of Jazzberry Jam #AD0975
RGB
CMYK
RGB Variations
Color information
#AD0975 (or 0xAD0975) is known color: Jazzberry Jam. HEX triplet: AD, 09 and 75. RGB value is (173,9,117). Sum of RGB (Red+Green+Blue) = 173+9+117=299 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.86% from 299); Green value is 9 (3.91% from 255 or 3.01% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0975 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0975 is #52F68A. Grayscale: #464646. Windows color (decimal): -5437067 or 7670189. OLE color: 7670189.
HSL color Cylindrical-coordinate representation of color #AD0975: hue angle of 320.49º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0975 is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 117 | - |
| CMYK | 0 | 0.95 | 0.32 | 0.32 |
| HSL | 320.49º | 0.9% | 0.36% | - |
| HSV(B) | 320.49º | 0.95% | 0.68% | - |
| XYZ | 20.54 | 10.36 | 17.75 | - |
| YUV | 70.35 | 154.33 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 117 | 0 | 0.95 | 0.32 | 0.32 | 320.49 | 0.9 | 0.36 |
| Hex | AD | 9 | 75 | 0 | 5F | 20 | 20 | 140 | 5A | 24 |
| Octal | 255 | 11 | 165 | 0 | 137 | 40 | 40 | 500 | 132 | 44 |
| Binary | 10101101 | 1001 | 1110101 | 0 | 1011111 | 100000 | 100000 | 101000000 | 1011010 | 100100 |
Color Harmonies of #AD0975
Complementary color
Monochromatic Colors of #AD0975
Black with #AD0975
Text Example
Text Example
White with #AD0975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0975; }
p { color: rgb(173,9,117); }
H1.HeaderClassName
{
color: #AD0975;
}
.AnyTagClassName
{
color: #AD0975;
}
</style>
background-color css
<style>
a { background-color: #AD0975; }
a { background-color: rgb(173,9,117); }
div.DivClassName
{
background-color: #AD0975;
}
.BgClassName
{
background-color: #AD0975;
}
</style>
border-color css
<style>
span { border-color: #AD0975; }
span { border-color: rgb(173,9,117); }
td.TdClassName
{
border-color: #AD0975;
}
.TagClassName
{
border-color: #AD0975;
}
</style>