Shades of Jazzberry Jam #AD0369
Tints of Jazzberry Jam #AD0369
RGB
CMYK
RGB Variations
Color information
#AD0369 (or 0xAD0369) is known color: Jazzberry Jam. HEX triplet: AD, 03 and 69. RGB value is (173,3,105). Sum of RGB (Red+Green+Blue) = 173+3+105=281 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.57% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 105 (41.41% from 255 or 37.37% from 281); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0369 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0369 is #52FC96. Grayscale: #414141. Windows color (decimal): -5438615 or 6882221. OLE color: 6882221.
HSL color Cylindrical-coordinate representation of color #AD0369: hue angle of 324º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD0369 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 3 | 105 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.32 |
| HSL | 324º | 0.97% | 0.35% | - |
| HSV(B) | 324º | 0.98% | 0.68% | - |
| XYZ | 19.82 | 9.97 | 14.24 | - |
| YUV | 65.46 | 150.32 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 105 | 0 | 0.98 | 0.39 | 0.32 | 324 | 0.97 | 0.35 |
| Hex | AD | 3 | 69 | 0 | 62 | 27 | 20 | 144 | 61 | 23 |
| Octal | 255 | 3 | 151 | 0 | 142 | 47 | 40 | 504 | 141 | 43 |
| Binary | 10101101 | 11 | 1101001 | 0 | 1100010 | 100111 | 100000 | 101000100 | 1100001 | 100011 |
Color Harmonies of #AD0369
Complementary color
Monochromatic Colors of #AD0369
Black with #AD0369
Text Example
Text Example
White with #AD0369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0369; }
p { color: rgb(173,3,105); }
H1.HeaderClassName
{
color: #AD0369;
}
.AnyTagClassName
{
color: #AD0369;
}
</style>
background-color css
<style>
a { background-color: #AD0369; }
a { background-color: rgb(173,3,105); }
div.DivClassName
{
background-color: #AD0369;
}
.BgClassName
{
background-color: #AD0369;
}
</style>
border-color css
<style>
span { border-color: #AD0369; }
span { border-color: rgb(173,3,105); }
td.TdClassName
{
border-color: #AD0369;
}
.TagClassName
{
border-color: #AD0369;
}
</style>