Shades of Jazzberry Jam #AD1C60
Tints of Jazzberry Jam #AD1C60
RGB
CMYK
RGB Variations
Color information
#AD1C60 (or 0xAD1C60) is known color: Jazzberry Jam. HEX triplet: AD, 1C and 60. RGB value is (173,28,96). Sum of RGB (Red+Green+Blue) = 173+28+96=297 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.25% from 297); Green value is 28 (11.33% from 255 or 9.43% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1C60 is #52E39F. Grayscale: #4E4E4E. Windows color (decimal): -5432224 or 6298797. OLE color: 6298797.
HSL color Cylindrical-coordinate representation of color #AD1C60: hue angle of 331.86º 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 #AD1C60 is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 28 | 96 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.32 |
| HSL | 331.86º | 0.72% | 0.39% | - |
| HSV(B) | 331.86º | 0.84% | 0.68% | - |
| XYZ | 19.76 | 10.56 | 12.06 | - |
| YUV | 79.11 | 137.54 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 28 | 96 | 0 | 0.84 | 0.45 | 0.32 | 331.86 | 0.72 | 0.39 |
| Hex | AD | 1C | 60 | 0 | 54 | 2D | 20 | 14C | 48 | 27 |
| Octal | 255 | 34 | 140 | 0 | 124 | 55 | 40 | 514 | 110 | 47 |
| Binary | 10101101 | 11100 | 1100000 | 0 | 1010100 | 101101 | 100000 | 101001100 | 1001000 | 100111 |
Color Harmonies of #AD1C60
Complementary color
Monochromatic Colors of #AD1C60
Black with #AD1C60
Text Example
Text Example
White with #AD1C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1C60; }
p { color: rgb(173,28,96); }
H1.HeaderClassName
{
color: #AD1C60;
}
.AnyTagClassName
{
color: #AD1C60;
}
</style>
background-color css
<style>
a { background-color: #AD1C60; }
a { background-color: rgb(173,28,96); }
div.DivClassName
{
background-color: #AD1C60;
}
.BgClassName
{
background-color: #AD1C60;
}
</style>
border-color css
<style>
span { border-color: #AD1C60; }
span { border-color: rgb(173,28,96); }
td.TdClassName
{
border-color: #AD1C60;
}
.TagClassName
{
border-color: #AD1C60;
}
</style>