Shades of Jazzberry Jam #AD056C
Tints of Jazzberry Jam #AD056C
RGB
CMYK
RGB Variations
Color information
#AD056C (or 0xAD056C) is known color: Jazzberry Jam. HEX triplet: AD, 05 and 6C. RGB value is (173,5,108). Sum of RGB (Red+Green+Blue) = 173+5+108=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 5 (2.34% from 255 or 1.75% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD056C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD056C is #52FA93. Grayscale: #424242. Windows color (decimal): -5438100 or 7079341. OLE color: 7079341.
HSL color Cylindrical-coordinate representation of color #AD056C: hue angle of 323.21º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD056C is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 5 | 108 | - |
| CMYK | 0 | 0.97 | 0.38 | 0.32 |
| HSL | 323.21º | 0.94% | 0.35% | - |
| HSV(B) | 323.21º | 0.97% | 0.68% | - |
| XYZ | 19.99 | 10.08 | 15.08 | - |
| YUV | 66.97 | 151.16 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 5 | 108 | 0 | 0.97 | 0.38 | 0.32 | 323.21 | 0.94 | 0.35 |
| Hex | AD | 5 | 6C | 0 | 61 | 26 | 20 | 143 | 5E | 23 |
| Octal | 255 | 5 | 154 | 0 | 141 | 46 | 40 | 503 | 136 | 43 |
| Binary | 10101101 | 101 | 1101100 | 0 | 1100001 | 100110 | 100000 | 101000011 | 1011110 | 100011 |
Color Harmonies of #AD056C
Complementary color
Monochromatic Colors of #AD056C
Black with #AD056C
Text Example
Text Example
White with #AD056C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD056C; }
p { color: rgb(173,5,108); }
H1.HeaderClassName
{
color: #AD056C;
}
.AnyTagClassName
{
color: #AD056C;
}
</style>
background-color css
<style>
a { background-color: #AD056C; }
a { background-color: rgb(173,5,108); }
div.DivClassName
{
background-color: #AD056C;
}
.BgClassName
{
background-color: #AD056C;
}
</style>
border-color css
<style>
span { border-color: #AD056C; }
span { border-color: rgb(173,5,108); }
td.TdClassName
{
border-color: #AD056C;
}
.TagClassName
{
border-color: #AD056C;
}
</style>