Shades of Jazzberry Jam #AD2568
Tints of Jazzberry Jam #AD2568
RGB
CMYK
RGB Variations
Color information
#AD2568 (or 0xAD2568) is known color: Jazzberry Jam. HEX triplet: AD, 25 and 68. RGB value is (173,37,104). Sum of RGB (Red+Green+Blue) = 173+37+104=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 104 (41.02% from 255 or 33.12% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2568 is #52DA97. Grayscale: #555555. Windows color (decimal): -5429912 or 6825389. OLE color: 6825389.
HSL color Cylindrical-coordinate representation of color #AD2568: hue angle of 330.44º degrees, saturation: 0.65, 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 #AD2568 is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 37 | 104 | - |
| CMYK | 0 | 0.79 | 0.40 | 0.32 |
| HSL | 330.44º | 0.65% | 0.41% | - |
| HSV(B) | 330.44º | 0.79% | 0.68% | - |
| XYZ | 20.39 | 11.21 | 14.18 | - |
| YUV | 85.3 | 138.56 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 104 | 0 | 0.79 | 0.40 | 0.32 | 330.44 | 0.65 | 0.41 |
| Hex | AD | 25 | 68 | 0 | 4F | 28 | 20 | 14A | 41 | 29 |
| Octal | 255 | 45 | 150 | 0 | 117 | 50 | 40 | 512 | 101 | 51 |
| Binary | 10101101 | 100101 | 1101000 | 0 | 1001111 | 101000 | 100000 | 101001010 | 1000001 | 101001 |
Color Harmonies of #AD2568
Complementary color
Monochromatic Colors of #AD2568
Black with #AD2568
Text Example
Text Example
White with #AD2568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2568; }
p { color: rgb(173,37,104); }
H1.HeaderClassName
{
color: #AD2568;
}
.AnyTagClassName
{
color: #AD2568;
}
</style>
background-color css
<style>
a { background-color: #AD2568; }
a { background-color: rgb(173,37,104); }
div.DivClassName
{
background-color: #AD2568;
}
.BgClassName
{
background-color: #AD2568;
}
</style>
border-color css
<style>
span { border-color: #AD2568; }
span { border-color: rgb(173,37,104); }
td.TdClassName
{
border-color: #AD2568;
}
.TagClassName
{
border-color: #AD2568;
}
</style>