Shades of Jazzberry Jam #AD1474
Tints of Jazzberry Jam #AD1474
RGB
CMYK
RGB Variations
Color information
#AD1474 (or 0xAD1474) is known color: Jazzberry Jam. HEX triplet: AD, 14 and 74. RGB value is (173,20,116). Sum of RGB (Red+Green+Blue) = 173+20+116=309 (40% of max value = 765). Red value is 173 (67.97% from 255 or 55.99% from 309); Green value is 20 (8.20% from 255 or 6.47% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1474 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1474 is #52EB8B. Grayscale: #4C4C4C. Windows color (decimal): -5434252 or 7607469. OLE color: 7607469.
HSL color Cylindrical-coordinate representation of color #AD1474: hue angle of 322.35º 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 #AD1474 is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 20 | 116 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.32 |
| HSL | 322.35º | 0.79% | 0.38% | - |
| HSV(B) | 322.35º | 0.88% | 0.68% | - |
| XYZ | 20.64 | 10.65 | 17.49 | - |
| YUV | 76.69 | 150.19 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 116 | 0 | 0.88 | 0.33 | 0.32 | 322.35 | 0.79 | 0.38 |
| Hex | AD | 14 | 74 | 0 | 58 | 21 | 20 | 142 | 4F | 26 |
| Octal | 255 | 24 | 164 | 0 | 130 | 41 | 40 | 502 | 117 | 46 |
| Binary | 10101101 | 10100 | 1110100 | 0 | 1011000 | 100001 | 100000 | 101000010 | 1001111 | 100110 |
Color Harmonies of #AD1474
Complementary color
Monochromatic Colors of #AD1474
Black with #AD1474
Text Example
Text Example
White with #AD1474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1474; }
p { color: rgb(173,20,116); }
H1.HeaderClassName
{
color: #AD1474;
}
.AnyTagClassName
{
color: #AD1474;
}
</style>
background-color css
<style>
a { background-color: #AD1474; }
a { background-color: rgb(173,20,116); }
div.DivClassName
{
background-color: #AD1474;
}
.BgClassName
{
background-color: #AD1474;
}
</style>
border-color css
<style>
span { border-color: #AD1474; }
span { border-color: rgb(173,20,116); }
td.TdClassName
{
border-color: #AD1474;
}
.TagClassName
{
border-color: #AD1474;
}
</style>