Shades of Jazzberry Jam #AD1C72
Tints of Jazzberry Jam #AD1C72
RGB
CMYK
RGB Variations
Color information
#AD1C72 (or 0xAD1C72) is known color: Jazzberry Jam. HEX triplet: AD, 1C and 72. RGB value is (173,28,114). Sum of RGB (Red+Green+Blue) = 173+28+114=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 28 (11.33% from 255 or 8.89% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1C72 is #52E38D. Grayscale: #505050. Windows color (decimal): -5432206 or 7478445. OLE color: 7478445.
HSL color Cylindrical-coordinate representation of color #AD1C72: hue angle of 324.41º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD1C72 is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 28 | 114 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.32 |
| HSL | 324.41º | 0.72% | 0.39% | - |
| HSV(B) | 324.41º | 0.84% | 0.68% | - |
| XYZ | 20.69 | 10.93 | 16.94 | - |
| YUV | 81.16 | 146.54 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 28 | 114 | 0 | 0.84 | 0.34 | 0.32 | 324.41 | 0.72 | 0.39 |
| Hex | AD | 1C | 72 | 0 | 54 | 22 | 20 | 144 | 48 | 27 |
| Octal | 255 | 34 | 162 | 0 | 124 | 42 | 40 | 504 | 110 | 47 |
| Binary | 10101101 | 11100 | 1110010 | 0 | 1010100 | 100010 | 100000 | 101000100 | 1001000 | 100111 |
Color Harmonies of #AD1C72
Complementary color
Monochromatic Colors of #AD1C72
Black with #AD1C72
Text Example
Text Example
White with #AD1C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1C72; }
p { color: rgb(173,28,114); }
H1.HeaderClassName
{
color: #AD1C72;
}
.AnyTagClassName
{
color: #AD1C72;
}
</style>
background-color css
<style>
a { background-color: #AD1C72; }
a { background-color: rgb(173,28,114); }
div.DivClassName
{
background-color: #AD1C72;
}
.BgClassName
{
background-color: #AD1C72;
}
</style>
border-color css
<style>
span { border-color: #AD1C72; }
span { border-color: rgb(173,28,114); }
td.TdClassName
{
border-color: #AD1C72;
}
.TagClassName
{
border-color: #AD1C72;
}
</style>