Shades of Jazzberry Jam #AD186B
Tints of Jazzberry Jam #AD186B
RGB
CMYK
RGB Variations
Color information
#AD186B (or 0xAD186B) is known color: Jazzberry Jam. HEX triplet: AD, 18 and 6B. RGB value is (173,24,107). Sum of RGB (Red+Green+Blue) = 173+24+107=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD186B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD186B is #52E794. Grayscale: #4D4D4D. Windows color (decimal): -5433237 or 7018669. OLE color: 7018669.
HSL color Cylindrical-coordinate representation of color #AD186B: hue angle of 326.58º degrees, saturation: 0.76, 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 #AD186B is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 24 | 107 | - |
| CMYK | 0 | 0.86 | 0.38 | 0.32 |
| HSL | 326.58º | 0.76% | 0.39% | - |
| HSV(B) | 326.58º | 0.86% | 0.68% | - |
| XYZ | 20.21 | 10.6 | 14.89 | - |
| YUV | 78.01 | 144.36 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 107 | 0 | 0.86 | 0.38 | 0.32 | 326.58 | 0.76 | 0.39 |
| Hex | AD | 18 | 6B | 0 | 56 | 26 | 20 | 147 | 4C | 27 |
| Octal | 255 | 30 | 153 | 0 | 126 | 46 | 40 | 507 | 114 | 47 |
| Binary | 10101101 | 11000 | 1101011 | 0 | 1010110 | 100110 | 100000 | 101000111 | 1001100 | 100111 |
Color Harmonies of #AD186B
Complementary color
Monochromatic Colors of #AD186B
Black with #AD186B
Text Example
Text Example
White with #AD186B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD186B; }
p { color: rgb(173,24,107); }
H1.HeaderClassName
{
color: #AD186B;
}
.AnyTagClassName
{
color: #AD186B;
}
</style>
background-color css
<style>
a { background-color: #AD186B; }
a { background-color: rgb(173,24,107); }
div.DivClassName
{
background-color: #AD186B;
}
.BgClassName
{
background-color: #AD186B;
}
</style>
border-color css
<style>
span { border-color: #AD186B; }
span { border-color: rgb(173,24,107); }
td.TdClassName
{
border-color: #AD186B;
}
.TagClassName
{
border-color: #AD186B;
}
</style>