Shades of Jazzberry Jam #AD1C69
Tints of Jazzberry Jam #AD1C69
RGB
CMYK
RGB Variations
Color information
#AD1C69 (or 0xAD1C69) is known color: Jazzberry Jam. HEX triplet: AD, 1C and 69. RGB value is (173,28,105). Sum of RGB (Red+Green+Blue) = 173+28+105=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 28 (11.33% from 255 or 9.15% from 306); Blue value is 105 (41.41% from 255 or 34.31% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1C69 is #52E396. Grayscale: #4F4F4F. Windows color (decimal): -5432215 or 6888621. OLE color: 6888621.
HSL color Cylindrical-coordinate representation of color #AD1C69: hue angle of 328.14º 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 #AD1C69 is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 28 | 105 | - |
| CMYK | 0 | 0.84 | 0.39 | 0.32 |
| HSL | 328.14º | 0.72% | 0.39% | - |
| HSV(B) | 328.14º | 0.84% | 0.68% | - |
| XYZ | 20.2 | 10.73 | 14.37 | - |
| YUV | 80.13 | 142.04 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 28 | 105 | 0 | 0.84 | 0.39 | 0.32 | 328.14 | 0.72 | 0.39 |
| Hex | AD | 1C | 69 | 0 | 54 | 27 | 20 | 148 | 48 | 27 |
| Octal | 255 | 34 | 151 | 0 | 124 | 47 | 40 | 510 | 110 | 47 |
| Binary | 10101101 | 11100 | 1101001 | 0 | 1010100 | 100111 | 100000 | 101001000 | 1001000 | 100111 |
Color Harmonies of #AD1C69
Complementary color
Monochromatic Colors of #AD1C69
Black with #AD1C69
Text Example
Text Example
White with #AD1C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1C69; }
p { color: rgb(173,28,105); }
H1.HeaderClassName
{
color: #AD1C69;
}
.AnyTagClassName
{
color: #AD1C69;
}
</style>
background-color css
<style>
a { background-color: #AD1C69; }
a { background-color: rgb(173,28,105); }
div.DivClassName
{
background-color: #AD1C69;
}
.BgClassName
{
background-color: #AD1C69;
}
</style>
border-color css
<style>
span { border-color: #AD1C69; }
span { border-color: rgb(173,28,105); }
td.TdClassName
{
border-color: #AD1C69;
}
.TagClassName
{
border-color: #AD1C69;
}
</style>