Shades of Jazzberry Jam #AD146C
Tints of Jazzberry Jam #AD146C
RGB
CMYK
RGB Variations
Color information
#AD146C (or 0xAD146C) is known color: Jazzberry Jam. HEX triplet: AD, 14 and 6C. RGB value is (173,20,108). Sum of RGB (Red+Green+Blue) = 173+20+108=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 20 (8.20% from 255 or 6.64% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD146C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD146C is #52EB93. Grayscale: #4B4B4B. Windows color (decimal): -5434260 or 7083181. OLE color: 7083181.
HSL color Cylindrical-coordinate representation of color #AD146C: hue angle of 325.49º 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 #AD146C is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 20 | 108 | - |
| CMYK | 0 | 0.88 | 0.38 | 0.32 |
| HSL | 325.49º | 0.79% | 0.38% | - |
| HSV(B) | 325.49º | 0.88% | 0.68% | - |
| XYZ | 20.19 | 10.47 | 15.14 | - |
| YUV | 75.78 | 146.19 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 108 | 0 | 0.88 | 0.38 | 0.32 | 325.49 | 0.79 | 0.38 |
| Hex | AD | 14 | 6C | 0 | 58 | 26 | 20 | 145 | 4F | 26 |
| Octal | 255 | 24 | 154 | 0 | 130 | 46 | 40 | 505 | 117 | 46 |
| Binary | 10101101 | 10100 | 1101100 | 0 | 1011000 | 100110 | 100000 | 101000101 | 1001111 | 100110 |
Color Harmonies of #AD146C
Complementary color
Monochromatic Colors of #AD146C
Black with #AD146C
Text Example
Text Example
White with #AD146C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD146C; }
p { color: rgb(173,20,108); }
H1.HeaderClassName
{
color: #AD146C;
}
.AnyTagClassName
{
color: #AD146C;
}
</style>
background-color css
<style>
a { background-color: #AD146C; }
a { background-color: rgb(173,20,108); }
div.DivClassName
{
background-color: #AD146C;
}
.BgClassName
{
background-color: #AD146C;
}
</style>
border-color css
<style>
span { border-color: #AD146C; }
span { border-color: rgb(173,20,108); }
td.TdClassName
{
border-color: #AD146C;
}
.TagClassName
{
border-color: #AD146C;
}
</style>