Shades of Jazzberry Jam #AD236C
Tints of Jazzberry Jam #AD236C
RGB
CMYK
RGB Variations
Color information
#AD236C (or 0xAD236C) is known color: Jazzberry Jam. HEX triplet: AD, 23 and 6C. RGB value is (173,35,108). Sum of RGB (Red+Green+Blue) = 173+35+108=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 35 (14.06% from 255 or 11.08% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD236C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD236C is #52DC93. Grayscale: #545454. Windows color (decimal): -5430420 or 7087021. OLE color: 7087021.
HSL color Cylindrical-coordinate representation of color #AD236C: hue angle of 328.26º 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 #AD236C is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 35 | 108 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.32 |
| HSL | 328.26º | 0.66% | 0.41% | - |
| HSV(B) | 328.26º | 0.8% | 0.68% | - |
| XYZ | 20.54 | 11.17 | 15.26 | - |
| YUV | 84.58 | 141.22 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 108 | 0 | 0.80 | 0.38 | 0.32 | 328.26 | 0.66 | 0.41 |
| Hex | AD | 23 | 6C | 0 | 50 | 26 | 20 | 148 | 42 | 29 |
| Octal | 255 | 43 | 154 | 0 | 120 | 46 | 40 | 510 | 102 | 51 |
| Binary | 10101101 | 100011 | 1101100 | 0 | 1010000 | 100110 | 100000 | 101001000 | 1000010 | 101001 |
Color Harmonies of #AD236C
Complementary color
Monochromatic Colors of #AD236C
Black with #AD236C
Text Example
Text Example
White with #AD236C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD236C; }
p { color: rgb(173,35,108); }
H1.HeaderClassName
{
color: #AD236C;
}
.AnyTagClassName
{
color: #AD236C;
}
</style>
background-color css
<style>
a { background-color: #AD236C; }
a { background-color: rgb(173,35,108); }
div.DivClassName
{
background-color: #AD236C;
}
.BgClassName
{
background-color: #AD236C;
}
</style>
border-color css
<style>
span { border-color: #AD236C; }
span { border-color: rgb(173,35,108); }
td.TdClassName
{
border-color: #AD236C;
}
.TagClassName
{
border-color: #AD236C;
}
</style>