Shades of Jazzberry Jam #AD235F
Tints of Jazzberry Jam #AD235F
RGB
CMYK
RGB Variations
Color information
#AD235F (or 0xAD235F) is known color: Jazzberry Jam. HEX triplet: AD, 23 and 5F. RGB value is (173,35,95). Sum of RGB (Red+Green+Blue) = 173+35+95=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD235F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD235F is #52DCA0. Grayscale: #535353. Windows color (decimal): -5430433 or 6235053. OLE color: 6235053.
HSL color Cylindrical-coordinate representation of color #AD235F: hue angle of 333.91º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD235F is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 35 | 95 | - |
| CMYK | 0 | 0.80 | 0.45 | 0.32 |
| HSL | 333.91º | 0.66% | 0.41% | - |
| HSV(B) | 333.91º | 0.8% | 0.68% | - |
| XYZ | 19.9 | 10.91 | 11.88 | - |
| YUV | 83.1 | 134.72 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 95 | 0 | 0.80 | 0.45 | 0.32 | 333.91 | 0.66 | 0.41 |
| Hex | AD | 23 | 5F | 0 | 50 | 2D | 20 | 14E | 42 | 29 |
| Octal | 255 | 43 | 137 | 0 | 120 | 55 | 40 | 516 | 102 | 51 |
| Binary | 10101101 | 100011 | 1011111 | 0 | 1010000 | 101101 | 100000 | 101001110 | 1000010 | 101001 |
Color Harmonies of #AD235F
Complementary color
Monochromatic Colors of #AD235F
Black with #AD235F
Text Example
Text Example
White with #AD235F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD235F; }
p { color: rgb(173,35,95); }
H1.HeaderClassName
{
color: #AD235F;
}
.AnyTagClassName
{
color: #AD235F;
}
</style>
background-color css
<style>
a { background-color: #AD235F; }
a { background-color: rgb(173,35,95); }
div.DivClassName
{
background-color: #AD235F;
}
.BgClassName
{
background-color: #AD235F;
}
</style>
border-color css
<style>
span { border-color: #AD235F; }
span { border-color: rgb(173,35,95); }
td.TdClassName
{
border-color: #AD235F;
}
.TagClassName
{
border-color: #AD235F;
}
</style>