Shades of Jazzberry Jam #AD1F72
Tints of Jazzberry Jam #AD1F72
RGB
CMYK
RGB Variations
Color information
#AD1F72 (or 0xAD1F72) is known color: Jazzberry Jam. HEX triplet: AD, 1F and 72. RGB value is (173,31,114). Sum of RGB (Red+Green+Blue) = 173+31+114=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 31 (12.5% from 255 or 9.75% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1F72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1F72 is #52E08D. Grayscale: #525252. Windows color (decimal): -5431438 or 7479213. OLE color: 7479213.
HSL color Cylindrical-coordinate representation of color #AD1F72: hue angle of 324.93º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD1F72 is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 31 | 114 | - |
| CMYK | 0 | 0.82 | 0.34 | 0.32 |
| HSL | 324.93º | 0.7% | 0.4% | - |
| HSV(B) | 324.93º | 0.82% | 0.68% | - |
| XYZ | 20.76 | 11.08 | 16.96 | - |
| YUV | 82.92 | 145.54 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 31 | 114 | 0 | 0.82 | 0.34 | 0.32 | 324.93 | 0.7 | 0.4 |
| Hex | AD | 1F | 72 | 0 | 52 | 22 | 20 | 145 | 46 | 28 |
| Octal | 255 | 37 | 162 | 0 | 122 | 42 | 40 | 505 | 106 | 50 |
| Binary | 10101101 | 11111 | 1110010 | 0 | 1010010 | 100010 | 100000 | 101000101 | 1000110 | 101000 |
Color Harmonies of #AD1F72
Complementary color
Monochromatic Colors of #AD1F72
Black with #AD1F72
Text Example
Text Example
White with #AD1F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1F72; }
p { color: rgb(173,31,114); }
H1.HeaderClassName
{
color: #AD1F72;
}
.AnyTagClassName
{
color: #AD1F72;
}
</style>
background-color css
<style>
a { background-color: #AD1F72; }
a { background-color: rgb(173,31,114); }
div.DivClassName
{
background-color: #AD1F72;
}
.BgClassName
{
background-color: #AD1F72;
}
</style>
border-color css
<style>
span { border-color: #AD1F72; }
span { border-color: rgb(173,31,114); }
td.TdClassName
{
border-color: #AD1F72;
}
.TagClassName
{
border-color: #AD1F72;
}
</style>