Shades of Jazzberry Jam #A0064B
Tints of Jazzberry Jam #A0064B
RGB
CMYK
RGB Variations
Color information
#A0064B (or 0xA0064B) is known color: Jazzberry Jam. HEX triplet: A0, 06 and 4B. RGB value is (160,6,75). Sum of RGB (Red+Green+Blue) = 160+6+75=241 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.39% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 160 - color contains mainly: red. Hex color #A0064B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0064B is #5FF9B4. Grayscale: #3B3B3B. Windows color (decimal): -6289845 or 4916896. OLE color: 4916896.
HSL color Cylindrical-coordinate representation of color #A0064B: hue angle of 333.12º 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 #A0064B is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 6 | 75 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.37 |
| HSL | 333.12º | 0.93% | 0.33% | - |
| HSV(B) | 333.12º | 0.96% | 0.63% | - |
| XYZ | 15.83 | 8.11 | 7.39 | - |
| YUV | 59.91 | 136.52 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 75 | 0 | 0.96 | 0.53 | 0.37 | 333.12 | 0.93 | 0.33 |
| Hex | A0 | 6 | 4B | 0 | 60 | 35 | 25 | 14D | 5D | 21 |
| Octal | 240 | 6 | 113 | 0 | 140 | 65 | 45 | 515 | 135 | 41 |
| Binary | 10100000 | 110 | 1001011 | 0 | 1100000 | 110101 | 100101 | 101001101 | 1011101 | 100001 |
Color Harmonies of #A0064B
Complementary color
Monochromatic Colors of #A0064B
Black with #A0064B
Text Example
Text Example
White with #A0064B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0064B; }
p { color: rgb(160,6,75); }
H1.HeaderClassName
{
color: #A0064B;
}
.AnyTagClassName
{
color: #A0064B;
}
</style>
background-color css
<style>
a { background-color: #A0064B; }
a { background-color: rgb(160,6,75); }
div.DivClassName
{
background-color: #A0064B;
}
.BgClassName
{
background-color: #A0064B;
}
</style>
border-color css
<style>
span { border-color: #A0064B; }
span { border-color: rgb(160,6,75); }
td.TdClassName
{
border-color: #A0064B;
}
.TagClassName
{
border-color: #A0064B;
}
</style>