Shades of Jazzberry Jam #AD114A
Tints of Jazzberry Jam #AD114A
RGB
CMYK
RGB Variations
Color information
#AD114A (or 0xAD114A) is known color: Jazzberry Jam. HEX triplet: AD, 11 and 4A. RGB value is (173,17,74). Sum of RGB (Red+Green+Blue) = 173+17+74=264 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.53% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 173 - color contains mainly: red. Hex color #AD114A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD114A is #52EEB5. Grayscale: #464646. Windows color (decimal): -5435062 or 4854189. OLE color: 4854189.
HSL color Cylindrical-coordinate representation of color #AD114A: hue angle of 338.08º 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 #AD114A is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 17 | 74 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.32 |
| HSL | 338.08º | 0.82% | 0.37% | - |
| HSV(B) | 338.08º | 0.9% | 0.68% | - |
| XYZ | 18.67 | 9.78 | 7.38 | - |
| YUV | 70.14 | 130.18 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 17 | 74 | 0 | 0.90 | 0.57 | 0.32 | 338.08 | 0.82 | 0.37 |
| Hex | AD | 11 | 4A | 0 | 5A | 39 | 20 | 152 | 52 | 25 |
| Octal | 255 | 21 | 112 | 0 | 132 | 71 | 40 | 522 | 122 | 45 |
| Binary | 10101101 | 10001 | 1001010 | 0 | 1011010 | 111001 | 100000 | 101010010 | 1010010 | 100101 |
Color Harmonies of #AD114A
Complementary color
Monochromatic Colors of #AD114A
Black with #AD114A
Text Example
Text Example
White with #AD114A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD114A; }
p { color: rgb(173,17,74); }
H1.HeaderClassName
{
color: #AD114A;
}
.AnyTagClassName
{
color: #AD114A;
}
</style>
background-color css
<style>
a { background-color: #AD114A; }
a { background-color: rgb(173,17,74); }
div.DivClassName
{
background-color: #AD114A;
}
.BgClassName
{
background-color: #AD114A;
}
</style>
border-color css
<style>
span { border-color: #AD114A; }
span { border-color: rgb(173,17,74); }
td.TdClassName
{
border-color: #AD114A;
}
.TagClassName
{
border-color: #AD114A;
}
</style>