Shades of Jazzberry Jam #AD196E
Tints of Jazzberry Jam #AD196E
RGB
CMYK
RGB Variations
Color information
#AD196E (or 0xAD196E) is known color: Jazzberry Jam. HEX triplet: AD, 19 and 6E. RGB value is (173,25,110). Sum of RGB (Red+Green+Blue) = 173+25+110=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD196E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD196E is #52E691. Grayscale: #4E4E4E. Windows color (decimal): -5432978 or 7215533. OLE color: 7215533.
HSL color Cylindrical-coordinate representation of color #AD196E: hue angle of 325.54º 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 #AD196E is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 25 | 110 | - |
| CMYK | 0 | 0.86 | 0.36 | 0.32 |
| HSL | 325.54º | 0.75% | 0.39% | - |
| HSV(B) | 325.54º | 0.86% | 0.68% | - |
| XYZ | 20.4 | 10.71 | 15.74 | - |
| YUV | 78.94 | 145.53 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 110 | 0 | 0.86 | 0.36 | 0.32 | 325.54 | 0.75 | 0.39 |
| Hex | AD | 19 | 6E | 0 | 56 | 24 | 20 | 146 | 4B | 27 |
| Octal | 255 | 31 | 156 | 0 | 126 | 44 | 40 | 506 | 113 | 47 |
| Binary | 10101101 | 11001 | 1101110 | 0 | 1010110 | 100100 | 100000 | 101000110 | 1001011 | 100111 |
Color Harmonies of #AD196E
Complementary color
Monochromatic Colors of #AD196E
Black with #AD196E
Text Example
Text Example
White with #AD196E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD196E; }
p { color: rgb(173,25,110); }
H1.HeaderClassName
{
color: #AD196E;
}
.AnyTagClassName
{
color: #AD196E;
}
</style>
background-color css
<style>
a { background-color: #AD196E; }
a { background-color: rgb(173,25,110); }
div.DivClassName
{
background-color: #AD196E;
}
.BgClassName
{
background-color: #AD196E;
}
</style>
border-color css
<style>
span { border-color: #AD196E; }
span { border-color: rgb(173,25,110); }
td.TdClassName
{
border-color: #AD196E;
}
.TagClassName
{
border-color: #AD196E;
}
</style>