Shades of Jazzberry Jam #AD2362
Tints of Jazzberry Jam #AD2362
RGB
CMYK
RGB Variations
Color information
#AD2362 (or 0xAD2362) is known color: Jazzberry Jam. HEX triplet: AD, 23 and 62. RGB value is (173,35,98). Sum of RGB (Red+Green+Blue) = 173+35+98=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 35 (14.06% from 255 or 11.44% from 306); Blue value is 98 (38.67% from 255 or 32.03% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2362 is #52DC9D. Grayscale: #535353. Windows color (decimal): -5430430 or 6431661. OLE color: 6431661.
HSL color Cylindrical-coordinate representation of color #AD2362: hue angle of 332.61º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD2362 is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 35 | 98 | - |
| CMYK | 0 | 0.80 | 0.43 | 0.32 |
| HSL | 332.61º | 0.66% | 0.41% | - |
| HSV(B) | 332.61º | 0.8% | 0.68% | - |
| XYZ | 20.04 | 10.97 | 12.62 | - |
| YUV | 83.44 | 136.22 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 98 | 0 | 0.80 | 0.43 | 0.32 | 332.61 | 0.66 | 0.41 |
| Hex | AD | 23 | 62 | 0 | 50 | 2B | 20 | 14D | 42 | 29 |
| Octal | 255 | 43 | 142 | 0 | 120 | 53 | 40 | 515 | 102 | 51 |
| Binary | 10101101 | 100011 | 1100010 | 0 | 1010000 | 101011 | 100000 | 101001101 | 1000010 | 101001 |
Color Harmonies of #AD2362
Complementary color
Monochromatic Colors of #AD2362
Black with #AD2362
Text Example
Text Example
White with #AD2362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2362; }
p { color: rgb(173,35,98); }
H1.HeaderClassName
{
color: #AD2362;
}
.AnyTagClassName
{
color: #AD2362;
}
</style>
background-color css
<style>
a { background-color: #AD2362; }
a { background-color: rgb(173,35,98); }
div.DivClassName
{
background-color: #AD2362;
}
.BgClassName
{
background-color: #AD2362;
}
</style>
border-color css
<style>
span { border-color: #AD2362; }
span { border-color: rgb(173,35,98); }
td.TdClassName
{
border-color: #AD2362;
}
.TagClassName
{
border-color: #AD2362;
}
</style>