Shades of Jazzberry Jam #AD206F
Tints of Jazzberry Jam #AD206F
RGB
CMYK
RGB Variations
Color information
#AD206F (or 0xAD206F) is known color: Jazzberry Jam. HEX triplet: AD, 20 and 6F. RGB value is (173,32,111). Sum of RGB (Red+Green+Blue) = 173+32+111=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD206F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD206F is #52DF90. Grayscale: #525252. Windows color (decimal): -5431185 or 7282861. OLE color: 7282861.
HSL color Cylindrical-coordinate representation of color #AD206F: hue angle of 326.38º degrees, saturation: 0.69, 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 #AD206F is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 32 | 111 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.32 |
| HSL | 326.38º | 0.69% | 0.4% | - |
| HSV(B) | 326.38º | 0.82% | 0.68% | - |
| XYZ | 20.62 | 11.06 | 16.09 | - |
| YUV | 83.17 | 143.71 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 32 | 111 | 0 | 0.82 | 0.36 | 0.32 | 326.38 | 0.69 | 0.4 |
| Hex | AD | 20 | 6F | 0 | 52 | 24 | 20 | 146 | 45 | 28 |
| Octal | 255 | 40 | 157 | 0 | 122 | 44 | 40 | 506 | 105 | 50 |
| Binary | 10101101 | 100000 | 1101111 | 0 | 1010010 | 100100 | 100000 | 101000110 | 1000101 | 101000 |
Color Harmonies of #AD206F
Complementary color
Monochromatic Colors of #AD206F
Black with #AD206F
Text Example
Text Example
White with #AD206F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD206F; }
p { color: rgb(173,32,111); }
H1.HeaderClassName
{
color: #AD206F;
}
.AnyTagClassName
{
color: #AD206F;
}
</style>
background-color css
<style>
a { background-color: #AD206F; }
a { background-color: rgb(173,32,111); }
div.DivClassName
{
background-color: #AD206F;
}
.BgClassName
{
background-color: #AD206F;
}
</style>
border-color css
<style>
span { border-color: #AD206F; }
span { border-color: rgb(173,32,111); }
td.TdClassName
{
border-color: #AD206F;
}
.TagClassName
{
border-color: #AD206F;
}
</style>