Shades of Jazzberry Jam #AD0E6A
Tints of Jazzberry Jam #AD0E6A
RGB
CMYK
RGB Variations
Color information
#AD0E6A (or 0xAD0E6A) is known color: Jazzberry Jam. HEX triplet: AD, 0E and 6A. RGB value is (173,14,106). Sum of RGB (Red+Green+Blue) = 173+14+106=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 14 (5.86% from 255 or 4.78% from 293); Blue value is 106 (41.80% from 255 or 36.18% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0E6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0E6A is #52F195. Grayscale: #474747. Windows color (decimal): -5435798 or 6950573. OLE color: 6950573.
HSL color Cylindrical-coordinate representation of color #AD0E6A: hue angle of 325.28º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD0E6A is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 14 | 106 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.32 |
| HSL | 325.28º | 0.85% | 0.37% | - |
| HSV(B) | 325.28º | 0.92% | 0.68% | - |
| XYZ | 19.99 | 10.24 | 14.56 | - |
| YUV | 72.03 | 147.18 | 200.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 14 | 106 | 0 | 0.92 | 0.39 | 0.32 | 325.28 | 0.85 | 0.37 |
| Hex | AD | E | 6A | 0 | 5C | 27 | 20 | 145 | 55 | 25 |
| Octal | 255 | 16 | 152 | 0 | 134 | 47 | 40 | 505 | 125 | 45 |
| Binary | 10101101 | 1110 | 1101010 | 0 | 1011100 | 100111 | 100000 | 101000101 | 1010101 | 100101 |
Color Harmonies of #AD0E6A
Complementary color
Monochromatic Colors of #AD0E6A
Black with #AD0E6A
Text Example
Text Example
White with #AD0E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0E6A; }
p { color: rgb(173,14,106); }
H1.HeaderClassName
{
color: #AD0E6A;
}
.AnyTagClassName
{
color: #AD0E6A;
}
</style>
background-color css
<style>
a { background-color: #AD0E6A; }
a { background-color: rgb(173,14,106); }
div.DivClassName
{
background-color: #AD0E6A;
}
.BgClassName
{
background-color: #AD0E6A;
}
</style>
border-color css
<style>
span { border-color: #AD0E6A; }
span { border-color: rgb(173,14,106); }
td.TdClassName
{
border-color: #AD0E6A;
}
.TagClassName
{
border-color: #AD0E6A;
}
</style>