Shades of Jazzberry Jam #AD094F
Tints of Jazzberry Jam #AD094F
RGB
CMYK
RGB Variations
Color information
#AD094F (or 0xAD094F) is known color: Jazzberry Jam. HEX triplet: AD, 09 and 4F. RGB value is (173,9,79). Sum of RGB (Red+Green+Blue) = 173+9+79=261 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.28% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 79 (31.25% from 255 or 30.27% from 261); Max value from RGB is 173 - color contains mainly: red. Hex color #AD094F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD094F is #52F6B0. Grayscale: #414141. Windows color (decimal): -5437105 or 5179821. OLE color: 5179821.
HSL color Cylindrical-coordinate representation of color #AD094F: hue angle of 334.39º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD094F is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 79 | - |
| CMYK | 0 | 0.95 | 0.54 | 0.32 |
| HSL | 334.39º | 0.9% | 0.36% | - |
| HSV(B) | 334.39º | 0.95% | 0.68% | - |
| XYZ | 18.74 | 9.64 | 8.27 | - |
| YUV | 66.02 | 135.33 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 79 | 0 | 0.95 | 0.54 | 0.32 | 334.39 | 0.9 | 0.36 |
| Hex | AD | 9 | 4F | 0 | 5F | 36 | 20 | 14E | 5A | 24 |
| Octal | 255 | 11 | 117 | 0 | 137 | 66 | 40 | 516 | 132 | 44 |
| Binary | 10101101 | 1001 | 1001111 | 0 | 1011111 | 110110 | 100000 | 101001110 | 1011010 | 100100 |
Color Harmonies of #AD094F
Complementary color
Monochromatic Colors of #AD094F
Black with #AD094F
Text Example
Text Example
White with #AD094F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD094F; }
p { color: rgb(173,9,79); }
H1.HeaderClassName
{
color: #AD094F;
}
.AnyTagClassName
{
color: #AD094F;
}
</style>
background-color css
<style>
a { background-color: #AD094F; }
a { background-color: rgb(173,9,79); }
div.DivClassName
{
background-color: #AD094F;
}
.BgClassName
{
background-color: #AD094F;
}
</style>
border-color css
<style>
span { border-color: #AD094F; }
span { border-color: rgb(173,9,79); }
td.TdClassName
{
border-color: #AD094F;
}
.TagClassName
{
border-color: #AD094F;
}
</style>