Shades of Jazzberry Jam #AD1A5E
Tints of Jazzberry Jam #AD1A5E
RGB
CMYK
RGB Variations
Color information
#AD1A5E (or 0xAD1A5E) is known color: Jazzberry Jam. HEX triplet: AD, 1A and 5E. RGB value is (173,26,94). Sum of RGB (Red+Green+Blue) = 173+26+94=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 26 (10.55% from 255 or 8.87% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1A5E is #52E5A1. Grayscale: #4D4D4D. Windows color (decimal): -5432738 or 6167213. OLE color: 6167213.
HSL color Cylindrical-coordinate representation of color #AD1A5E: hue angle of 332.24º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD1A5E is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 26 | 94 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.32 |
| HSL | 332.24º | 0.74% | 0.39% | - |
| HSV(B) | 332.24º | 0.85% | 0.68% | - |
| XYZ | 19.62 | 10.43 | 11.57 | - |
| YUV | 77.71 | 137.2 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 26 | 94 | 0 | 0.85 | 0.46 | 0.32 | 332.24 | 0.74 | 0.39 |
| Hex | AD | 1A | 5E | 0 | 55 | 2E | 20 | 14C | 4A | 27 |
| Octal | 255 | 32 | 136 | 0 | 125 | 56 | 40 | 514 | 112 | 47 |
| Binary | 10101101 | 11010 | 1011110 | 0 | 1010101 | 101110 | 100000 | 101001100 | 1001010 | 100111 |
Color Harmonies of #AD1A5E
Complementary color
Monochromatic Colors of #AD1A5E
Black with #AD1A5E
Text Example
Text Example
White with #AD1A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1A5E; }
p { color: rgb(173,26,94); }
H1.HeaderClassName
{
color: #AD1A5E;
}
.AnyTagClassName
{
color: #AD1A5E;
}
</style>
background-color css
<style>
a { background-color: #AD1A5E; }
a { background-color: rgb(173,26,94); }
div.DivClassName
{
background-color: #AD1A5E;
}
.BgClassName
{
background-color: #AD1A5E;
}
</style>
border-color css
<style>
span { border-color: #AD1A5E; }
span { border-color: rgb(173,26,94); }
td.TdClassName
{
border-color: #AD1A5E;
}
.TagClassName
{
border-color: #AD1A5E;
}
</style>