Shades of Jazzberry Jam #AD1872
Tints of Jazzberry Jam #AD1872
RGB
CMYK
RGB Variations
Color information
#AD1872 (or 0xAD1872) is known color: Jazzberry Jam. HEX triplet: AD, 18 and 72. RGB value is (173,24,114). Sum of RGB (Red+Green+Blue) = 173+24+114=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 24 (9.77% from 255 or 7.72% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1872 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1872 is #52E78D. Grayscale: #4E4E4E. Windows color (decimal): -5433230 or 7477421. OLE color: 7477421.
HSL color Cylindrical-coordinate representation of color #AD1872: hue angle of 323.76º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD1872 is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 24 | 114 | - |
| CMYK | 0 | 0.86 | 0.34 | 0.32 |
| HSL | 323.76º | 0.76% | 0.39% | - |
| HSV(B) | 323.76º | 0.86% | 0.68% | - |
| XYZ | 20.6 | 10.75 | 16.91 | - |
| YUV | 78.81 | 147.86 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 114 | 0 | 0.86 | 0.34 | 0.32 | 323.76 | 0.76 | 0.39 |
| Hex | AD | 18 | 72 | 0 | 56 | 22 | 20 | 144 | 4C | 27 |
| Octal | 255 | 30 | 162 | 0 | 126 | 42 | 40 | 504 | 114 | 47 |
| Binary | 10101101 | 11000 | 1110010 | 0 | 1010110 | 100010 | 100000 | 101000100 | 1001100 | 100111 |
Color Harmonies of #AD1872
Complementary color
Monochromatic Colors of #AD1872
Black with #AD1872
Text Example
Text Example
White with #AD1872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1872; }
p { color: rgb(173,24,114); }
H1.HeaderClassName
{
color: #AD1872;
}
.AnyTagClassName
{
color: #AD1872;
}
</style>
background-color css
<style>
a { background-color: #AD1872; }
a { background-color: rgb(173,24,114); }
div.DivClassName
{
background-color: #AD1872;
}
.BgClassName
{
background-color: #AD1872;
}
</style>
border-color css
<style>
span { border-color: #AD1872; }
span { border-color: rgb(173,24,114); }
td.TdClassName
{
border-color: #AD1872;
}
.TagClassName
{
border-color: #AD1872;
}
</style>