Shades of Jazzberry Jam #AD1153
Tints of Jazzberry Jam #AD1153
RGB
CMYK
RGB Variations
Color information
#AD1153 (or 0xAD1153) is known color: Jazzberry Jam. HEX triplet: AD, 11 and 53. RGB value is (173,17,83). Sum of RGB (Red+Green+Blue) = 173+17+83=273 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.37% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 83 (32.81% from 255 or 30.40% from 273); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1153 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1153 is #52EEAC. Grayscale: #474747. Windows color (decimal): -5435053 or 5444013. OLE color: 5444013.
HSL color Cylindrical-coordinate representation of color #AD1153: hue angle of 334.62º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD1153 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 17 | 83 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.32 |
| HSL | 334.62º | 0.82% | 0.37% | - |
| HSV(B) | 334.62º | 0.9% | 0.68% | - |
| XYZ | 19 | 9.91 | 9.1 | - |
| YUV | 71.17 | 134.68 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 17 | 83 | 0 | 0.90 | 0.52 | 0.32 | 334.62 | 0.82 | 0.37 |
| Hex | AD | 11 | 53 | 0 | 5A | 34 | 20 | 14F | 52 | 25 |
| Octal | 255 | 21 | 123 | 0 | 132 | 64 | 40 | 517 | 122 | 45 |
| Binary | 10101101 | 10001 | 1010011 | 0 | 1011010 | 110100 | 100000 | 101001111 | 1010010 | 100101 |
Color Harmonies of #AD1153
Complementary color
Monochromatic Colors of #AD1153
Black with #AD1153
Text Example
Text Example
White with #AD1153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1153; }
p { color: rgb(173,17,83); }
H1.HeaderClassName
{
color: #AD1153;
}
.AnyTagClassName
{
color: #AD1153;
}
</style>
background-color css
<style>
a { background-color: #AD1153; }
a { background-color: rgb(173,17,83); }
div.DivClassName
{
background-color: #AD1153;
}
.BgClassName
{
background-color: #AD1153;
}
</style>
border-color css
<style>
span { border-color: #AD1153; }
span { border-color: rgb(173,17,83); }
td.TdClassName
{
border-color: #AD1153;
}
.TagClassName
{
border-color: #AD1153;
}
</style>