Shades of Jazzberry Jam #AD0A5E
Tints of Jazzberry Jam #AD0A5E
RGB
CMYK
RGB Variations
Color information
#AD0A5E (or 0xAD0A5E) is known color: Jazzberry Jam. HEX triplet: AD, 0A and 5E. RGB value is (173,10,94). Sum of RGB (Red+Green+Blue) = 173+10+94=277 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.45% from 277); Green value is 10 (4.30% from 255 or 3.61% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0A5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0A5E is #52F5A1. Grayscale: #444444. Windows color (decimal): -5436834 or 6163117. OLE color: 6163117.
HSL color Cylindrical-coordinate representation of color #AD0A5E: hue angle of 329.08º 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 #AD0A5E is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 10 | 94 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.32 |
| HSL | 329.08º | 0.89% | 0.36% | - |
| HSV(B) | 329.08º | 0.94% | 0.68% | - |
| XYZ | 19.36 | 9.91 | 11.48 | - |
| YUV | 68.31 | 142.5 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 10 | 94 | 0 | 0.94 | 0.46 | 0.32 | 329.08 | 0.89 | 0.36 |
| Hex | AD | A | 5E | 0 | 5E | 2E | 20 | 149 | 59 | 24 |
| Octal | 255 | 12 | 136 | 0 | 136 | 56 | 40 | 511 | 131 | 44 |
| Binary | 10101101 | 1010 | 1011110 | 0 | 1011110 | 101110 | 100000 | 101001001 | 1011001 | 100100 |
Color Harmonies of #AD0A5E
Complementary color
Monochromatic Colors of #AD0A5E
Black with #AD0A5E
Text Example
Text Example
White with #AD0A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0A5E; }
p { color: rgb(173,10,94); }
H1.HeaderClassName
{
color: #AD0A5E;
}
.AnyTagClassName
{
color: #AD0A5E;
}
</style>
background-color css
<style>
a { background-color: #AD0A5E; }
a { background-color: rgb(173,10,94); }
div.DivClassName
{
background-color: #AD0A5E;
}
.BgClassName
{
background-color: #AD0A5E;
}
</style>
border-color css
<style>
span { border-color: #AD0A5E; }
span { border-color: rgb(173,10,94); }
td.TdClassName
{
border-color: #AD0A5E;
}
.TagClassName
{
border-color: #AD0A5E;
}
</style>