Shades of Jazzberry Jam #AD1C65
Tints of Jazzberry Jam #AD1C65
RGB
CMYK
RGB Variations
Color information
#AD1C65 (or 0xAD1C65) is known color: Jazzberry Jam. HEX triplet: AD, 1C and 65. RGB value is (173,28,101). Sum of RGB (Red+Green+Blue) = 173+28+101=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 28 (11.33% from 255 or 9.27% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1C65 is #52E39A. Grayscale: #4F4F4F. Windows color (decimal): -5432219 or 6626477. OLE color: 6626477.
HSL color Cylindrical-coordinate representation of color #AD1C65: hue angle of 329.79º 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 #AD1C65 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 28 | 101 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.32 |
| HSL | 329.79º | 0.72% | 0.39% | - |
| HSV(B) | 329.79º | 0.84% | 0.68% | - |
| XYZ | 20 | 10.65 | 13.31 | - |
| YUV | 79.68 | 140.04 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 28 | 101 | 0 | 0.84 | 0.42 | 0.32 | 329.79 | 0.72 | 0.39 |
| Hex | AD | 1C | 65 | 0 | 54 | 2A | 20 | 14A | 48 | 27 |
| Octal | 255 | 34 | 145 | 0 | 124 | 52 | 40 | 512 | 110 | 47 |
| Binary | 10101101 | 11100 | 1100101 | 0 | 1010100 | 101010 | 100000 | 101001010 | 1001000 | 100111 |
Color Harmonies of #AD1C65
Complementary color
Monochromatic Colors of #AD1C65
Black with #AD1C65
Text Example
Text Example
White with #AD1C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1C65; }
p { color: rgb(173,28,101); }
H1.HeaderClassName
{
color: #AD1C65;
}
.AnyTagClassName
{
color: #AD1C65;
}
</style>
background-color css
<style>
a { background-color: #AD1C65; }
a { background-color: rgb(173,28,101); }
div.DivClassName
{
background-color: #AD1C65;
}
.BgClassName
{
background-color: #AD1C65;
}
</style>
border-color css
<style>
span { border-color: #AD1C65; }
span { border-color: rgb(173,28,101); }
td.TdClassName
{
border-color: #AD1C65;
}
.TagClassName
{
border-color: #AD1C65;
}
</style>