Shades of Jazzberry Jam #AD066C
Tints of Jazzberry Jam #AD066C
RGB
CMYK
RGB Variations
Color information
#AD066C (or 0xAD066C) is known color: Jazzberry Jam. HEX triplet: AD, 06 and 6C. RGB value is (173,6,108). Sum of RGB (Red+Green+Blue) = 173+6+108=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 6 (2.73% from 255 or 2.09% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD066C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD066C is #52F993. Grayscale: #434343. Windows color (decimal): -5437844 or 7079597. OLE color: 7079597.
HSL color Cylindrical-coordinate representation of color #AD066C: hue angle of 323.35º 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 #AD066C is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 6 | 108 | - |
| CMYK | 0 | 0.97 | 0.38 | 0.32 |
| HSL | 323.35º | 0.93% | 0.35% | - |
| HSV(B) | 323.35º | 0.97% | 0.68% | - |
| XYZ | 20.01 | 10.1 | 15.08 | - |
| YUV | 67.56 | 150.83 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 108 | 0 | 0.97 | 0.38 | 0.32 | 323.35 | 0.93 | 0.35 |
| Hex | AD | 6 | 6C | 0 | 61 | 26 | 20 | 143 | 5D | 23 |
| Octal | 255 | 6 | 154 | 0 | 141 | 46 | 40 | 503 | 135 | 43 |
| Binary | 10101101 | 110 | 1101100 | 0 | 1100001 | 100110 | 100000 | 101000011 | 1011101 | 100011 |
Color Harmonies of #AD066C
Complementary color
Monochromatic Colors of #AD066C
Black with #AD066C
Text Example
Text Example
White with #AD066C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD066C; }
p { color: rgb(173,6,108); }
H1.HeaderClassName
{
color: #AD066C;
}
.AnyTagClassName
{
color: #AD066C;
}
</style>
background-color css
<style>
a { background-color: #AD066C; }
a { background-color: rgb(173,6,108); }
div.DivClassName
{
background-color: #AD066C;
}
.BgClassName
{
background-color: #AD066C;
}
</style>
border-color css
<style>
span { border-color: #AD066C; }
span { border-color: rgb(173,6,108); }
td.TdClassName
{
border-color: #AD066C;
}
.TagClassName
{
border-color: #AD066C;
}
</style>