Shades of Jazzberry Jam #AD0869
Tints of Jazzberry Jam #AD0869
RGB
CMYK
RGB Variations
Color information
#AD0869 (or 0xAD0869) is known color: Jazzberry Jam. HEX triplet: AD, 08 and 69. RGB value is (173,8,105). Sum of RGB (Red+Green+Blue) = 173+8+105=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 105 (41.41% from 255 or 36.71% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0869 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0869 is #52F796. Grayscale: #444444. Windows color (decimal): -5437335 or 6883501. OLE color: 6883501.
HSL color Cylindrical-coordinate representation of color #AD0869: hue angle of 324.73º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0869 is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 8 | 105 | - |
| CMYK | 0 | 0.95 | 0.39 | 0.32 |
| HSL | 324.73º | 0.91% | 0.35% | - |
| HSV(B) | 324.73º | 0.95% | 0.68% | - |
| XYZ | 19.87 | 10.08 | 14.26 | - |
| YUV | 68.39 | 148.66 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 8 | 105 | 0 | 0.95 | 0.39 | 0.32 | 324.73 | 0.91 | 0.35 |
| Hex | AD | 8 | 69 | 0 | 5F | 27 | 20 | 145 | 5B | 23 |
| Octal | 255 | 10 | 151 | 0 | 137 | 47 | 40 | 505 | 133 | 43 |
| Binary | 10101101 | 1000 | 1101001 | 0 | 1011111 | 100111 | 100000 | 101000101 | 1011011 | 100011 |
Color Harmonies of #AD0869
Complementary color
Monochromatic Colors of #AD0869
Black with #AD0869
Text Example
Text Example
White with #AD0869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0869; }
p { color: rgb(173,8,105); }
H1.HeaderClassName
{
color: #AD0869;
}
.AnyTagClassName
{
color: #AD0869;
}
</style>
background-color css
<style>
a { background-color: #AD0869; }
a { background-color: rgb(173,8,105); }
div.DivClassName
{
background-color: #AD0869;
}
.BgClassName
{
background-color: #AD0869;
}
</style>
border-color css
<style>
span { border-color: #AD0869; }
span { border-color: rgb(173,8,105); }
td.TdClassName
{
border-color: #AD0869;
}
.TagClassName
{
border-color: #AD0869;
}
</style>