Shades of Jazzberry Jam #AD185F
Tints of Jazzberry Jam #AD185F
RGB
CMYK
RGB Variations
Color information
#AD185F (or 0xAD185F) is known color: Jazzberry Jam. HEX triplet: AD, 18 and 5F. RGB value is (173,24,95). Sum of RGB (Red+Green+Blue) = 173+24+95=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 95 (37.5% from 255 or 32.53% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD185F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD185F is #52E7A0. Grayscale: #4C4C4C. Windows color (decimal): -5433249 or 6232237. OLE color: 6232237.
HSL color Cylindrical-coordinate representation of color #AD185F: hue angle of 331.41º 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 #AD185F is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 24 | 95 | - |
| CMYK | 0 | 0.86 | 0.45 | 0.32 |
| HSL | 331.41º | 0.76% | 0.39% | - |
| HSV(B) | 331.41º | 0.86% | 0.68% | - |
| XYZ | 19.63 | 10.36 | 11.79 | - |
| YUV | 76.65 | 138.36 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 95 | 0 | 0.86 | 0.45 | 0.32 | 331.41 | 0.76 | 0.39 |
| Hex | AD | 18 | 5F | 0 | 56 | 2D | 20 | 14B | 4C | 27 |
| Octal | 255 | 30 | 137 | 0 | 126 | 55 | 40 | 513 | 114 | 47 |
| Binary | 10101101 | 11000 | 1011111 | 0 | 1010110 | 101101 | 100000 | 101001011 | 1001100 | 100111 |
Color Harmonies of #AD185F
Complementary color
Monochromatic Colors of #AD185F
Black with #AD185F
Text Example
Text Example
White with #AD185F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD185F; }
p { color: rgb(173,24,95); }
H1.HeaderClassName
{
color: #AD185F;
}
.AnyTagClassName
{
color: #AD185F;
}
</style>
background-color css
<style>
a { background-color: #AD185F; }
a { background-color: rgb(173,24,95); }
div.DivClassName
{
background-color: #AD185F;
}
.BgClassName
{
background-color: #AD185F;
}
</style>
border-color css
<style>
span { border-color: #AD185F; }
span { border-color: rgb(173,24,95); }
td.TdClassName
{
border-color: #AD185F;
}
.TagClassName
{
border-color: #AD185F;
}
</style>