Shades of Jazzberry Jam #AD146B
Tints of Jazzberry Jam #AD146B
RGB
CMYK
RGB Variations
Color information
#AD146B (or 0xAD146B) is known color: Jazzberry Jam. HEX triplet: AD, 14 and 6B. RGB value is (173,20,107). Sum of RGB (Red+Green+Blue) = 173+20+107=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 20 (8.20% from 255 or 6.67% from 300); Blue value is 107 (42.19% from 255 or 35.67% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD146B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD146B is #52EB94. Grayscale: #4B4B4B. Windows color (decimal): -5434261 or 7017645. OLE color: 7017645.
HSL color Cylindrical-coordinate representation of color #AD146B: hue angle of 325.88º degrees, saturation: 0.79, 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 #AD146B is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 20 | 107 | - |
| CMYK | 0 | 0.88 | 0.38 | 0.32 |
| HSL | 325.88º | 0.79% | 0.38% | - |
| HSV(B) | 325.88º | 0.88% | 0.68% | - |
| XYZ | 20.14 | 10.45 | 14.86 | - |
| YUV | 75.67 | 145.69 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 107 | 0 | 0.88 | 0.38 | 0.32 | 325.88 | 0.79 | 0.38 |
| Hex | AD | 14 | 6B | 0 | 58 | 26 | 20 | 146 | 4F | 26 |
| Octal | 255 | 24 | 153 | 0 | 130 | 46 | 40 | 506 | 117 | 46 |
| Binary | 10101101 | 10100 | 1101011 | 0 | 1011000 | 100110 | 100000 | 101000110 | 1001111 | 100110 |
Color Harmonies of #AD146B
Complementary color
Monochromatic Colors of #AD146B
Black with #AD146B
Text Example
Text Example
White with #AD146B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD146B; }
p { color: rgb(173,20,107); }
H1.HeaderClassName
{
color: #AD146B;
}
.AnyTagClassName
{
color: #AD146B;
}
</style>
background-color css
<style>
a { background-color: #AD146B; }
a { background-color: rgb(173,20,107); }
div.DivClassName
{
background-color: #AD146B;
}
.BgClassName
{
background-color: #AD146B;
}
</style>
border-color css
<style>
span { border-color: #AD146B; }
span { border-color: rgb(173,20,107); }
td.TdClassName
{
border-color: #AD146B;
}
.TagClassName
{
border-color: #AD146B;
}
</style>