Shades of Jazzberry Jam #AD115B
Tints of Jazzberry Jam #AD115B
RGB
CMYK
RGB Variations
Color information
#AD115B (or 0xAD115B) is known color: Jazzberry Jam. HEX triplet: AD, 11 and 5B. RGB value is (173,17,91). Sum of RGB (Red+Green+Blue) = 173+17+91=281 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.57% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 173 - color contains mainly: red. Hex color #AD115B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD115B is #52EEA4. Grayscale: #474747. Windows color (decimal): -5435045 or 5968301. OLE color: 5968301.
HSL color Cylindrical-coordinate representation of color #AD115B: hue angle of 331.54º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD115B is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 17 | 91 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.32 |
| HSL | 331.54º | 0.82% | 0.37% | - |
| HSV(B) | 331.54º | 0.9% | 0.68% | - |
| XYZ | 19.32 | 10.04 | 10.82 | - |
| YUV | 72.08 | 138.68 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 17 | 91 | 0 | 0.90 | 0.47 | 0.32 | 331.54 | 0.82 | 0.37 |
| Hex | AD | 11 | 5B | 0 | 5A | 2F | 20 | 14C | 52 | 25 |
| Octal | 255 | 21 | 133 | 0 | 132 | 57 | 40 | 514 | 122 | 45 |
| Binary | 10101101 | 10001 | 1011011 | 0 | 1011010 | 101111 | 100000 | 101001100 | 1010010 | 100101 |
Color Harmonies of #AD115B
Complementary color
Monochromatic Colors of #AD115B
Black with #AD115B
Text Example
Text Example
White with #AD115B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD115B; }
p { color: rgb(173,17,91); }
H1.HeaderClassName
{
color: #AD115B;
}
.AnyTagClassName
{
color: #AD115B;
}
</style>
background-color css
<style>
a { background-color: #AD115B; }
a { background-color: rgb(173,17,91); }
div.DivClassName
{
background-color: #AD115B;
}
.BgClassName
{
background-color: #AD115B;
}
</style>
border-color css
<style>
span { border-color: #AD115B; }
span { border-color: rgb(173,17,91); }
td.TdClassName
{
border-color: #AD115B;
}
.TagClassName
{
border-color: #AD115B;
}
</style>