Shades of Jazzberry Jam #AD0A5D
Tints of Jazzberry Jam #AD0A5D
RGB
CMYK
RGB Variations
Color information
#AD0A5D (or 0xAD0A5D) is known color: Jazzberry Jam. HEX triplet: AD, 0A and 5D. RGB value is (173,10,93). Sum of RGB (Red+Green+Blue) = 173+10+93=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 10 (4.30% from 255 or 3.62% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0A5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0A5D is #52F5A2. Grayscale: #444444. Windows color (decimal): -5436835 or 6097581. OLE color: 6097581.
HSL color Cylindrical-coordinate representation of color #AD0A5D: hue angle of 329.45º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0A5D is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 10 | 93 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.32 |
| HSL | 329.45º | 0.89% | 0.36% | - |
| HSV(B) | 329.45º | 0.94% | 0.68% | - |
| XYZ | 19.32 | 9.89 | 11.25 | - |
| YUV | 68.2 | 142 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 10 | 93 | 0 | 0.94 | 0.46 | 0.32 | 329.45 | 0.89 | 0.36 |
| Hex | AD | A | 5D | 0 | 5E | 2E | 20 | 149 | 59 | 24 |
| Octal | 255 | 12 | 135 | 0 | 136 | 56 | 40 | 511 | 131 | 44 |
| Binary | 10101101 | 1010 | 1011101 | 0 | 1011110 | 101110 | 100000 | 101001001 | 1011001 | 100100 |
Color Harmonies of #AD0A5D
Complementary color
Monochromatic Colors of #AD0A5D
Black with #AD0A5D
Text Example
Text Example
White with #AD0A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0A5D; }
p { color: rgb(173,10,93); }
H1.HeaderClassName
{
color: #AD0A5D;
}
.AnyTagClassName
{
color: #AD0A5D;
}
</style>
background-color css
<style>
a { background-color: #AD0A5D; }
a { background-color: rgb(173,10,93); }
div.DivClassName
{
background-color: #AD0A5D;
}
.BgClassName
{
background-color: #AD0A5D;
}
</style>
border-color css
<style>
span { border-color: #AD0A5D; }
span { border-color: rgb(173,10,93); }
td.TdClassName
{
border-color: #AD0A5D;
}
.TagClassName
{
border-color: #AD0A5D;
}
</style>