Shades of Jazzberry Jam #AD1769
Tints of Jazzberry Jam #AD1769
RGB
CMYK
RGB Variations
Color information
#AD1769 (or 0xAD1769) is known color: Jazzberry Jam. HEX triplet: AD, 17 and 69. RGB value is (173,23,105). Sum of RGB (Red+Green+Blue) = 173+23+105=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 23 (9.38% from 255 or 7.64% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1769 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1769 is #52E896. Grayscale: #4D4D4D. Windows color (decimal): -5433495 or 6887341. OLE color: 6887341.
HSL color Cylindrical-coordinate representation of color #AD1769: hue angle of 327.2º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD1769 is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 23 | 105 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.32 |
| HSL | 327.2º | 0.77% | 0.38% | - |
| HSV(B) | 327.2º | 0.87% | 0.68% | - |
| XYZ | 20.09 | 10.52 | 14.34 | - |
| YUV | 77.2 | 143.7 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 105 | 0 | 0.87 | 0.39 | 0.32 | 327.2 | 0.77 | 0.38 |
| Hex | AD | 17 | 69 | 0 | 57 | 27 | 20 | 147 | 4D | 26 |
| Octal | 255 | 27 | 151 | 0 | 127 | 47 | 40 | 507 | 115 | 46 |
| Binary | 10101101 | 10111 | 1101001 | 0 | 1010111 | 100111 | 100000 | 101000111 | 1001101 | 100110 |
Color Harmonies of #AD1769
Complementary color
Monochromatic Colors of #AD1769
Black with #AD1769
Text Example
Text Example
White with #AD1769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1769; }
p { color: rgb(173,23,105); }
H1.HeaderClassName
{
color: #AD1769;
}
.AnyTagClassName
{
color: #AD1769;
}
</style>
background-color css
<style>
a { background-color: #AD1769; }
a { background-color: rgb(173,23,105); }
div.DivClassName
{
background-color: #AD1769;
}
.BgClassName
{
background-color: #AD1769;
}
</style>
border-color css
<style>
span { border-color: #AD1769; }
span { border-color: rgb(173,23,105); }
td.TdClassName
{
border-color: #AD1769;
}
.TagClassName
{
border-color: #AD1769;
}
</style>