Shades of Jazzberry Jam #AD145B
Tints of Jazzberry Jam #AD145B
RGB
CMYK
RGB Variations
Color information
#AD145B (or 0xAD145B) is known color: Jazzberry Jam. HEX triplet: AD, 14 and 5B. RGB value is (173,20,91). Sum of RGB (Red+Green+Blue) = 173+20+91=284 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.92% from 284); Green value is 20 (8.20% from 255 or 7.04% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 173 - color contains mainly: red. Hex color #AD145B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD145B is #52EBA4. Grayscale: #494949. Windows color (decimal): -5434277 or 5969069. OLE color: 5969069.
HSL color Cylindrical-coordinate representation of color #AD145B: hue angle of 332.16º 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 #AD145B is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 20 | 91 | - |
| CMYK | 0 | 0.88 | 0.47 | 0.32 |
| HSL | 332.16º | 0.79% | 0.38% | - |
| HSV(B) | 332.16º | 0.88% | 0.68% | - |
| XYZ | 19.37 | 10.14 | 10.83 | - |
| YUV | 73.84 | 137.69 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 91 | 0 | 0.88 | 0.47 | 0.32 | 332.16 | 0.79 | 0.38 |
| Hex | AD | 14 | 5B | 0 | 58 | 2F | 20 | 14C | 4F | 26 |
| Octal | 255 | 24 | 133 | 0 | 130 | 57 | 40 | 514 | 117 | 46 |
| Binary | 10101101 | 10100 | 1011011 | 0 | 1011000 | 101111 | 100000 | 101001100 | 1001111 | 100110 |
Color Harmonies of #AD145B
Complementary color
Monochromatic Colors of #AD145B
Black with #AD145B
Text Example
Text Example
White with #AD145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD145B; }
p { color: rgb(173,20,91); }
H1.HeaderClassName
{
color: #AD145B;
}
.AnyTagClassName
{
color: #AD145B;
}
</style>
background-color css
<style>
a { background-color: #AD145B; }
a { background-color: rgb(173,20,91); }
div.DivClassName
{
background-color: #AD145B;
}
.BgClassName
{
background-color: #AD145B;
}
</style>
border-color css
<style>
span { border-color: #AD145B; }
span { border-color: rgb(173,20,91); }
td.TdClassName
{
border-color: #AD145B;
}
.TagClassName
{
border-color: #AD145B;
}
</style>