Shades of Jazzberry Jam #AD1175
Tints of Jazzberry Jam #AD1175
RGB
CMYK
RGB Variations
Color information
#AD1175 (or 0xAD1175) is known color: Jazzberry Jam. HEX triplet: AD, 11 and 75. RGB value is (173,17,117). Sum of RGB (Red+Green+Blue) = 173+17+117=307 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.35% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 117 (46.09% from 255 or 38.11% from 307); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1175 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1175 is #52EE8A. Grayscale: #4A4A4A. Windows color (decimal): -5435019 or 7672237. OLE color: 7672237.
HSL color Cylindrical-coordinate representation of color #AD1175: hue angle of 321.54º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD1175 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 17 | 117 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.32 |
| HSL | 321.54º | 0.82% | 0.37% | - |
| HSV(B) | 321.54º | 0.9% | 0.68% | - |
| XYZ | 20.64 | 10.57 | 17.78 | - |
| YUV | 75.04 | 151.68 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 17 | 117 | 0 | 0.90 | 0.32 | 0.32 | 321.54 | 0.82 | 0.37 |
| Hex | AD | 11 | 75 | 0 | 5A | 20 | 20 | 142 | 52 | 25 |
| Octal | 255 | 21 | 165 | 0 | 132 | 40 | 40 | 502 | 122 | 45 |
| Binary | 10101101 | 10001 | 1110101 | 0 | 1011010 | 100000 | 100000 | 101000010 | 1010010 | 100101 |
Color Harmonies of #AD1175
Complementary color
Monochromatic Colors of #AD1175
Black with #AD1175
Text Example
Text Example
White with #AD1175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1175; }
p { color: rgb(173,17,117); }
H1.HeaderClassName
{
color: #AD1175;
}
.AnyTagClassName
{
color: #AD1175;
}
</style>
background-color css
<style>
a { background-color: #AD1175; }
a { background-color: rgb(173,17,117); }
div.DivClassName
{
background-color: #AD1175;
}
.BgClassName
{
background-color: #AD1175;
}
</style>
border-color css
<style>
span { border-color: #AD1175; }
span { border-color: rgb(173,17,117); }
td.TdClassName
{
border-color: #AD1175;
}
.TagClassName
{
border-color: #AD1175;
}
</style>