Shades of Jazzberry Jam #AD2168
Tints of Jazzberry Jam #AD2168
RGB
CMYK
RGB Variations
Color information
#AD2168 (or 0xAD2168) is known color: Jazzberry Jam. HEX triplet: AD, 21 and 68. RGB value is (173,33,104). Sum of RGB (Red+Green+Blue) = 173+33+104=310 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.81% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2168 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2168 is #52DE97. Grayscale: #525252. Windows color (decimal): -5430936 or 6824365. OLE color: 6824365.
HSL color Cylindrical-coordinate representation of color #AD2168: hue angle of 329.57º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD2168 is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 33 | 104 | - |
| CMYK | 0 | 0.81 | 0.40 | 0.32 |
| HSL | 329.57º | 0.68% | 0.4% | - |
| HSV(B) | 329.57º | 0.81% | 0.68% | - |
| XYZ | 20.28 | 10.97 | 14.15 | - |
| YUV | 82.95 | 139.88 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 33 | 104 | 0 | 0.81 | 0.40 | 0.32 | 329.57 | 0.68 | 0.4 |
| Hex | AD | 21 | 68 | 0 | 51 | 28 | 20 | 14A | 44 | 28 |
| Octal | 255 | 41 | 150 | 0 | 121 | 50 | 40 | 512 | 104 | 50 |
| Binary | 10101101 | 100001 | 1101000 | 0 | 1010001 | 101000 | 100000 | 101001010 | 1000100 | 101000 |
Color Harmonies of #AD2168
Complementary color
Monochromatic Colors of #AD2168
Black with #AD2168
Text Example
Text Example
White with #AD2168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2168; }
p { color: rgb(173,33,104); }
H1.HeaderClassName
{
color: #AD2168;
}
.AnyTagClassName
{
color: #AD2168;
}
</style>
background-color css
<style>
a { background-color: #AD2168; }
a { background-color: rgb(173,33,104); }
div.DivClassName
{
background-color: #AD2168;
}
.BgClassName
{
background-color: #AD2168;
}
</style>
border-color css
<style>
span { border-color: #AD2168; }
span { border-color: rgb(173,33,104); }
td.TdClassName
{
border-color: #AD2168;
}
.TagClassName
{
border-color: #AD2168;
}
</style>