Shades of Jazzberry Jam #AD145F
Tints of Jazzberry Jam #AD145F
RGB
CMYK
RGB Variations
Color information
#AD145F (or 0xAD145F) is known color: Jazzberry Jam. HEX triplet: AD, 14 and 5F. RGB value is (173,20,95). Sum of RGB (Red+Green+Blue) = 173+20+95=288 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.07% from 288); Green value is 20 (8.20% from 255 or 6.94% from 288); Blue value is 95 (37.5% from 255 or 32.99% from 288); Max value from RGB is 173 - color contains mainly: red. Hex color #AD145F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD145F is #52EBA0. Grayscale: #4A4A4A. Windows color (decimal): -5434273 or 6231213. OLE color: 6231213.
HSL color Cylindrical-coordinate representation of color #AD145F: hue angle of 330.59º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD145F is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 20 | 95 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.32 |
| HSL | 330.59º | 0.79% | 0.38% | - |
| HSV(B) | 330.59º | 0.88% | 0.68% | - |
| XYZ | 19.55 | 10.21 | 11.77 | - |
| YUV | 74.3 | 139.69 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 95 | 0 | 0.88 | 0.45 | 0.32 | 330.59 | 0.79 | 0.38 |
| Hex | AD | 14 | 5F | 0 | 58 | 2D | 20 | 14B | 4F | 26 |
| Octal | 255 | 24 | 137 | 0 | 130 | 55 | 40 | 513 | 117 | 46 |
| Binary | 10101101 | 10100 | 1011111 | 0 | 1011000 | 101101 | 100000 | 101001011 | 1001111 | 100110 |
Color Harmonies of #AD145F
Complementary color
Monochromatic Colors of #AD145F
Black with #AD145F
Text Example
Text Example
White with #AD145F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD145F; }
p { color: rgb(173,20,95); }
H1.HeaderClassName
{
color: #AD145F;
}
.AnyTagClassName
{
color: #AD145F;
}
</style>
background-color css
<style>
a { background-color: #AD145F; }
a { background-color: rgb(173,20,95); }
div.DivClassName
{
background-color: #AD145F;
}
.BgClassName
{
background-color: #AD145F;
}
</style>
border-color css
<style>
span { border-color: #AD145F; }
span { border-color: rgb(173,20,95); }
td.TdClassName
{
border-color: #AD145F;
}
.TagClassName
{
border-color: #AD145F;
}
</style>