Shades of Jazzberry Jam #AD196B
Tints of Jazzberry Jam #AD196B
RGB
CMYK
RGB Variations
Color information
#AD196B (or 0xAD196B) is known color: Jazzberry Jam. HEX triplet: AD, 19 and 6B. RGB value is (173,25,107). Sum of RGB (Red+Green+Blue) = 173+25+107=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 25 (10.16% from 255 or 8.20% from 305); Blue value is 107 (42.19% from 255 or 35.08% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD196B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD196B is #52E694. Grayscale: #4E4E4E. Windows color (decimal): -5432981 or 7018925. OLE color: 7018925.
HSL color Cylindrical-coordinate representation of color #AD196B: hue angle of 326.76º degrees, saturation: 0.75, 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 #AD196B is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 25 | 107 | - |
| CMYK | 0 | 0.86 | 0.38 | 0.32 |
| HSL | 326.76º | 0.75% | 0.39% | - |
| HSV(B) | 326.76º | 0.86% | 0.68% | - |
| XYZ | 20.24 | 10.64 | 14.9 | - |
| YUV | 78.6 | 144.03 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 107 | 0 | 0.86 | 0.38 | 0.32 | 326.76 | 0.75 | 0.39 |
| Hex | AD | 19 | 6B | 0 | 56 | 26 | 20 | 147 | 4B | 27 |
| Octal | 255 | 31 | 153 | 0 | 126 | 46 | 40 | 507 | 113 | 47 |
| Binary | 10101101 | 11001 | 1101011 | 0 | 1010110 | 100110 | 100000 | 101000111 | 1001011 | 100111 |
Color Harmonies of #AD196B
Complementary color
Monochromatic Colors of #AD196B
Black with #AD196B
Text Example
Text Example
White with #AD196B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD196B; }
p { color: rgb(173,25,107); }
H1.HeaderClassName
{
color: #AD196B;
}
.AnyTagClassName
{
color: #AD196B;
}
</style>
background-color css
<style>
a { background-color: #AD196B; }
a { background-color: rgb(173,25,107); }
div.DivClassName
{
background-color: #AD196B;
}
.BgClassName
{
background-color: #AD196B;
}
</style>
border-color css
<style>
span { border-color: #AD196B; }
span { border-color: rgb(173,25,107); }
td.TdClassName
{
border-color: #AD196B;
}
.TagClassName
{
border-color: #AD196B;
}
</style>