Shades of Jazzberry Jam #AD215A
Tints of Jazzberry Jam #AD215A
RGB
CMYK
RGB Variations
Color information
#AD215A (or 0xAD215A) is known color: Jazzberry Jam. HEX triplet: AD, 21 and 5A. RGB value is (173,33,90). Sum of RGB (Red+Green+Blue) = 173+33+90=296 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.45% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 173 - color contains mainly: red. Hex color #AD215A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD215A is #52DEA5. Grayscale: #515151. Windows color (decimal): -5430950 or 5906861. OLE color: 5906861.
HSL color Cylindrical-coordinate representation of color #AD215A: hue angle of 335.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 #AD215A is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 33 | 90 | - |
| CMYK | 0 | 0.81 | 0.48 | 0.32 |
| HSL | 335.57º | 0.68% | 0.4% | - |
| HSV(B) | 335.57º | 0.81% | 0.68% | - |
| XYZ | 19.62 | 10.71 | 10.71 | - |
| YUV | 81.36 | 132.88 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 33 | 90 | 0 | 0.81 | 0.48 | 0.32 | 335.57 | 0.68 | 0.4 |
| Hex | AD | 21 | 5A | 0 | 51 | 30 | 20 | 150 | 44 | 28 |
| Octal | 255 | 41 | 132 | 0 | 121 | 60 | 40 | 520 | 104 | 50 |
| Binary | 10101101 | 100001 | 1011010 | 0 | 1010001 | 110000 | 100000 | 101010000 | 1000100 | 101000 |
Color Harmonies of #AD215A
Complementary color
Monochromatic Colors of #AD215A
Black with #AD215A
Text Example
Text Example
White with #AD215A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD215A; }
p { color: rgb(173,33,90); }
H1.HeaderClassName
{
color: #AD215A;
}
.AnyTagClassName
{
color: #AD215A;
}
</style>
background-color css
<style>
a { background-color: #AD215A; }
a { background-color: rgb(173,33,90); }
div.DivClassName
{
background-color: #AD215A;
}
.BgClassName
{
background-color: #AD215A;
}
</style>
border-color css
<style>
span { border-color: #AD215A; }
span { border-color: rgb(173,33,90); }
td.TdClassName
{
border-color: #AD215A;
}
.TagClassName
{
border-color: #AD215A;
}
</style>