Shades of Jazzberry Jam #AD195E
Tints of Jazzberry Jam #AD195E
RGB
CMYK
RGB Variations
Color information
#AD195E (or 0xAD195E) is known color: Jazzberry Jam. HEX triplet: AD, 19 and 5E. RGB value is (173,25,94). Sum of RGB (Red+Green+Blue) = 173+25+94=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD195E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD195E is #52E6A1. Grayscale: #4C4C4C. Windows color (decimal): -5432994 or 6166957. OLE color: 6166957.
HSL color Cylindrical-coordinate representation of color #AD195E: hue angle of 332.03º 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 #AD195E is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 25 | 94 | - |
| CMYK | 0 | 0.86 | 0.46 | 0.32 |
| HSL | 332.03º | 0.75% | 0.39% | - |
| HSV(B) | 332.03º | 0.86% | 0.68% | - |
| XYZ | 19.6 | 10.39 | 11.56 | - |
| YUV | 77.12 | 137.53 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 94 | 0 | 0.86 | 0.46 | 0.32 | 332.03 | 0.75 | 0.39 |
| Hex | AD | 19 | 5E | 0 | 56 | 2E | 20 | 14C | 4B | 27 |
| Octal | 255 | 31 | 136 | 0 | 126 | 56 | 40 | 514 | 113 | 47 |
| Binary | 10101101 | 11001 | 1011110 | 0 | 1010110 | 101110 | 100000 | 101001100 | 1001011 | 100111 |
Color Harmonies of #AD195E
Complementary color
Monochromatic Colors of #AD195E
Black with #AD195E
Text Example
Text Example
White with #AD195E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD195E; }
p { color: rgb(173,25,94); }
H1.HeaderClassName
{
color: #AD195E;
}
.AnyTagClassName
{
color: #AD195E;
}
</style>
background-color css
<style>
a { background-color: #AD195E; }
a { background-color: rgb(173,25,94); }
div.DivClassName
{
background-color: #AD195E;
}
.BgClassName
{
background-color: #AD195E;
}
</style>
border-color css
<style>
span { border-color: #AD195E; }
span { border-color: rgb(173,25,94); }
td.TdClassName
{
border-color: #AD195E;
}
.TagClassName
{
border-color: #AD195E;
}
</style>