Shades of Jazzberry Jam #AD185E
Tints of Jazzberry Jam #AD185E
RGB
CMYK
RGB Variations
Color information
#AD185E (or 0xAD185E) is known color: Jazzberry Jam. HEX triplet: AD, 18 and 5E. RGB value is (173,24,94). Sum of RGB (Red+Green+Blue) = 173+24+94=291 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.45% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 173 - color contains mainly: red. Hex color #AD185E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD185E is #52E7A1. Grayscale: #4C4C4C. Windows color (decimal): -5433250 or 6166701. OLE color: 6166701.
HSL color Cylindrical-coordinate representation of color #AD185E: hue angle of 331.81º 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 #AD185E is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 24 | 94 | - |
| CMYK | 0 | 0.86 | 0.46 | 0.32 |
| HSL | 331.81º | 0.76% | 0.39% | - |
| HSV(B) | 331.81º | 0.86% | 0.68% | - |
| XYZ | 19.58 | 10.35 | 11.55 | - |
| YUV | 76.53 | 137.86 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 94 | 0 | 0.86 | 0.46 | 0.32 | 331.81 | 0.76 | 0.39 |
| Hex | AD | 18 | 5E | 0 | 56 | 2E | 20 | 14C | 4C | 27 |
| Octal | 255 | 30 | 136 | 0 | 126 | 56 | 40 | 514 | 114 | 47 |
| Binary | 10101101 | 11000 | 1011110 | 0 | 1010110 | 101110 | 100000 | 101001100 | 1001100 | 100111 |
Color Harmonies of #AD185E
Complementary color
Monochromatic Colors of #AD185E
Black with #AD185E
Text Example
Text Example
White with #AD185E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD185E; }
p { color: rgb(173,24,94); }
H1.HeaderClassName
{
color: #AD185E;
}
.AnyTagClassName
{
color: #AD185E;
}
</style>
background-color css
<style>
a { background-color: #AD185E; }
a { background-color: rgb(173,24,94); }
div.DivClassName
{
background-color: #AD185E;
}
.BgClassName
{
background-color: #AD185E;
}
</style>
border-color css
<style>
span { border-color: #AD185E; }
span { border-color: rgb(173,24,94); }
td.TdClassName
{
border-color: #AD185E;
}
.TagClassName
{
border-color: #AD185E;
}
</style>