Shades of Jazzberry Jam #AD114F
Tints of Jazzberry Jam #AD114F
RGB
CMYK
RGB Variations
Color information
#AD114F (or 0xAD114F) is known color: Jazzberry Jam. HEX triplet: AD, 11 and 4F. RGB value is (173,17,79). Sum of RGB (Red+Green+Blue) = 173+17+79=269 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.31% from 269); Green value is 17 (7.03% from 255 or 6.32% from 269); Blue value is 79 (31.25% from 255 or 29.37% from 269); Max value from RGB is 173 - color contains mainly: red. Hex color #AD114F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD114F is #52EEB0. Grayscale: #464646. Windows color (decimal): -5435057 or 5181869. OLE color: 5181869.
HSL color Cylindrical-coordinate representation of color #AD114F: hue angle of 336.15º 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 #AD114F is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 17 | 79 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.32 |
| HSL | 336.15º | 0.82% | 0.37% | - |
| HSV(B) | 336.15º | 0.9% | 0.68% | - |
| XYZ | 18.85 | 9.85 | 8.31 | - |
| YUV | 70.71 | 132.68 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 17 | 79 | 0 | 0.90 | 0.54 | 0.32 | 336.15 | 0.82 | 0.37 |
| Hex | AD | 11 | 4F | 0 | 5A | 36 | 20 | 150 | 52 | 25 |
| Octal | 255 | 21 | 117 | 0 | 132 | 66 | 40 | 520 | 122 | 45 |
| Binary | 10101101 | 10001 | 1001111 | 0 | 1011010 | 110110 | 100000 | 101010000 | 1010010 | 100101 |
Color Harmonies of #AD114F
Complementary color
Monochromatic Colors of #AD114F
Black with #AD114F
Text Example
Text Example
White with #AD114F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD114F; }
p { color: rgb(173,17,79); }
H1.HeaderClassName
{
color: #AD114F;
}
.AnyTagClassName
{
color: #AD114F;
}
</style>
background-color css
<style>
a { background-color: #AD114F; }
a { background-color: rgb(173,17,79); }
div.DivClassName
{
background-color: #AD114F;
}
.BgClassName
{
background-color: #AD114F;
}
</style>
border-color css
<style>
span { border-color: #AD114F; }
span { border-color: rgb(173,17,79); }
td.TdClassName
{
border-color: #AD114F;
}
.TagClassName
{
border-color: #AD114F;
}
</style>