Shades of Jazzberry Jam #A0063B
Tints of Jazzberry Jam #A0063B
RGB
CMYK
RGB Variations
Color information
#A0063B (or 0xA0063B) is known color: Jazzberry Jam. HEX triplet: A0, 06 and 3B. RGB value is (160,6,59). Sum of RGB (Red+Green+Blue) = 160+6+59=225 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.11% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 59 (23.44% from 255 or 26.22% from 225); Max value from RGB is 160 - color contains mainly: red. Hex color #A0063B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0063B is #5FF9C4. Grayscale: #3A3A3A. Windows color (decimal): -6289861 or 3868320. OLE color: 3868320.
HSL color Cylindrical-coordinate representation of color #A0063B: hue angle of 339.35º 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 #A0063B is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 6 | 59 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.37 |
| HSL | 339.35º | 0.93% | 0.33% | - |
| HSV(B) | 339.35º | 0.96% | 0.63% | - |
| XYZ | 15.35 | 7.92 | 4.86 | - |
| YUV | 58.09 | 128.52 | 200.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 59 | 0 | 0.96 | 0.63 | 0.37 | 339.35 | 0.93 | 0.33 |
| Hex | A0 | 6 | 3B | 0 | 60 | 3F | 25 | 153 | 5D | 21 |
| Octal | 240 | 6 | 73 | 0 | 140 | 77 | 45 | 523 | 135 | 41 |
| Binary | 10100000 | 110 | 111011 | 0 | 1100000 | 111111 | 100101 | 101010011 | 1011101 | 100001 |
Color Harmonies of #A0063B
Complementary color
Monochromatic Colors of #A0063B
Black with #A0063B
Text Example
Text Example
White with #A0063B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0063B; }
p { color: rgb(160,6,59); }
H1.HeaderClassName
{
color: #A0063B;
}
.AnyTagClassName
{
color: #A0063B;
}
</style>
background-color css
<style>
a { background-color: #A0063B; }
a { background-color: rgb(160,6,59); }
div.DivClassName
{
background-color: #A0063B;
}
.BgClassName
{
background-color: #A0063B;
}
</style>
border-color css
<style>
span { border-color: #A0063B; }
span { border-color: rgb(160,6,59); }
td.TdClassName
{
border-color: #A0063B;
}
.TagClassName
{
border-color: #A0063B;
}
</style>