Shades of Jazzberry Jam #AD216F
Tints of Jazzberry Jam #AD216F
RGB
CMYK
RGB Variations
Color information
#AD216F (or 0xAD216F) is known color: Jazzberry Jam. HEX triplet: AD, 21 and 6F. RGB value is (173,33,111). Sum of RGB (Red+Green+Blue) = 173+33+111=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 111 (43.75% from 255 or 35.02% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD216F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD216F is #52DE90. Grayscale: #535353. Windows color (decimal): -5430929 or 7283117. OLE color: 7283117.
HSL color Cylindrical-coordinate representation of color #AD216F: hue angle of 326.57º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD216F is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 33 | 111 | - |
| CMYK | 0 | 0.81 | 0.36 | 0.32 |
| HSL | 326.57º | 0.68% | 0.4% | - |
| HSV(B) | 326.57º | 0.81% | 0.68% | - |
| XYZ | 20.65 | 11.12 | 16.1 | - |
| YUV | 83.75 | 143.38 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 33 | 111 | 0 | 0.81 | 0.36 | 0.32 | 326.57 | 0.68 | 0.4 |
| Hex | AD | 21 | 6F | 0 | 51 | 24 | 20 | 147 | 44 | 28 |
| Octal | 255 | 41 | 157 | 0 | 121 | 44 | 40 | 507 | 104 | 50 |
| Binary | 10101101 | 100001 | 1101111 | 0 | 1010001 | 100100 | 100000 | 101000111 | 1000100 | 101000 |
Color Harmonies of #AD216F
Complementary color
Monochromatic Colors of #AD216F
Black with #AD216F
Text Example
Text Example
White with #AD216F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD216F; }
p { color: rgb(173,33,111); }
H1.HeaderClassName
{
color: #AD216F;
}
.AnyTagClassName
{
color: #AD216F;
}
</style>
background-color css
<style>
a { background-color: #AD216F; }
a { background-color: rgb(173,33,111); }
div.DivClassName
{
background-color: #AD216F;
}
.BgClassName
{
background-color: #AD216F;
}
</style>
border-color css
<style>
span { border-color: #AD216F; }
span { border-color: rgb(173,33,111); }
td.TdClassName
{
border-color: #AD216F;
}
.TagClassName
{
border-color: #AD216F;
}
</style>