Shades of Jazzberry Jam #AD1057
Tints of Jazzberry Jam #AD1057
RGB
CMYK
RGB Variations
Color information
#AD1057 (or 0xAD1057) is known color: Jazzberry Jam. HEX triplet: AD, 10 and 57. RGB value is (173,16,87). Sum of RGB (Red+Green+Blue) = 173+16+87=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 87 (34.38% from 255 or 31.52% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1057 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1057 is #52EFA8. Grayscale: #464646. Windows color (decimal): -5435305 or 5705901. OLE color: 5705901.
HSL color Cylindrical-coordinate representation of color #AD1057: hue angle of 332.87º degrees, saturation: 0.83, 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 #AD1057 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 16 | 87 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.32 |
| HSL | 332.87º | 0.83% | 0.37% | - |
| HSV(B) | 332.87º | 0.91% | 0.68% | - |
| XYZ | 19.14 | 9.94 | 9.93 | - |
| YUV | 71.04 | 137.01 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 16 | 87 | 0 | 0.91 | 0.50 | 0.32 | 332.87 | 0.83 | 0.37 |
| Hex | AD | 10 | 57 | 0 | 5B | 32 | 20 | 14D | 53 | 25 |
| Octal | 255 | 20 | 127 | 0 | 133 | 62 | 40 | 515 | 123 | 45 |
| Binary | 10101101 | 10000 | 1010111 | 0 | 1011011 | 110010 | 100000 | 101001101 | 1010011 | 100101 |
Color Harmonies of #AD1057
Complementary color
Monochromatic Colors of #AD1057
Black with #AD1057
Text Example
Text Example
White with #AD1057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1057; }
p { color: rgb(173,16,87); }
H1.HeaderClassName
{
color: #AD1057;
}
.AnyTagClassName
{
color: #AD1057;
}
</style>
background-color css
<style>
a { background-color: #AD1057; }
a { background-color: rgb(173,16,87); }
div.DivClassName
{
background-color: #AD1057;
}
.BgClassName
{
background-color: #AD1057;
}
</style>
border-color css
<style>
span { border-color: #AD1057; }
span { border-color: rgb(173,16,87); }
td.TdClassName
{
border-color: #AD1057;
}
.TagClassName
{
border-color: #AD1057;
}
</style>