Shades of Jazzberry Jam #AD2167
Tints of Jazzberry Jam #AD2167
RGB
CMYK
RGB Variations
Color information
#AD2167 (or 0xAD2167) is known color: Jazzberry Jam. HEX triplet: AD, 21 and 67. RGB value is (173,33,103). Sum of RGB (Red+Green+Blue) = 173+33+103=309 (40% of max value = 765). Red value is 173 (67.97% from 255 or 55.99% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 103 (40.62% from 255 or 33.33% from 309); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2167 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2167 is #52DE98. Grayscale: #525252. Windows color (decimal): -5430937 or 6758829. OLE color: 6758829.
HSL color Cylindrical-coordinate representation of color #AD2167: hue angle of 330º 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 #AD2167 is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 33 | 103 | - |
| CMYK | 0 | 0.81 | 0.40 | 0.32 |
| HSL | 330º | 0.68% | 0.4% | - |
| HSV(B) | 330º | 0.81% | 0.68% | - |
| XYZ | 20.23 | 10.95 | 13.88 | - |
| YUV | 82.84 | 139.38 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 33 | 103 | 0 | 0.81 | 0.40 | 0.32 | 330 | 0.68 | 0.4 |
| Hex | AD | 21 | 67 | 0 | 51 | 28 | 20 | 14A | 44 | 28 |
| Octal | 255 | 41 | 147 | 0 | 121 | 50 | 40 | 512 | 104 | 50 |
| Binary | 10101101 | 100001 | 1100111 | 0 | 1010001 | 101000 | 100000 | 101001010 | 1000100 | 101000 |
Color Harmonies of #AD2167
Complementary color
Monochromatic Colors of #AD2167
Black with #AD2167
Text Example
Text Example
White with #AD2167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2167; }
p { color: rgb(173,33,103); }
H1.HeaderClassName
{
color: #AD2167;
}
.AnyTagClassName
{
color: #AD2167;
}
</style>
background-color css
<style>
a { background-color: #AD2167; }
a { background-color: rgb(173,33,103); }
div.DivClassName
{
background-color: #AD2167;
}
.BgClassName
{
background-color: #AD2167;
}
</style>
border-color css
<style>
span { border-color: #AD2167; }
span { border-color: rgb(173,33,103); }
td.TdClassName
{
border-color: #AD2167;
}
.TagClassName
{
border-color: #AD2167;
}
</style>