Shades of Jazzberry Jam #AD1069
Tints of Jazzberry Jam #AD1069
RGB
CMYK
RGB Variations
Color information
#AD1069 (or 0xAD1069) is known color: Jazzberry Jam. HEX triplet: AD, 10 and 69. RGB value is (173,16,105). Sum of RGB (Red+Green+Blue) = 173+16+105=294 (38% of max value = 765). Red value is 173 (67.97% from 255 or 58.84% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 105 (41.41% from 255 or 35.71% from 294); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1069 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1069 is #52EF96. Grayscale: #484848. Windows color (decimal): -5435287 or 6885549. OLE color: 6885549.
HSL color Cylindrical-coordinate representation of color #AD1069: hue angle of 325.99º 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 #AD1069 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 16 | 105 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.32 |
| HSL | 325.99º | 0.83% | 0.37% | - |
| HSV(B) | 325.99º | 0.91% | 0.68% | - |
| XYZ | 19.97 | 10.27 | 14.3 | - |
| YUV | 73.09 | 146.01 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 16 | 105 | 0 | 0.91 | 0.39 | 0.32 | 325.99 | 0.83 | 0.37 |
| Hex | AD | 10 | 69 | 0 | 5B | 27 | 20 | 146 | 53 | 25 |
| Octal | 255 | 20 | 151 | 0 | 133 | 47 | 40 | 506 | 123 | 45 |
| Binary | 10101101 | 10000 | 1101001 | 0 | 1011011 | 100111 | 100000 | 101000110 | 1010011 | 100101 |
Color Harmonies of #AD1069
Complementary color
Monochromatic Colors of #AD1069
Black with #AD1069
Text Example
Text Example
White with #AD1069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1069; }
p { color: rgb(173,16,105); }
H1.HeaderClassName
{
color: #AD1069;
}
.AnyTagClassName
{
color: #AD1069;
}
</style>
background-color css
<style>
a { background-color: #AD1069; }
a { background-color: rgb(173,16,105); }
div.DivClassName
{
background-color: #AD1069;
}
.BgClassName
{
background-color: #AD1069;
}
</style>
border-color css
<style>
span { border-color: #AD1069; }
span { border-color: rgb(173,16,105); }
td.TdClassName
{
border-color: #AD1069;
}
.TagClassName
{
border-color: #AD1069;
}
</style>