Shades of Jazzberry Jam #AD156D
Tints of Jazzberry Jam #AD156D
RGB
CMYK
RGB Variations
Color information
#AD156D (or 0xAD156D) is known color: Jazzberry Jam. HEX triplet: AD, 15 and 6D. RGB value is (173,21,109). Sum of RGB (Red+Green+Blue) = 173+21+109=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD156D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD156D is #52EA92. Grayscale: #4C4C4C. Windows color (decimal): -5434003 or 7148973. OLE color: 7148973.
HSL color Cylindrical-coordinate representation of color #AD156D: hue angle of 325.26º 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 #AD156D is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 21 | 109 | - |
| CMYK | 0 | 0.88 | 0.37 | 0.32 |
| HSL | 325.26º | 0.78% | 0.38% | - |
| HSV(B) | 325.26º | 0.88% | 0.68% | - |
| XYZ | 20.26 | 10.52 | 15.43 | - |
| YUV | 76.48 | 146.36 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 21 | 109 | 0 | 0.88 | 0.37 | 0.32 | 325.26 | 0.78 | 0.38 |
| Hex | AD | 15 | 6D | 0 | 58 | 25 | 20 | 145 | 4E | 26 |
| Octal | 255 | 25 | 155 | 0 | 130 | 45 | 40 | 505 | 116 | 46 |
| Binary | 10101101 | 10101 | 1101101 | 0 | 1011000 | 100101 | 100000 | 101000101 | 1001110 | 100110 |
Color Harmonies of #AD156D
Complementary color
Monochromatic Colors of #AD156D
Black with #AD156D
Text Example
Text Example
White with #AD156D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD156D; }
p { color: rgb(173,21,109); }
H1.HeaderClassName
{
color: #AD156D;
}
.AnyTagClassName
{
color: #AD156D;
}
</style>
background-color css
<style>
a { background-color: #AD156D; }
a { background-color: rgb(173,21,109); }
div.DivClassName
{
background-color: #AD156D;
}
.BgClassName
{
background-color: #AD156D;
}
</style>
border-color css
<style>
span { border-color: #AD156D; }
span { border-color: rgb(173,21,109); }
td.TdClassName
{
border-color: #AD156D;
}
.TagClassName
{
border-color: #AD156D;
}
</style>