Shades of Jazzberry Jam #AD115A
Tints of Jazzberry Jam #AD115A
RGB
CMYK
RGB Variations
Color information
#AD115A (or 0xAD115A) is known color: Jazzberry Jam. HEX triplet: AD, 11 and 5A. RGB value is (173,17,90). Sum of RGB (Red+Green+Blue) = 173+17+90=280 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.79% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 173 - color contains mainly: red. Hex color #AD115A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD115A is #52EEA5. Grayscale: #474747. Windows color (decimal): -5435046 or 5902765. OLE color: 5902765.
HSL color Cylindrical-coordinate representation of color #AD115A: hue angle of 331.92º 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 #AD115A is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 17 | 90 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.32 |
| HSL | 331.92º | 0.82% | 0.37% | - |
| HSV(B) | 331.92º | 0.9% | 0.68% | - |
| XYZ | 19.28 | 10.02 | 10.59 | - |
| YUV | 71.97 | 138.18 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 17 | 90 | 0 | 0.90 | 0.48 | 0.32 | 331.92 | 0.82 | 0.37 |
| Hex | AD | 11 | 5A | 0 | 5A | 30 | 20 | 14C | 52 | 25 |
| Octal | 255 | 21 | 132 | 0 | 132 | 60 | 40 | 514 | 122 | 45 |
| Binary | 10101101 | 10001 | 1011010 | 0 | 1011010 | 110000 | 100000 | 101001100 | 1010010 | 100101 |
Color Harmonies of #AD115A
Complementary color
Monochromatic Colors of #AD115A
Black with #AD115A
Text Example
Text Example
White with #AD115A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD115A; }
p { color: rgb(173,17,90); }
H1.HeaderClassName
{
color: #AD115A;
}
.AnyTagClassName
{
color: #AD115A;
}
</style>
background-color css
<style>
a { background-color: #AD115A; }
a { background-color: rgb(173,17,90); }
div.DivClassName
{
background-color: #AD115A;
}
.BgClassName
{
background-color: #AD115A;
}
</style>
border-color css
<style>
span { border-color: #AD115A; }
span { border-color: rgb(173,17,90); }
td.TdClassName
{
border-color: #AD115A;
}
.TagClassName
{
border-color: #AD115A;
}
</style>