Shades of Jazzberry Jam #AD175F
Tints of Jazzberry Jam #AD175F
RGB
CMYK
RGB Variations
Color information
#AD175F (or 0xAD175F) is known color: Jazzberry Jam. HEX triplet: AD, 17 and 5F. RGB value is (173,23,95). Sum of RGB (Red+Green+Blue) = 173+23+95=291 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.45% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 95 (37.5% from 255 or 32.65% from 291); Max value from RGB is 173 - color contains mainly: red. Hex color #AD175F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD175F is #52E8A0. Grayscale: #4B4B4B. Windows color (decimal): -5433505 or 6231981. OLE color: 6231981.
HSL color Cylindrical-coordinate representation of color #AD175F: hue angle of 331.2º 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 #AD175F is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 23 | 95 | - |
| CMYK | 0 | 0.87 | 0.45 | 0.32 |
| HSL | 331.2º | 0.77% | 0.38% | - |
| HSV(B) | 331.2º | 0.87% | 0.68% | - |
| XYZ | 19.61 | 10.32 | 11.79 | - |
| YUV | 76.06 | 138.7 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 95 | 0 | 0.87 | 0.45 | 0.32 | 331.2 | 0.77 | 0.38 |
| Hex | AD | 17 | 5F | 0 | 57 | 2D | 20 | 14B | 4D | 26 |
| Octal | 255 | 27 | 137 | 0 | 127 | 55 | 40 | 513 | 115 | 46 |
| Binary | 10101101 | 10111 | 1011111 | 0 | 1010111 | 101101 | 100000 | 101001011 | 1001101 | 100110 |
Color Harmonies of #AD175F
Complementary color
Monochromatic Colors of #AD175F
Black with #AD175F
Text Example
Text Example
White with #AD175F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD175F; }
p { color: rgb(173,23,95); }
H1.HeaderClassName
{
color: #AD175F;
}
.AnyTagClassName
{
color: #AD175F;
}
</style>
background-color css
<style>
a { background-color: #AD175F; }
a { background-color: rgb(173,23,95); }
div.DivClassName
{
background-color: #AD175F;
}
.BgClassName
{
background-color: #AD175F;
}
</style>
border-color css
<style>
span { border-color: #AD175F; }
span { border-color: rgb(173,23,95); }
td.TdClassName
{
border-color: #AD175F;
}
.TagClassName
{
border-color: #AD175F;
}
</style>