Shades of Jazzberry Jam #AD0F5B
Tints of Jazzberry Jam #AD0F5B
RGB
CMYK
RGB Variations
Color information
#AD0F5B (or 0xAD0F5B) is known color: Jazzberry Jam. HEX triplet: AD, 0F and 5B. RGB value is (173,15,91). Sum of RGB (Red+Green+Blue) = 173+15+91=279 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.01% from 279); Green value is 15 (6.25% from 255 or 5.38% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0F5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0F5B is #52F0A4. Grayscale: #464646. Windows color (decimal): -5435557 or 5967789. OLE color: 5967789.
HSL color Cylindrical-coordinate representation of color #AD0F5B: hue angle of 331.14º 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 #AD0F5B is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 15 | 91 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.32 |
| HSL | 331.14º | 0.84% | 0.37% | - |
| HSV(B) | 331.14º | 0.91% | 0.68% | - |
| XYZ | 19.29 | 9.98 | 10.81 | - |
| YUV | 70.91 | 139.35 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 15 | 91 | 0 | 0.91 | 0.47 | 0.32 | 331.14 | 0.84 | 0.37 |
| Hex | AD | F | 5B | 0 | 5B | 2F | 20 | 14B | 54 | 25 |
| Octal | 255 | 17 | 133 | 0 | 133 | 57 | 40 | 513 | 124 | 45 |
| Binary | 10101101 | 1111 | 1011011 | 0 | 1011011 | 101111 | 100000 | 101001011 | 1010100 | 100101 |
Color Harmonies of #AD0F5B
Complementary color
Monochromatic Colors of #AD0F5B
Black with #AD0F5B
Text Example
Text Example
White with #AD0F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0F5B; }
p { color: rgb(173,15,91); }
H1.HeaderClassName
{
color: #AD0F5B;
}
.AnyTagClassName
{
color: #AD0F5B;
}
</style>
background-color css
<style>
a { background-color: #AD0F5B; }
a { background-color: rgb(173,15,91); }
div.DivClassName
{
background-color: #AD0F5B;
}
.BgClassName
{
background-color: #AD0F5B;
}
</style>
border-color css
<style>
span { border-color: #AD0F5B; }
span { border-color: rgb(173,15,91); }
td.TdClassName
{
border-color: #AD0F5B;
}
.TagClassName
{
border-color: #AD0F5B;
}
</style>