Shades of Jazzberry Jam #AD145E
Tints of Jazzberry Jam #AD145E
RGB
CMYK
RGB Variations
Color information
#AD145E (or 0xAD145E) is known color: Jazzberry Jam. HEX triplet: AD, 14 and 5E. RGB value is (173,20,94). Sum of RGB (Red+Green+Blue) = 173+20+94=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD145E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD145E is #52EBA1. Grayscale: #4A4A4A. Windows color (decimal): -5434274 or 6165677. OLE color: 6165677.
HSL color Cylindrical-coordinate representation of color #AD145E: hue angle of 330.98º 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 #AD145E is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 20 | 94 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.32 |
| HSL | 330.98º | 0.79% | 0.38% | - |
| HSV(B) | 330.98º | 0.88% | 0.68% | - |
| XYZ | 19.5 | 10.19 | 11.53 | - |
| YUV | 74.18 | 139.19 | 198.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 94 | 0 | 0.88 | 0.46 | 0.32 | 330.98 | 0.79 | 0.38 |
| Hex | AD | 14 | 5E | 0 | 58 | 2E | 20 | 14B | 4F | 26 |
| Octal | 255 | 24 | 136 | 0 | 130 | 56 | 40 | 513 | 117 | 46 |
| Binary | 10101101 | 10100 | 1011110 | 0 | 1011000 | 101110 | 100000 | 101001011 | 1001111 | 100110 |
Color Harmonies of #AD145E
Complementary color
Monochromatic Colors of #AD145E
Black with #AD145E
Text Example
Text Example
White with #AD145E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD145E; }
p { color: rgb(173,20,94); }
H1.HeaderClassName
{
color: #AD145E;
}
.AnyTagClassName
{
color: #AD145E;
}
</style>
background-color css
<style>
a { background-color: #AD145E; }
a { background-color: rgb(173,20,94); }
div.DivClassName
{
background-color: #AD145E;
}
.BgClassName
{
background-color: #AD145E;
}
</style>
border-color css
<style>
span { border-color: #AD145E; }
span { border-color: rgb(173,20,94); }
td.TdClassName
{
border-color: #AD145E;
}
.TagClassName
{
border-color: #AD145E;
}
</style>