Shades of Jazzberry Jam #AD0969
Tints of Jazzberry Jam #AD0969
RGB
CMYK
RGB Variations
Color information
#AD0969 (or 0xAD0969) is known color: Jazzberry Jam. HEX triplet: AD, 09 and 69. RGB value is (173,9,105). Sum of RGB (Red+Green+Blue) = 173+9+105=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 9 (3.91% from 255 or 3.14% from 287); Blue value is 105 (41.41% from 255 or 36.59% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0969 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0969 is #52F696. Grayscale: #444444. Windows color (decimal): -5437079 or 6883757. OLE color: 6883757.
HSL color Cylindrical-coordinate representation of color #AD0969: hue angle of 324.88º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0969 is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 105 | - |
| CMYK | 0 | 0.95 | 0.39 | 0.32 |
| HSL | 324.88º | 0.9% | 0.36% | - |
| HSV(B) | 324.88º | 0.95% | 0.68% | - |
| XYZ | 19.88 | 10.1 | 14.27 | - |
| YUV | 68.98 | 148.33 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 105 | 0 | 0.95 | 0.39 | 0.32 | 324.88 | 0.9 | 0.36 |
| Hex | AD | 9 | 69 | 0 | 5F | 27 | 20 | 145 | 5A | 24 |
| Octal | 255 | 11 | 151 | 0 | 137 | 47 | 40 | 505 | 132 | 44 |
| Binary | 10101101 | 1001 | 1101001 | 0 | 1011111 | 100111 | 100000 | 101000101 | 1011010 | 100100 |
Color Harmonies of #AD0969
Complementary color
Monochromatic Colors of #AD0969
Black with #AD0969
Text Example
Text Example
White with #AD0969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0969; }
p { color: rgb(173,9,105); }
H1.HeaderClassName
{
color: #AD0969;
}
.AnyTagClassName
{
color: #AD0969;
}
</style>
background-color css
<style>
a { background-color: #AD0969; }
a { background-color: rgb(173,9,105); }
div.DivClassName
{
background-color: #AD0969;
}
.BgClassName
{
background-color: #AD0969;
}
</style>
border-color css
<style>
span { border-color: #AD0969; }
span { border-color: rgb(173,9,105); }
td.TdClassName
{
border-color: #AD0969;
}
.TagClassName
{
border-color: #AD0969;
}
</style>