Shades of Jazzberry Jam #AD006B
Tints of Jazzberry Jam #AD006B
RGB
CMYK
RGB Variations
Color information
#AD006B (or 0xAD006B) is known color: Jazzberry Jam. HEX triplet: AD, 00 and 6B. RGB value is (173,0,107). Sum of RGB (Red+Green+Blue) = 173+0+107=280 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.79% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 173 - color contains mainly: red. Hex color #AD006B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD006B is #52FF94. Grayscale: #3F3F3F. Windows color (decimal): -5439381 or 7012525. OLE color: 7012525.
HSL color Cylindrical-coordinate representation of color #AD006B: hue angle of 322.89º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD006B is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 0 | 107 | - |
| CMYK | 0 | 1 | 0.38 | 0.32 |
| HSL | 322.89º | 1% | 0.34% | - |
| HSV(B) | 322.89º | 1% | 0.68% | - |
| XYZ | 19.89 | 9.95 | 14.78 | - |
| YUV | 63.93 | 152.31 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 107 | 0 | 1 | 0.38 | 0.32 | 322.89 | 1 | 0.34 |
| Hex | AD | 0 | 6B | 0 | 64 | 26 | 20 | 143 | 64 | 22 |
| Octal | 255 | 0 | 153 | 0 | 144 | 46 | 40 | 503 | 144 | 42 |
| Binary | 10101101 | 0 | 1101011 | 0 | 1100100 | 100110 | 100000 | 101000011 | 1100100 | 100010 |
Color Harmonies of #AD006B
Complementary color
Monochromatic Colors of #AD006B
Black with #AD006B
Text Example
Text Example
White with #AD006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD006B; }
p { color: rgb(173,0,107); }
H1.HeaderClassName
{
color: #AD006B;
}
.AnyTagClassName
{
color: #AD006B;
}
</style>
background-color css
<style>
a { background-color: #AD006B; }
a { background-color: rgb(173,0,107); }
div.DivClassName
{
background-color: #AD006B;
}
.BgClassName
{
background-color: #AD006B;
}
</style>
border-color css
<style>
span { border-color: #AD006B; }
span { border-color: rgb(173,0,107); }
td.TdClassName
{
border-color: #AD006B;
}
.TagClassName
{
border-color: #AD006B;
}
</style>