Shades of Jazzberry Jam #A81063
Tints of Jazzberry Jam #A81063
RGB
CMYK
RGB Variations
Color information
#A81063 (or 0xA81063) is known color: Jazzberry Jam. HEX triplet: A8, 10 and 63. RGB value is (168,16,99). Sum of RGB (Red+Green+Blue) = 168+16+99=283 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.36% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 168 - color contains mainly: red. Hex color #A81063 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81063 is #57EF9C. Grayscale: #464646. Windows color (decimal): -5762973 or 6492328. OLE color: 6492328.
HSL color Cylindrical-coordinate representation of color #A81063: hue angle of 327.24º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A81063 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 16 | 99 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.34 |
| HSL | 327.24º | 0.83% | 0.36% | - |
| HSV(B) | 327.24º | 0.9% | 0.66% | - |
| XYZ | 18.59 | 9.6 | 12.68 | - |
| YUV | 70.91 | 143.86 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 99 | 0 | 0.90 | 0.41 | 0.34 | 327.24 | 0.83 | 0.36 |
| Hex | A8 | 10 | 63 | 0 | 5A | 29 | 22 | 147 | 53 | 24 |
| Octal | 250 | 20 | 143 | 0 | 132 | 51 | 42 | 507 | 123 | 44 |
| Binary | 10101000 | 10000 | 1100011 | 0 | 1011010 | 101001 | 100010 | 101000111 | 1010011 | 100100 |
Color Harmonies of #A81063
Complementary color
Monochromatic Colors of #A81063
Black with #A81063
Text Example
Text Example
White with #A81063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81063; }
p { color: rgb(168,16,99); }
H1.HeaderClassName
{
color: #A81063;
}
.AnyTagClassName
{
color: #A81063;
}
</style>
background-color css
<style>
a { background-color: #A81063; }
a { background-color: rgb(168,16,99); }
div.DivClassName
{
background-color: #A81063;
}
.BgClassName
{
background-color: #A81063;
}
</style>
border-color css
<style>
span { border-color: #A81063; }
span { border-color: rgb(168,16,99); }
td.TdClassName
{
border-color: #A81063;
}
.TagClassName
{
border-color: #A81063;
}
</style>