Shades of Jazzberry Jam #AD156B
Tints of Jazzberry Jam #AD156B
RGB
CMYK
RGB Variations
Color information
#AD156B (or 0xAD156B) is known color: Jazzberry Jam. HEX triplet: AD, 15 and 6B. RGB value is (173,21,107). Sum of RGB (Red+Green+Blue) = 173+21+107=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD156B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD156B is #52EA94. Grayscale: #4C4C4C. Windows color (decimal): -5434005 or 7017901. OLE color: 7017901.
HSL color Cylindrical-coordinate representation of color #AD156B: hue angle of 326.05º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD156B is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 21 | 107 | - |
| CMYK | 0 | 0.88 | 0.38 | 0.32 |
| HSL | 326.05º | 0.78% | 0.38% | - |
| HSV(B) | 326.05º | 0.88% | 0.68% | - |
| XYZ | 20.16 | 10.48 | 14.87 | - |
| YUV | 76.25 | 145.36 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 21 | 107 | 0 | 0.88 | 0.38 | 0.32 | 326.05 | 0.78 | 0.38 |
| Hex | AD | 15 | 6B | 0 | 58 | 26 | 20 | 146 | 4E | 26 |
| Octal | 255 | 25 | 153 | 0 | 130 | 46 | 40 | 506 | 116 | 46 |
| Binary | 10101101 | 10101 | 1101011 | 0 | 1011000 | 100110 | 100000 | 101000110 | 1001110 | 100110 |
Color Harmonies of #AD156B
Complementary color
Monochromatic Colors of #AD156B
Black with #AD156B
Text Example
Text Example
White with #AD156B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD156B; }
p { color: rgb(173,21,107); }
H1.HeaderClassName
{
color: #AD156B;
}
.AnyTagClassName
{
color: #AD156B;
}
</style>
background-color css
<style>
a { background-color: #AD156B; }
a { background-color: rgb(173,21,107); }
div.DivClassName
{
background-color: #AD156B;
}
.BgClassName
{
background-color: #AD156B;
}
</style>
border-color css
<style>
span { border-color: #AD156B; }
span { border-color: rgb(173,21,107); }
td.TdClassName
{
border-color: #AD156B;
}
.TagClassName
{
border-color: #AD156B;
}
</style>