Shades of Jazzberry Jam #AD256D
Tints of Jazzberry Jam #AD256D
RGB
CMYK
RGB Variations
Color information
#AD256D (or 0xAD256D) is known color: Jazzberry Jam. HEX triplet: AD, 25 and 6D. RGB value is (173,37,109). Sum of RGB (Red+Green+Blue) = 173+37+109=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 37 (14.84% from 255 or 11.60% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD256D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD256D is #52DA92. Grayscale: #555555. Windows color (decimal): -5429907 or 7153069. OLE color: 7153069.
HSL color Cylindrical-coordinate representation of color #AD256D: hue angle of 328.24º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD256D is Cyan = 0, Magento = 0.79, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 37 | 109 | - |
| CMYK | 0 | 0.79 | 0.37 | 0.32 |
| HSL | 328.24º | 0.65% | 0.41% | - |
| HSV(B) | 328.24º | 0.79% | 0.68% | - |
| XYZ | 20.66 | 11.31 | 15.56 | - |
| YUV | 85.87 | 141.06 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 109 | 0 | 0.79 | 0.37 | 0.32 | 328.24 | 0.65 | 0.41 |
| Hex | AD | 25 | 6D | 0 | 4F | 25 | 20 | 148 | 41 | 29 |
| Octal | 255 | 45 | 155 | 0 | 117 | 45 | 40 | 510 | 101 | 51 |
| Binary | 10101101 | 100101 | 1101101 | 0 | 1001111 | 100101 | 100000 | 101001000 | 1000001 | 101001 |
Color Harmonies of #AD256D
Complementary color
Monochromatic Colors of #AD256D
Black with #AD256D
Text Example
Text Example
White with #AD256D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD256D; }
p { color: rgb(173,37,109); }
H1.HeaderClassName
{
color: #AD256D;
}
.AnyTagClassName
{
color: #AD256D;
}
</style>
background-color css
<style>
a { background-color: #AD256D; }
a { background-color: rgb(173,37,109); }
div.DivClassName
{
background-color: #AD256D;
}
.BgClassName
{
background-color: #AD256D;
}
</style>
border-color css
<style>
span { border-color: #AD256D; }
span { border-color: rgb(173,37,109); }
td.TdClassName
{
border-color: #AD256D;
}
.TagClassName
{
border-color: #AD256D;
}
</style>