Shades of Jazzberry Jam #AD0765
Tints of Jazzberry Jam #AD0765
RGB
CMYK
RGB Variations
Color information
#AD0765 (or 0xAD0765) is known color: Jazzberry Jam. HEX triplet: AD, 07 and 65. RGB value is (173,7,101). Sum of RGB (Red+Green+Blue) = 173+7+101=281 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.57% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0765 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0765 is #52F89A. Grayscale: #434343. Windows color (decimal): -5437595 or 6621101. OLE color: 6621101.
HSL color Cylindrical-coordinate representation of color #AD0765: hue angle of 326.02º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD0765 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 7 | 101 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.32 |
| HSL | 326.02º | 0.92% | 0.35% | - |
| HSV(B) | 326.02º | 0.96% | 0.68% | - |
| XYZ | 19.66 | 9.98 | 13.2 | - |
| YUV | 67.35 | 147 | 203.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 7 | 101 | 0 | 0.96 | 0.42 | 0.32 | 326.02 | 0.92 | 0.35 |
| Hex | AD | 7 | 65 | 0 | 60 | 2A | 20 | 146 | 5C | 23 |
| Octal | 255 | 7 | 145 | 0 | 140 | 52 | 40 | 506 | 134 | 43 |
| Binary | 10101101 | 111 | 1100101 | 0 | 1100000 | 101010 | 100000 | 101000110 | 1011100 | 100011 |
Color Harmonies of #AD0765
Complementary color
Monochromatic Colors of #AD0765
Black with #AD0765
Text Example
Text Example
White with #AD0765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0765; }
p { color: rgb(173,7,101); }
H1.HeaderClassName
{
color: #AD0765;
}
.AnyTagClassName
{
color: #AD0765;
}
</style>
background-color css
<style>
a { background-color: #AD0765; }
a { background-color: rgb(173,7,101); }
div.DivClassName
{
background-color: #AD0765;
}
.BgClassName
{
background-color: #AD0765;
}
</style>
border-color css
<style>
span { border-color: #AD0765; }
span { border-color: rgb(173,7,101); }
td.TdClassName
{
border-color: #AD0765;
}
.TagClassName
{
border-color: #AD0765;
}
</style>