Shades of Jazzberry Jam #A81567
Tints of Jazzberry Jam #A81567
RGB
CMYK
RGB Variations
Color information
#A81567 (or 0xA81567) is known color: Jazzberry Jam. HEX triplet: A8, 15 and 67. RGB value is (168,21,103). Sum of RGB (Red+Green+Blue) = 168+21+103=292 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.53% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 103 (40.62% from 255 or 35.27% from 292); Max value from RGB is 168 - color contains mainly: red. Hex color #A81567 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81567 is #57EA98. Grayscale: #4A4A4A. Windows color (decimal): -5761689 or 6755752. OLE color: 6755752.
HSL color Cylindrical-coordinate representation of color #A81567: hue angle of 326.53º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A81567 is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 21 | 103 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.34 |
| HSL | 326.53º | 0.78% | 0.37% | - |
| HSV(B) | 326.53º | 0.88% | 0.66% | - |
| XYZ | 18.86 | 9.84 | 13.74 | - |
| YUV | 74.3 | 144.2 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 21 | 103 | 0 | 0.88 | 0.39 | 0.34 | 326.53 | 0.78 | 0.37 |
| Hex | A8 | 15 | 67 | 0 | 58 | 27 | 22 | 147 | 4E | 25 |
| Octal | 250 | 25 | 147 | 0 | 130 | 47 | 42 | 507 | 116 | 45 |
| Binary | 10101000 | 10101 | 1100111 | 0 | 1011000 | 100111 | 100010 | 101000111 | 1001110 | 100101 |
Color Harmonies of #A81567
Complementary color
Monochromatic Colors of #A81567
Black with #A81567
Text Example
Text Example
White with #A81567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81567; }
p { color: rgb(168,21,103); }
H1.HeaderClassName
{
color: #A81567;
}
.AnyTagClassName
{
color: #A81567;
}
</style>
background-color css
<style>
a { background-color: #A81567; }
a { background-color: rgb(168,21,103); }
div.DivClassName
{
background-color: #A81567;
}
.BgClassName
{
background-color: #A81567;
}
</style>
border-color css
<style>
span { border-color: #A81567; }
span { border-color: rgb(168,21,103); }
td.TdClassName
{
border-color: #A81567;
}
.TagClassName
{
border-color: #A81567;
}
</style>