Shades of Jazzberry Jam #AD185C
Tints of Jazzberry Jam #AD185C
RGB
CMYK
RGB Variations
Color information
#AD185C (or 0xAD185C) is known color: Jazzberry Jam. HEX triplet: AD, 18 and 5C. RGB value is (173,24,92). Sum of RGB (Red+Green+Blue) = 173+24+92=289 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.86% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 92 (36.33% from 255 or 31.83% from 289); Max value from RGB is 173 - color contains mainly: red. Hex color #AD185C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD185C is #52E7A3. Grayscale: #4C4C4C. Windows color (decimal): -5433252 or 6035629. OLE color: 6035629.
HSL color Cylindrical-coordinate representation of color #AD185C: hue angle of 332.62º 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 #AD185C is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 24 | 92 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.32 |
| HSL | 332.62º | 0.76% | 0.39% | - |
| HSV(B) | 332.62º | 0.86% | 0.68% | - |
| XYZ | 19.49 | 10.31 | 11.09 | - |
| YUV | 76.3 | 136.86 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 92 | 0 | 0.86 | 0.47 | 0.32 | 332.62 | 0.76 | 0.39 |
| Hex | AD | 18 | 5C | 0 | 56 | 2F | 20 | 14D | 4C | 27 |
| Octal | 255 | 30 | 134 | 0 | 126 | 57 | 40 | 515 | 114 | 47 |
| Binary | 10101101 | 11000 | 1011100 | 0 | 1010110 | 101111 | 100000 | 101001101 | 1001100 | 100111 |
Color Harmonies of #AD185C
Complementary color
Monochromatic Colors of #AD185C
Black with #AD185C
Text Example
Text Example
White with #AD185C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD185C; }
p { color: rgb(173,24,92); }
H1.HeaderClassName
{
color: #AD185C;
}
.AnyTagClassName
{
color: #AD185C;
}
</style>
background-color css
<style>
a { background-color: #AD185C; }
a { background-color: rgb(173,24,92); }
div.DivClassName
{
background-color: #AD185C;
}
.BgClassName
{
background-color: #AD185C;
}
</style>
border-color css
<style>
span { border-color: #AD185C; }
span { border-color: rgb(173,24,92); }
td.TdClassName
{
border-color: #AD185C;
}
.TagClassName
{
border-color: #AD185C;
}
</style>