Shades of Jazzberry Jam #AD0F6D
Tints of Jazzberry Jam #AD0F6D
RGB
CMYK
RGB Variations
Color information
#AD0F6D (or 0xAD0F6D) is known color: Jazzberry Jam. HEX triplet: AD, 0F and 6D. RGB value is (173,15,109). Sum of RGB (Red+Green+Blue) = 173+15+109=297 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.25% from 297); Green value is 15 (6.25% from 255 or 5.05% from 297); Blue value is 109 (42.97% from 255 or 36.70% from 297); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0F6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0F6D is #52F092. Grayscale: #484848. Windows color (decimal): -5435539 or 7147437. OLE color: 7147437.
HSL color Cylindrical-coordinate representation of color #AD0F6D: hue angle of 324.3º degrees, saturation: 0.84, 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 #AD0F6D is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 15 | 109 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.32 |
| HSL | 324.3º | 0.84% | 0.37% | - |
| HSV(B) | 324.3º | 0.91% | 0.68% | - |
| XYZ | 20.16 | 10.33 | 15.4 | - |
| YUV | 72.96 | 148.35 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 15 | 109 | 0 | 0.91 | 0.37 | 0.32 | 324.3 | 0.84 | 0.37 |
| Hex | AD | F | 6D | 0 | 5B | 25 | 20 | 144 | 54 | 25 |
| Octal | 255 | 17 | 155 | 0 | 133 | 45 | 40 | 504 | 124 | 45 |
| Binary | 10101101 | 1111 | 1101101 | 0 | 1011011 | 100101 | 100000 | 101000100 | 1010100 | 100101 |
Color Harmonies of #AD0F6D
Complementary color
Monochromatic Colors of #AD0F6D
Black with #AD0F6D
Text Example
Text Example
White with #AD0F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0F6D; }
p { color: rgb(173,15,109); }
H1.HeaderClassName
{
color: #AD0F6D;
}
.AnyTagClassName
{
color: #AD0F6D;
}
</style>
background-color css
<style>
a { background-color: #AD0F6D; }
a { background-color: rgb(173,15,109); }
div.DivClassName
{
background-color: #AD0F6D;
}
.BgClassName
{
background-color: #AD0F6D;
}
</style>
border-color css
<style>
span { border-color: #AD0F6D; }
span { border-color: rgb(173,15,109); }
td.TdClassName
{
border-color: #AD0F6D;
}
.TagClassName
{
border-color: #AD0F6D;
}
</style>