Shades of Jazzberry Jam #AD094A
Tints of Jazzberry Jam #AD094A
RGB
CMYK
RGB Variations
Color information
#AD094A (or 0xAD094A) is known color: Jazzberry Jam. HEX triplet: AD, 09 and 4A. RGB value is (173,9,74). Sum of RGB (Red+Green+Blue) = 173+9+74=256 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.58% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 173 - color contains mainly: red. Hex color #AD094A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD094A is #52F6B5. Grayscale: #414141. Windows color (decimal): -5437110 or 4852141. OLE color: 4852141.
HSL color Cylindrical-coordinate representation of color #AD094A: hue angle of 336.22º 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 #AD094A is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 74 | - |
| CMYK | 0 | 0.95 | 0.57 | 0.32 |
| HSL | 336.22º | 0.9% | 0.36% | - |
| HSV(B) | 336.22º | 0.95% | 0.68% | - |
| XYZ | 18.57 | 9.57 | 7.35 | - |
| YUV | 65.45 | 132.83 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 74 | 0 | 0.95 | 0.57 | 0.32 | 336.22 | 0.9 | 0.36 |
| Hex | AD | 9 | 4A | 0 | 5F | 39 | 20 | 150 | 5A | 24 |
| Octal | 255 | 11 | 112 | 0 | 137 | 71 | 40 | 520 | 132 | 44 |
| Binary | 10101101 | 1001 | 1001010 | 0 | 1011111 | 111001 | 100000 | 101010000 | 1011010 | 100100 |
Color Harmonies of #AD094A
Complementary color
Monochromatic Colors of #AD094A
Black with #AD094A
Text Example
Text Example
White with #AD094A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD094A; }
p { color: rgb(173,9,74); }
H1.HeaderClassName
{
color: #AD094A;
}
.AnyTagClassName
{
color: #AD094A;
}
</style>
background-color css
<style>
a { background-color: #AD094A; }
a { background-color: rgb(173,9,74); }
div.DivClassName
{
background-color: #AD094A;
}
.BgClassName
{
background-color: #AD094A;
}
</style>
border-color css
<style>
span { border-color: #AD094A; }
span { border-color: rgb(173,9,74); }
td.TdClassName
{
border-color: #AD094A;
}
.TagClassName
{
border-color: #AD094A;
}
</style>