Shades of Jazzberry Jam #A0064F
Tints of Jazzberry Jam #A0064F
RGB
CMYK
RGB Variations
Color information
#A0064F (or 0xA0064F) is known color: Jazzberry Jam. HEX triplet: A0, 06 and 4F. RGB value is (160,6,79). Sum of RGB (Red+Green+Blue) = 160+6+79=245 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.31% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 160 - color contains mainly: red. Hex color #A0064F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0064F is #5FF9B0. Grayscale: #3C3C3C. Windows color (decimal): -6289841 or 5179040. OLE color: 5179040.
HSL color Cylindrical-coordinate representation of color #A0064F: hue angle of 331.56º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A0064F is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 6 | 79 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.37 |
| HSL | 331.56º | 0.93% | 0.33% | - |
| HSV(B) | 331.56º | 0.96% | 0.63% | - |
| XYZ | 15.97 | 8.17 | 8.13 | - |
| YUV | 60.37 | 138.52 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 79 | 0 | 0.96 | 0.51 | 0.37 | 331.56 | 0.93 | 0.33 |
| Hex | A0 | 6 | 4F | 0 | 60 | 33 | 25 | 14C | 5D | 21 |
| Octal | 240 | 6 | 117 | 0 | 140 | 63 | 45 | 514 | 135 | 41 |
| Binary | 10100000 | 110 | 1001111 | 0 | 1100000 | 110011 | 100101 | 101001100 | 1011101 | 100001 |
Color Harmonies of #A0064F
Complementary color
Monochromatic Colors of #A0064F
Black with #A0064F
Text Example
Text Example
White with #A0064F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0064F; }
p { color: rgb(160,6,79); }
H1.HeaderClassName
{
color: #A0064F;
}
.AnyTagClassName
{
color: #A0064F;
}
</style>
background-color css
<style>
a { background-color: #A0064F; }
a { background-color: rgb(160,6,79); }
div.DivClassName
{
background-color: #A0064F;
}
.BgClassName
{
background-color: #A0064F;
}
</style>
border-color css
<style>
span { border-color: #A0064F; }
span { border-color: rgb(160,6,79); }
td.TdClassName
{
border-color: #A0064F;
}
.TagClassName
{
border-color: #A0064F;
}
</style>