Shades of Jazzberry Jam #AD1D6A
Tints of Jazzberry Jam #AD1D6A
RGB
CMYK
RGB Variations
Color information
#AD1D6A (or 0xAD1D6A) is known color: Jazzberry Jam. HEX triplet: AD, 1D and 6A. RGB value is (173,29,106). Sum of RGB (Red+Green+Blue) = 173+29+106=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 29 (11.72% from 255 or 9.42% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1D6A is #52E295. Grayscale: #505050. Windows color (decimal): -5431958 or 6954413. OLE color: 6954413.
HSL color Cylindrical-coordinate representation of color #AD1D6A: hue angle of 327.92º degrees, saturation: 0.71, 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 #AD1D6A is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 29 | 106 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.32 |
| HSL | 327.92º | 0.71% | 0.4% | - |
| HSV(B) | 327.92º | 0.83% | 0.68% | - |
| XYZ | 20.27 | 10.8 | 14.65 | - |
| YUV | 80.83 | 142.21 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 29 | 106 | 0 | 0.83 | 0.39 | 0.32 | 327.92 | 0.71 | 0.4 |
| Hex | AD | 1D | 6A | 0 | 53 | 27 | 20 | 148 | 47 | 28 |
| Octal | 255 | 35 | 152 | 0 | 123 | 47 | 40 | 510 | 107 | 50 |
| Binary | 10101101 | 11101 | 1101010 | 0 | 1010011 | 100111 | 100000 | 101001000 | 1000111 | 101000 |
Color Harmonies of #AD1D6A
Complementary color
Monochromatic Colors of #AD1D6A
Black with #AD1D6A
Text Example
Text Example
White with #AD1D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1D6A; }
p { color: rgb(173,29,106); }
H1.HeaderClassName
{
color: #AD1D6A;
}
.AnyTagClassName
{
color: #AD1D6A;
}
</style>
background-color css
<style>
a { background-color: #AD1D6A; }
a { background-color: rgb(173,29,106); }
div.DivClassName
{
background-color: #AD1D6A;
}
.BgClassName
{
background-color: #AD1D6A;
}
</style>
border-color css
<style>
span { border-color: #AD1D6A; }
span { border-color: rgb(173,29,106); }
td.TdClassName
{
border-color: #AD1D6A;
}
.TagClassName
{
border-color: #AD1D6A;
}
</style>