Shades of Jazzberry Jam #A0063E
Tints of Jazzberry Jam #A0063E
RGB
CMYK
RGB Variations
Color information
#A0063E (or 0xA0063E) is known color: Jazzberry Jam. HEX triplet: A0, 06 and 3E. RGB value is (160,6,62). Sum of RGB (Red+Green+Blue) = 160+6+62=228 (30% of max value = 765). Red value is 160 (62.89% from 255 or 70.18% from 228); Green value is 6 (2.73% from 255 or 2.63% from 228); Blue value is 62 (24.61% from 255 or 27.19% from 228); Max value from RGB is 160 - color contains mainly: red. Hex color #A0063E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0063E is #5FF9C1. Grayscale: #3A3A3A. Windows color (decimal): -6289858 or 4064928. OLE color: 4064928.
HSL color Cylindrical-coordinate representation of color #A0063E: hue angle of 338.18º 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 #A0063E is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 6 | 62 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.37 |
| HSL | 338.18º | 0.93% | 0.33% | - |
| HSV(B) | 338.18º | 0.96% | 0.63% | - |
| XYZ | 15.43 | 7.95 | 5.28 | - |
| YUV | 58.43 | 130.02 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 62 | 0 | 0.96 | 0.61 | 0.37 | 338.18 | 0.93 | 0.33 |
| Hex | A0 | 6 | 3E | 0 | 60 | 3D | 25 | 152 | 5D | 21 |
| Octal | 240 | 6 | 76 | 0 | 140 | 75 | 45 | 522 | 135 | 41 |
| Binary | 10100000 | 110 | 111110 | 0 | 1100000 | 111101 | 100101 | 101010010 | 1011101 | 100001 |
Color Harmonies of #A0063E
Complementary color
Monochromatic Colors of #A0063E
Black with #A0063E
Text Example
Text Example
White with #A0063E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0063E; }
p { color: rgb(160,6,62); }
H1.HeaderClassName
{
color: #A0063E;
}
.AnyTagClassName
{
color: #A0063E;
}
</style>
background-color css
<style>
a { background-color: #A0063E; }
a { background-color: rgb(160,6,62); }
div.DivClassName
{
background-color: #A0063E;
}
.BgClassName
{
background-color: #A0063E;
}
</style>
border-color css
<style>
span { border-color: #A0063E; }
span { border-color: rgb(160,6,62); }
td.TdClassName
{
border-color: #A0063E;
}
.TagClassName
{
border-color: #A0063E;
}
</style>