Shades of Jazzberry Jam #A81064
Tints of Jazzberry Jam #A81064
RGB
CMYK
RGB Variations
Color information
#A81064 (or 0xA81064) is known color: Jazzberry Jam. HEX triplet: A8, 10 and 64. RGB value is (168,16,100). Sum of RGB (Red+Green+Blue) = 168+16+100=284 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.15% from 284); Green value is 16 (6.64% from 255 or 5.63% from 284); Blue value is 100 (39.45% from 255 or 35.21% from 284); Max value from RGB is 168 - color contains mainly: red. Hex color #A81064 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81064 is #57EF9B. Grayscale: #464646. Windows color (decimal): -5762972 or 6557864. OLE color: 6557864.
HSL color Cylindrical-coordinate representation of color #A81064: hue angle of 326.84º 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 #A81064 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 16 | 100 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.34 |
| HSL | 326.84º | 0.83% | 0.36% | - |
| HSV(B) | 326.84º | 0.9% | 0.66% | - |
| XYZ | 18.63 | 9.62 | 12.93 | - |
| YUV | 71.02 | 144.36 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 100 | 0 | 0.90 | 0.40 | 0.34 | 326.84 | 0.83 | 0.36 |
| Hex | A8 | 10 | 64 | 0 | 5A | 28 | 22 | 147 | 53 | 24 |
| Octal | 250 | 20 | 144 | 0 | 132 | 50 | 42 | 507 | 123 | 44 |
| Binary | 10101000 | 10000 | 1100100 | 0 | 1011010 | 101000 | 100010 | 101000111 | 1010011 | 100100 |
Color Harmonies of #A81064
Complementary color
Monochromatic Colors of #A81064
Black with #A81064
Text Example
Text Example
White with #A81064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81064; }
p { color: rgb(168,16,100); }
H1.HeaderClassName
{
color: #A81064;
}
.AnyTagClassName
{
color: #A81064;
}
</style>
background-color css
<style>
a { background-color: #A81064; }
a { background-color: rgb(168,16,100); }
div.DivClassName
{
background-color: #A81064;
}
.BgClassName
{
background-color: #A81064;
}
</style>
border-color css
<style>
span { border-color: #A81064; }
span { border-color: rgb(168,16,100); }
td.TdClassName
{
border-color: #A81064;
}
.TagClassName
{
border-color: #A81064;
}
</style>