Shades of Jazzberry Jam #AD2165
Tints of Jazzberry Jam #AD2165
RGB
CMYK
RGB Variations
Color information
#AD2165 (or 0xAD2165) is known color: Jazzberry Jam. HEX triplet: AD, 21 and 65. RGB value is (173,33,101). Sum of RGB (Red+Green+Blue) = 173+33+101=307 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.35% from 307); Green value is 33 (13.28% from 255 or 10.75% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2165 is #52DE9A. Grayscale: #525252. Windows color (decimal): -5430939 or 6627757. OLE color: 6627757.
HSL color Cylindrical-coordinate representation of color #AD2165: hue angle of 330.86º 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 #AD2165 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 33 | 101 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.32 |
| HSL | 330.86º | 0.68% | 0.4% | - |
| HSV(B) | 330.86º | 0.81% | 0.68% | - |
| XYZ | 20.13 | 10.91 | 13.36 | - |
| YUV | 82.61 | 138.38 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 33 | 101 | 0 | 0.81 | 0.42 | 0.32 | 330.86 | 0.68 | 0.4 |
| Hex | AD | 21 | 65 | 0 | 51 | 2A | 20 | 14B | 44 | 28 |
| Octal | 255 | 41 | 145 | 0 | 121 | 52 | 40 | 513 | 104 | 50 |
| Binary | 10101101 | 100001 | 1100101 | 0 | 1010001 | 101010 | 100000 | 101001011 | 1000100 | 101000 |
Color Harmonies of #AD2165
Complementary color
Monochromatic Colors of #AD2165
Black with #AD2165
Text Example
Text Example
White with #AD2165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2165; }
p { color: rgb(173,33,101); }
H1.HeaderClassName
{
color: #AD2165;
}
.AnyTagClassName
{
color: #AD2165;
}
</style>
background-color css
<style>
a { background-color: #AD2165; }
a { background-color: rgb(173,33,101); }
div.DivClassName
{
background-color: #AD2165;
}
.BgClassName
{
background-color: #AD2165;
}
</style>
border-color css
<style>
span { border-color: #AD2165; }
span { border-color: rgb(173,33,101); }
td.TdClassName
{
border-color: #AD2165;
}
.TagClassName
{
border-color: #AD2165;
}
</style>