Shades of Jazzberry Jam #A0065B
Tints of Jazzberry Jam #A0065B
RGB
CMYK
RGB Variations
Color information
#A0065B (or 0xA0065B) is known color: Jazzberry Jam. HEX triplet: A0, 06 and 5B. RGB value is (160,6,91). Sum of RGB (Red+Green+Blue) = 160+6+91=257 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.26% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 160 - color contains mainly: red. Hex color #A0065B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0065B is #5FF9A4. Grayscale: #3D3D3D. Windows color (decimal): -6289829 or 5965472. OLE color: 5965472.
HSL color Cylindrical-coordinate representation of color #A0065B: hue angle of 326.88º 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 #A0065B is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 6 | 91 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.37 |
| HSL | 326.88º | 0.93% | 0.33% | - |
| HSV(B) | 326.88º | 0.96% | 0.63% | - |
| XYZ | 16.45 | 8.36 | 10.64 | - |
| YUV | 61.74 | 144.52 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 91 | 0 | 0.96 | 0.43 | 0.37 | 326.88 | 0.93 | 0.33 |
| Hex | A0 | 6 | 5B | 0 | 60 | 2B | 25 | 147 | 5D | 21 |
| Octal | 240 | 6 | 133 | 0 | 140 | 53 | 45 | 507 | 135 | 41 |
| Binary | 10100000 | 110 | 1011011 | 0 | 1100000 | 101011 | 100101 | 101000111 | 1011101 | 100001 |
Color Harmonies of #A0065B
Complementary color
Monochromatic Colors of #A0065B
Black with #A0065B
Text Example
Text Example
White with #A0065B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0065B; }
p { color: rgb(160,6,91); }
H1.HeaderClassName
{
color: #A0065B;
}
.AnyTagClassName
{
color: #A0065B;
}
</style>
background-color css
<style>
a { background-color: #A0065B; }
a { background-color: rgb(160,6,91); }
div.DivClassName
{
background-color: #A0065B;
}
.BgClassName
{
background-color: #A0065B;
}
</style>
border-color css
<style>
span { border-color: #A0065B; }
span { border-color: rgb(160,6,91); }
td.TdClassName
{
border-color: #A0065B;
}
.TagClassName
{
border-color: #A0065B;
}
</style>