Shades of Jazzberry Jam #AD066B
Tints of Jazzberry Jam #AD066B
RGB
CMYK
RGB Variations
Color information
#AD066B (or 0xAD066B) is known color: Jazzberry Jam. HEX triplet: AD, 06 and 6B. RGB value is (173,6,107). Sum of RGB (Red+Green+Blue) = 173+6+107=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 6 (2.73% from 255 or 2.10% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD066B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD066B is #52F994. Grayscale: #434343. Windows color (decimal): -5437845 or 7014061. OLE color: 7014061.
HSL color Cylindrical-coordinate representation of color #AD066B: hue angle of 323.71º degrees, saturation: 0.93, 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 #AD066B is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 6 | 107 | - |
| CMYK | 0 | 0.97 | 0.38 | 0.32 |
| HSL | 323.71º | 0.93% | 0.35% | - |
| HSV(B) | 323.71º | 0.97% | 0.68% | - |
| XYZ | 19.95 | 10.08 | 14.8 | - |
| YUV | 67.45 | 150.33 | 203.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 107 | 0 | 0.97 | 0.38 | 0.32 | 323.71 | 0.93 | 0.35 |
| Hex | AD | 6 | 6B | 0 | 61 | 26 | 20 | 144 | 5D | 23 |
| Octal | 255 | 6 | 153 | 0 | 141 | 46 | 40 | 504 | 135 | 43 |
| Binary | 10101101 | 110 | 1101011 | 0 | 1100001 | 100110 | 100000 | 101000100 | 1011101 | 100011 |
Color Harmonies of #AD066B
Complementary color
Monochromatic Colors of #AD066B
Black with #AD066B
Text Example
Text Example
White with #AD066B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD066B; }
p { color: rgb(173,6,107); }
H1.HeaderClassName
{
color: #AD066B;
}
.AnyTagClassName
{
color: #AD066B;
}
</style>
background-color css
<style>
a { background-color: #AD066B; }
a { background-color: rgb(173,6,107); }
div.DivClassName
{
background-color: #AD066B;
}
.BgClassName
{
background-color: #AD066B;
}
</style>
border-color css
<style>
span { border-color: #AD066B; }
span { border-color: rgb(173,6,107); }
td.TdClassName
{
border-color: #AD066B;
}
.TagClassName
{
border-color: #AD066B;
}
</style>