Shades of Jazzberry Jam #AD1E5A
Tints of Jazzberry Jam #AD1E5A
RGB
CMYK
RGB Variations
Color information
#AD1E5A (or 0xAD1E5A) is known color: Jazzberry Jam. HEX triplet: AD, 1E and 5A. RGB value is (173,30,90). Sum of RGB (Red+Green+Blue) = 173+30+90=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 30 (12.11% from 255 or 10.24% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1E5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1E5A is #52E1A5. Grayscale: #4F4F4F. Windows color (decimal): -5431718 or 5906093. OLE color: 5906093.
HSL color Cylindrical-coordinate representation of color #AD1E5A: hue angle of 334.83º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD1E5A is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 30 | 90 | - |
| CMYK | 0 | 0.83 | 0.48 | 0.32 |
| HSL | 334.83º | 0.7% | 0.4% | - |
| HSV(B) | 334.83º | 0.83% | 0.68% | - |
| XYZ | 19.54 | 10.55 | 10.68 | - |
| YUV | 79.6 | 133.88 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 30 | 90 | 0 | 0.83 | 0.48 | 0.32 | 334.83 | 0.7 | 0.4 |
| Hex | AD | 1E | 5A | 0 | 53 | 30 | 20 | 14F | 46 | 28 |
| Octal | 255 | 36 | 132 | 0 | 123 | 60 | 40 | 517 | 106 | 50 |
| Binary | 10101101 | 11110 | 1011010 | 0 | 1010011 | 110000 | 100000 | 101001111 | 1000110 | 101000 |
Color Harmonies of #AD1E5A
Complementary color
Monochromatic Colors of #AD1E5A
Black with #AD1E5A
Text Example
Text Example
White with #AD1E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1E5A; }
p { color: rgb(173,30,90); }
H1.HeaderClassName
{
color: #AD1E5A;
}
.AnyTagClassName
{
color: #AD1E5A;
}
</style>
background-color css
<style>
a { background-color: #AD1E5A; }
a { background-color: rgb(173,30,90); }
div.DivClassName
{
background-color: #AD1E5A;
}
.BgClassName
{
background-color: #AD1E5A;
}
</style>
border-color css
<style>
span { border-color: #AD1E5A; }
span { border-color: rgb(173,30,90); }
td.TdClassName
{
border-color: #AD1E5A;
}
.TagClassName
{
border-color: #AD1E5A;
}
</style>