Shades of Jazzberry Jam #AD006C
Tints of Jazzberry Jam #AD006C
RGB
CMYK
RGB Variations
Color information
#AD006C (or 0xAD006C) is known color: Jazzberry Jam. HEX triplet: AD, 00 and 6C. RGB value is (173,0,108). Sum of RGB (Red+Green+Blue) = 173+0+108=281 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.57% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 173 - color contains mainly: red. Hex color #AD006C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD006C is #52FF93. Grayscale: #3F3F3F. Windows color (decimal): -5439380 or 7078061. OLE color: 7078061.
HSL color Cylindrical-coordinate representation of color #AD006C: hue angle of 322.54º 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 #AD006C is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 0 | 108 | - |
| CMYK | 0 | 1 | 0.38 | 0.32 |
| HSL | 322.54º | 1% | 0.34% | - |
| HSV(B) | 322.54º | 1% | 0.68% | - |
| XYZ | 19.94 | 9.97 | 15.06 | - |
| YUV | 64.04 | 152.81 | 205.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 108 | 0 | 1 | 0.38 | 0.32 | 322.54 | 1 | 0.34 |
| Hex | AD | 0 | 6C | 0 | 64 | 26 | 20 | 143 | 64 | 22 |
| Octal | 255 | 0 | 154 | 0 | 144 | 46 | 40 | 503 | 144 | 42 |
| Binary | 10101101 | 0 | 1101100 | 0 | 1100100 | 100110 | 100000 | 101000011 | 1100100 | 100010 |
Color Harmonies of #AD006C
Complementary color
Monochromatic Colors of #AD006C
Black with #AD006C
Text Example
Text Example
White with #AD006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD006C; }
p { color: rgb(173,0,108); }
H1.HeaderClassName
{
color: #AD006C;
}
.AnyTagClassName
{
color: #AD006C;
}
</style>
background-color css
<style>
a { background-color: #AD006C; }
a { background-color: rgb(173,0,108); }
div.DivClassName
{
background-color: #AD006C;
}
.BgClassName
{
background-color: #AD006C;
}
</style>
border-color css
<style>
span { border-color: #AD006C; }
span { border-color: rgb(173,0,108); }
td.TdClassName
{
border-color: #AD006C;
}
.TagClassName
{
border-color: #AD006C;
}
</style>