Shades of Jazzberry Jam #AD0943
Tints of Jazzberry Jam #AD0943
RGB
CMYK
RGB Variations
Color information
#AD0943 (or 0xAD0943) is known color: Jazzberry Jam. HEX triplet: AD, 09 and 43. RGB value is (173,9,67). Sum of RGB (Red+Green+Blue) = 173+9+67=249 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.48% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 67 (26.56% from 255 or 26.91% from 249); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0943 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0943 is #52F6BC. Grayscale: #404040. Windows color (decimal): -5437117 or 4393389. OLE color: 4393389.
HSL color Cylindrical-coordinate representation of color #AD0943: hue angle of 338.78º 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 #AD0943 is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 67 | - |
| CMYK | 0 | 0.95 | 0.61 | 0.32 |
| HSL | 338.78º | 0.9% | 0.36% | - |
| HSV(B) | 338.78º | 0.95% | 0.68% | - |
| XYZ | 18.34 | 9.48 | 6.17 | - |
| YUV | 64.65 | 129.33 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 67 | 0 | 0.95 | 0.61 | 0.32 | 338.78 | 0.9 | 0.36 |
| Hex | AD | 9 | 43 | 0 | 5F | 3D | 20 | 153 | 5A | 24 |
| Octal | 255 | 11 | 103 | 0 | 137 | 75 | 40 | 523 | 132 | 44 |
| Binary | 10101101 | 1001 | 1000011 | 0 | 1011111 | 111101 | 100000 | 101010011 | 1011010 | 100100 |
Color Harmonies of #AD0943
Complementary color
Monochromatic Colors of #AD0943
Black with #AD0943
Text Example
Text Example
White with #AD0943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0943; }
p { color: rgb(173,9,67); }
H1.HeaderClassName
{
color: #AD0943;
}
.AnyTagClassName
{
color: #AD0943;
}
</style>
background-color css
<style>
a { background-color: #AD0943; }
a { background-color: rgb(173,9,67); }
div.DivClassName
{
background-color: #AD0943;
}
.BgClassName
{
background-color: #AD0943;
}
</style>
border-color css
<style>
span { border-color: #AD0943; }
span { border-color: rgb(173,9,67); }
td.TdClassName
{
border-color: #AD0943;
}
.TagClassName
{
border-color: #AD0943;
}
</style>