Shades of Jazzberry Jam #AD196F
Tints of Jazzberry Jam #AD196F
RGB
CMYK
RGB Variations
Color information
#AD196F (or 0xAD196F) is known color: Jazzberry Jam. HEX triplet: AD, 19 and 6F. RGB value is (173,25,111). Sum of RGB (Red+Green+Blue) = 173+25+111=309 (40% of max value = 765). Red value is 173 (67.97% from 255 or 55.99% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 173 - color contains mainly: red. Hex color #AD196F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD196F is #52E690. Grayscale: #4E4E4E. Windows color (decimal): -5432977 or 7281069. OLE color: 7281069.
HSL color Cylindrical-coordinate representation of color #AD196F: hue angle of 325.14º 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 #AD196F is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 25 | 111 | - |
| CMYK | 0 | 0.86 | 0.36 | 0.32 |
| HSL | 325.14º | 0.75% | 0.39% | - |
| HSV(B) | 325.14º | 0.86% | 0.68% | - |
| XYZ | 20.45 | 10.73 | 16.03 | - |
| YUV | 79.06 | 146.03 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 111 | 0 | 0.86 | 0.36 | 0.32 | 325.14 | 0.75 | 0.39 |
| Hex | AD | 19 | 6F | 0 | 56 | 24 | 20 | 145 | 4B | 27 |
| Octal | 255 | 31 | 157 | 0 | 126 | 44 | 40 | 505 | 113 | 47 |
| Binary | 10101101 | 11001 | 1101111 | 0 | 1010110 | 100100 | 100000 | 101000101 | 1001011 | 100111 |
Color Harmonies of #AD196F
Complementary color
Monochromatic Colors of #AD196F
Black with #AD196F
Text Example
Text Example
White with #AD196F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD196F; }
p { color: rgb(173,25,111); }
H1.HeaderClassName
{
color: #AD196F;
}
.AnyTagClassName
{
color: #AD196F;
}
</style>
background-color css
<style>
a { background-color: #AD196F; }
a { background-color: rgb(173,25,111); }
div.DivClassName
{
background-color: #AD196F;
}
.BgClassName
{
background-color: #AD196F;
}
</style>
border-color css
<style>
span { border-color: #AD196F; }
span { border-color: rgb(173,25,111); }
td.TdClassName
{
border-color: #AD196F;
}
.TagClassName
{
border-color: #AD196F;
}
</style>