Shades of Jazzberry Jam #AD1066
Tints of Jazzberry Jam #AD1066
RGB
CMYK
RGB Variations
Color information
#AD1066 (or 0xAD1066) is known color: Jazzberry Jam. HEX triplet: AD, 10 and 66. RGB value is (173,16,102). Sum of RGB (Red+Green+Blue) = 173+16+102=291 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.45% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 102 (40.23% from 255 or 35.05% from 291); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1066 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1066 is #52EF99. Grayscale: #484848. Windows color (decimal): -5435290 or 6688941. OLE color: 6688941.
HSL color Cylindrical-coordinate representation of color #AD1066: hue angle of 327.13º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD1066 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 16 | 102 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.32 |
| HSL | 327.13º | 0.83% | 0.37% | - |
| HSV(B) | 327.13º | 0.91% | 0.68% | - |
| XYZ | 19.82 | 10.21 | 13.5 | - |
| YUV | 72.75 | 144.51 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 16 | 102 | 0 | 0.91 | 0.41 | 0.32 | 327.13 | 0.83 | 0.37 |
| Hex | AD | 10 | 66 | 0 | 5B | 29 | 20 | 147 | 53 | 25 |
| Octal | 255 | 20 | 146 | 0 | 133 | 51 | 40 | 507 | 123 | 45 |
| Binary | 10101101 | 10000 | 1100110 | 0 | 1011011 | 101001 | 100000 | 101000111 | 1010011 | 100101 |
Color Harmonies of #AD1066
Complementary color
Monochromatic Colors of #AD1066
Black with #AD1066
Text Example
Text Example
White with #AD1066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1066; }
p { color: rgb(173,16,102); }
H1.HeaderClassName
{
color: #AD1066;
}
.AnyTagClassName
{
color: #AD1066;
}
</style>
background-color css
<style>
a { background-color: #AD1066; }
a { background-color: rgb(173,16,102); }
div.DivClassName
{
background-color: #AD1066;
}
.BgClassName
{
background-color: #AD1066;
}
</style>
border-color css
<style>
span { border-color: #AD1066; }
span { border-color: rgb(173,16,102); }
td.TdClassName
{
border-color: #AD1066;
}
.TagClassName
{
border-color: #AD1066;
}
</style>