Shades of Jazzberry Jam #AD114E
Tints of Jazzberry Jam #AD114E
RGB
CMYK
RGB Variations
Color information
#AD114E (or 0xAD114E) is known color: Jazzberry Jam. HEX triplet: AD, 11 and 4E. RGB value is (173,17,78). Sum of RGB (Red+Green+Blue) = 173+17+78=268 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.55% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 78 (30.86% from 255 or 29.10% from 268); Max value from RGB is 173 - color contains mainly: red. Hex color #AD114E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD114E is #52EEB1. Grayscale: #464646. Windows color (decimal): -5435058 or 5116333. OLE color: 5116333.
HSL color Cylindrical-coordinate representation of color #AD114E: hue angle of 336.54º 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 #AD114E is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 17 | 78 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.32 |
| HSL | 336.54º | 0.82% | 0.37% | - |
| HSV(B) | 336.54º | 0.9% | 0.68% | - |
| XYZ | 18.81 | 9.84 | 8.11 | - |
| YUV | 70.6 | 132.18 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 17 | 78 | 0 | 0.90 | 0.55 | 0.32 | 336.54 | 0.82 | 0.37 |
| Hex | AD | 11 | 4E | 0 | 5A | 37 | 20 | 151 | 52 | 25 |
| Octal | 255 | 21 | 116 | 0 | 132 | 67 | 40 | 521 | 122 | 45 |
| Binary | 10101101 | 10001 | 1001110 | 0 | 1011010 | 110111 | 100000 | 101010001 | 1010010 | 100101 |
Color Harmonies of #AD114E
Complementary color
Monochromatic Colors of #AD114E
Black with #AD114E
Text Example
Text Example
White with #AD114E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD114E; }
p { color: rgb(173,17,78); }
H1.HeaderClassName
{
color: #AD114E;
}
.AnyTagClassName
{
color: #AD114E;
}
</style>
background-color css
<style>
a { background-color: #AD114E; }
a { background-color: rgb(173,17,78); }
div.DivClassName
{
background-color: #AD114E;
}
.BgClassName
{
background-color: #AD114E;
}
</style>
border-color css
<style>
span { border-color: #AD114E; }
span { border-color: rgb(173,17,78); }
td.TdClassName
{
border-color: #AD114E;
}
.TagClassName
{
border-color: #AD114E;
}
</style>