Shades of Jazzberry Jam #AD0669
Tints of Jazzberry Jam #AD0669
RGB
CMYK
RGB Variations
Color information
#AD0669 (or 0xAD0669) is known color: Jazzberry Jam. HEX triplet: AD, 06 and 69. RGB value is (173,6,105). Sum of RGB (Red+Green+Blue) = 173+6+105=284 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.92% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 105 (41.41% from 255 or 36.97% from 284); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0669 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0669 is #52F996. Grayscale: #424242. Windows color (decimal): -5437847 or 6882989. OLE color: 6882989.
HSL color Cylindrical-coordinate representation of color #AD0669: hue angle of 324.43º 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 #AD0669 is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 6 | 105 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.32 |
| HSL | 324.43º | 0.93% | 0.35% | - |
| HSV(B) | 324.43º | 0.97% | 0.68% | - |
| XYZ | 19.85 | 10.03 | 14.26 | - |
| YUV | 67.22 | 149.33 | 203.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 105 | 0 | 0.97 | 0.39 | 0.32 | 324.43 | 0.93 | 0.35 |
| Hex | AD | 6 | 69 | 0 | 61 | 27 | 20 | 144 | 5D | 23 |
| Octal | 255 | 6 | 151 | 0 | 141 | 47 | 40 | 504 | 135 | 43 |
| Binary | 10101101 | 110 | 1101001 | 0 | 1100001 | 100111 | 100000 | 101000100 | 1011101 | 100011 |
Color Harmonies of #AD0669
Complementary color
Monochromatic Colors of #AD0669
Black with #AD0669
Text Example
Text Example
White with #AD0669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0669; }
p { color: rgb(173,6,105); }
H1.HeaderClassName
{
color: #AD0669;
}
.AnyTagClassName
{
color: #AD0669;
}
</style>
background-color css
<style>
a { background-color: #AD0669; }
a { background-color: rgb(173,6,105); }
div.DivClassName
{
background-color: #AD0669;
}
.BgClassName
{
background-color: #AD0669;
}
</style>
border-color css
<style>
span { border-color: #AD0669; }
span { border-color: rgb(173,6,105); }
td.TdClassName
{
border-color: #AD0669;
}
.TagClassName
{
border-color: #AD0669;
}
</style>