Shades of Jazzberry Jam #AD066A
Tints of Jazzberry Jam #AD066A
RGB
CMYK
RGB Variations
Color information
#AD066A (or 0xAD066A) is known color: Jazzberry Jam. HEX triplet: AD, 06 and 6A. RGB value is (173,6,106). Sum of RGB (Red+Green+Blue) = 173+6+106=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 6 (2.73% from 255 or 2.11% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD066A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD066A is #52F995. Grayscale: #434343. Windows color (decimal): -5437846 or 6948525. OLE color: 6948525.
HSL color Cylindrical-coordinate representation of color #AD066A: hue angle of 324.07º 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 #AD066A is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 6 | 106 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.32 |
| HSL | 324.07º | 0.93% | 0.35% | - |
| HSV(B) | 324.07º | 0.97% | 0.68% | - |
| XYZ | 19.9 | 10.06 | 14.53 | - |
| YUV | 67.33 | 149.83 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 106 | 0 | 0.97 | 0.39 | 0.32 | 324.07 | 0.93 | 0.35 |
| Hex | AD | 6 | 6A | 0 | 61 | 27 | 20 | 144 | 5D | 23 |
| Octal | 255 | 6 | 152 | 0 | 141 | 47 | 40 | 504 | 135 | 43 |
| Binary | 10101101 | 110 | 1101010 | 0 | 1100001 | 100111 | 100000 | 101000100 | 1011101 | 100011 |
Color Harmonies of #AD066A
Complementary color
Monochromatic Colors of #AD066A
Black with #AD066A
Text Example
Text Example
White with #AD066A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD066A; }
p { color: rgb(173,6,106); }
H1.HeaderClassName
{
color: #AD066A;
}
.AnyTagClassName
{
color: #AD066A;
}
</style>
background-color css
<style>
a { background-color: #AD066A; }
a { background-color: rgb(173,6,106); }
div.DivClassName
{
background-color: #AD066A;
}
.BgClassName
{
background-color: #AD066A;
}
</style>
border-color css
<style>
span { border-color: #AD066A; }
span { border-color: rgb(173,6,106); }
td.TdClassName
{
border-color: #AD066A;
}
.TagClassName
{
border-color: #AD066A;
}
</style>