Shades of Jazzberry Jam #AD1C6C
Tints of Jazzberry Jam #AD1C6C
RGB
CMYK
RGB Variations
Color information
#AD1C6C (or 0xAD1C6C) is known color: Jazzberry Jam. HEX triplet: AD, 1C and 6C. RGB value is (173,28,108). Sum of RGB (Red+Green+Blue) = 173+28+108=309 (40% of max value = 765). Red value is 173 (67.97% from 255 or 55.99% from 309); Green value is 28 (11.33% from 255 or 9.06% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1C6C is #52E393. Grayscale: #505050. Windows color (decimal): -5432212 or 7085229. OLE color: 7085229.
HSL color Cylindrical-coordinate representation of color #AD1C6C: hue angle of 326.9º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD1C6C is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 28 | 108 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.32 |
| HSL | 326.9º | 0.72% | 0.39% | - |
| HSV(B) | 326.9º | 0.84% | 0.68% | - |
| XYZ | 20.36 | 10.8 | 15.2 | - |
| YUV | 80.48 | 143.54 | 194 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 28 | 108 | 0 | 0.84 | 0.38 | 0.32 | 326.9 | 0.72 | 0.39 |
| Hex | AD | 1C | 6C | 0 | 54 | 26 | 20 | 147 | 48 | 27 |
| Octal | 255 | 34 | 154 | 0 | 124 | 46 | 40 | 507 | 110 | 47 |
| Binary | 10101101 | 11100 | 1101100 | 0 | 1010100 | 100110 | 100000 | 101000111 | 1001000 | 100111 |
Color Harmonies of #AD1C6C
Complementary color
Monochromatic Colors of #AD1C6C
Black with #AD1C6C
Text Example
Text Example
White with #AD1C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1C6C; }
p { color: rgb(173,28,108); }
H1.HeaderClassName
{
color: #AD1C6C;
}
.AnyTagClassName
{
color: #AD1C6C;
}
</style>
background-color css
<style>
a { background-color: #AD1C6C; }
a { background-color: rgb(173,28,108); }
div.DivClassName
{
background-color: #AD1C6C;
}
.BgClassName
{
background-color: #AD1C6C;
}
</style>
border-color css
<style>
span { border-color: #AD1C6C; }
span { border-color: rgb(173,28,108); }
td.TdClassName
{
border-color: #AD1C6C;
}
.TagClassName
{
border-color: #AD1C6C;
}
</style>