Shades of Jazzberry Jam #AD1775
Tints of Jazzberry Jam #AD1775
RGB
CMYK
RGB Variations
Color information
#AD1775 (or 0xAD1775) is known color: Jazzberry Jam. HEX triplet: AD, 17 and 75. RGB value is (173,23,117). Sum of RGB (Red+Green+Blue) = 173+23+117=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 23 (9.38% from 255 or 7.35% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1775 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1775 is #52E88A. Grayscale: #4E4E4E. Windows color (decimal): -5433483 or 7673773. OLE color: 7673773.
HSL color Cylindrical-coordinate representation of color #AD1775: hue angle of 322.4º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD1775 is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 23 | 117 | - |
| CMYK | 0 | 0.87 | 0.32 | 0.32 |
| HSL | 322.4º | 0.77% | 0.38% | - |
| HSV(B) | 322.4º | 0.87% | 0.68% | - |
| XYZ | 20.75 | 10.78 | 17.82 | - |
| YUV | 78.57 | 149.7 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 117 | 0 | 0.87 | 0.32 | 0.32 | 322.4 | 0.77 | 0.38 |
| Hex | AD | 17 | 75 | 0 | 57 | 20 | 20 | 142 | 4D | 26 |
| Octal | 255 | 27 | 165 | 0 | 127 | 40 | 40 | 502 | 115 | 46 |
| Binary | 10101101 | 10111 | 1110101 | 0 | 1010111 | 100000 | 100000 | 101000010 | 1001101 | 100110 |
Color Harmonies of #AD1775
Complementary color
Monochromatic Colors of #AD1775
Black with #AD1775
Text Example
Text Example
White with #AD1775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1775; }
p { color: rgb(173,23,117); }
H1.HeaderClassName
{
color: #AD1775;
}
.AnyTagClassName
{
color: #AD1775;
}
</style>
background-color css
<style>
a { background-color: #AD1775; }
a { background-color: rgb(173,23,117); }
div.DivClassName
{
background-color: #AD1775;
}
.BgClassName
{
background-color: #AD1775;
}
</style>
border-color css
<style>
span { border-color: #AD1775; }
span { border-color: rgb(173,23,117); }
td.TdClassName
{
border-color: #AD1775;
}
.TagClassName
{
border-color: #AD1775;
}
</style>