Shades of Jazzberry Jam #AD246B
Tints of Jazzberry Jam #AD246B
RGB
CMYK
RGB Variations
Color information
#AD246B (or 0xAD246B) is known color: Jazzberry Jam. HEX triplet: AD, 24 and 6B. RGB value is (173,36,107). Sum of RGB (Red+Green+Blue) = 173+36+107=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 36 (14.45% from 255 or 11.39% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD246B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD246B is #52DB94. Grayscale: #545454. Windows color (decimal): -5430165 or 7021741. OLE color: 7021741.
HSL color Cylindrical-coordinate representation of color #AD246B: hue angle of 328.91º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD246B is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 36 | 107 | - |
| CMYK | 0 | 0.79 | 0.38 | 0.32 |
| HSL | 328.91º | 0.66% | 0.41% | - |
| HSV(B) | 328.91º | 0.79% | 0.68% | - |
| XYZ | 20.52 | 11.21 | 14.99 | - |
| YUV | 85.06 | 140.39 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 36 | 107 | 0 | 0.79 | 0.38 | 0.32 | 328.91 | 0.66 | 0.41 |
| Hex | AD | 24 | 6B | 0 | 4F | 26 | 20 | 149 | 42 | 29 |
| Octal | 255 | 44 | 153 | 0 | 117 | 46 | 40 | 511 | 102 | 51 |
| Binary | 10101101 | 100100 | 1101011 | 0 | 1001111 | 100110 | 100000 | 101001001 | 1000010 | 101001 |
Color Harmonies of #AD246B
Complementary color
Monochromatic Colors of #AD246B
Black with #AD246B
Text Example
Text Example
White with #AD246B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD246B; }
p { color: rgb(173,36,107); }
H1.HeaderClassName
{
color: #AD246B;
}
.AnyTagClassName
{
color: #AD246B;
}
</style>
background-color css
<style>
a { background-color: #AD246B; }
a { background-color: rgb(173,36,107); }
div.DivClassName
{
background-color: #AD246B;
}
.BgClassName
{
background-color: #AD246B;
}
</style>
border-color css
<style>
span { border-color: #AD246B; }
span { border-color: rgb(173,36,107); }
td.TdClassName
{
border-color: #AD246B;
}
.TagClassName
{
border-color: #AD246B;
}
</style>