Shades of Jazzberry Jam #AD145D
Tints of Jazzberry Jam #AD145D
RGB
CMYK
RGB Variations
Color information
#AD145D (or 0xAD145D) is known color: Jazzberry Jam. HEX triplet: AD, 14 and 5D. RGB value is (173,20,93). Sum of RGB (Red+Green+Blue) = 173+20+93=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 93 (36.72% from 255 or 32.52% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD145D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD145D is #52EBA2. Grayscale: #494949. Windows color (decimal): -5434275 or 6100141. OLE color: 6100141.
HSL color Cylindrical-coordinate representation of color #AD145D: hue angle of 331.37º 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 #AD145D is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 20 | 93 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.32 |
| HSL | 331.37º | 0.79% | 0.38% | - |
| HSV(B) | 331.37º | 0.88% | 0.68% | - |
| XYZ | 19.46 | 10.17 | 11.29 | - |
| YUV | 74.07 | 138.69 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 93 | 0 | 0.88 | 0.46 | 0.32 | 331.37 | 0.79 | 0.38 |
| Hex | AD | 14 | 5D | 0 | 58 | 2E | 20 | 14B | 4F | 26 |
| Octal | 255 | 24 | 135 | 0 | 130 | 56 | 40 | 513 | 117 | 46 |
| Binary | 10101101 | 10100 | 1011101 | 0 | 1011000 | 101110 | 100000 | 101001011 | 1001111 | 100110 |
Color Harmonies of #AD145D
Complementary color
Monochromatic Colors of #AD145D
Black with #AD145D
Text Example
Text Example
White with #AD145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD145D; }
p { color: rgb(173,20,93); }
H1.HeaderClassName
{
color: #AD145D;
}
.AnyTagClassName
{
color: #AD145D;
}
</style>
background-color css
<style>
a { background-color: #AD145D; }
a { background-color: rgb(173,20,93); }
div.DivClassName
{
background-color: #AD145D;
}
.BgClassName
{
background-color: #AD145D;
}
</style>
border-color css
<style>
span { border-color: #AD145D; }
span { border-color: rgb(173,20,93); }
td.TdClassName
{
border-color: #AD145D;
}
.TagClassName
{
border-color: #AD145D;
}
</style>