Shades of Jazzberry Jam #AD1F6D
Tints of Jazzberry Jam #AD1F6D
RGB
CMYK
RGB Variations
Color information
#AD1F6D (or 0xAD1F6D) is known color: Jazzberry Jam. HEX triplet: AD, 1F and 6D. RGB value is (173,31,109). Sum of RGB (Red+Green+Blue) = 173+31+109=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 31 (12.5% from 255 or 9.90% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1F6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1F6D is #52E092. Grayscale: #525252. Windows color (decimal): -5431443 or 7151533. OLE color: 7151533.
HSL color Cylindrical-coordinate representation of color #AD1F6D: hue angle of 327.04º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD1F6D is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 31 | 109 | - |
| CMYK | 0 | 0.82 | 0.37 | 0.32 |
| HSL | 327.04º | 0.7% | 0.4% | - |
| HSV(B) | 327.04º | 0.82% | 0.68% | - |
| XYZ | 20.48 | 10.97 | 15.51 | - |
| YUV | 82.35 | 143.04 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 31 | 109 | 0 | 0.82 | 0.37 | 0.32 | 327.04 | 0.7 | 0.4 |
| Hex | AD | 1F | 6D | 0 | 52 | 25 | 20 | 147 | 46 | 28 |
| Octal | 255 | 37 | 155 | 0 | 122 | 45 | 40 | 507 | 106 | 50 |
| Binary | 10101101 | 11111 | 1101101 | 0 | 1010010 | 100101 | 100000 | 101000111 | 1000110 | 101000 |
Color Harmonies of #AD1F6D
Complementary color
Monochromatic Colors of #AD1F6D
Black with #AD1F6D
Text Example
Text Example
White with #AD1F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1F6D; }
p { color: rgb(173,31,109); }
H1.HeaderClassName
{
color: #AD1F6D;
}
.AnyTagClassName
{
color: #AD1F6D;
}
</style>
background-color css
<style>
a { background-color: #AD1F6D; }
a { background-color: rgb(173,31,109); }
div.DivClassName
{
background-color: #AD1F6D;
}
.BgClassName
{
background-color: #AD1F6D;
}
</style>
border-color css
<style>
span { border-color: #AD1F6D; }
span { border-color: rgb(173,31,109); }
td.TdClassName
{
border-color: #AD1F6D;
}
.TagClassName
{
border-color: #AD1F6D;
}
</style>