Shades of Jazzberry Jam #A00661
Tints of Jazzberry Jam #A00661
RGB
CMYK
RGB Variations
Color information
#A00661 (or 0xA00661) is known color: Jazzberry Jam. HEX triplet: A0, 06 and 61. RGB value is (160,6,97). Sum of RGB (Red+Green+Blue) = 160+6+97=263 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.84% from 263); Green value is 6 (2.73% from 255 or 2.28% from 263); Blue value is 97 (38.28% from 255 or 36.88% from 263); Max value from RGB is 160 - color contains mainly: red. Hex color #A00661 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00661 is #5FF99E. Grayscale: #3E3E3E. Windows color (decimal): -6289823 or 6358688. OLE color: 6358688.
HSL color Cylindrical-coordinate representation of color #A00661: hue angle of 324.55º 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 #A00661 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 6 | 97 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.37 |
| HSL | 324.55º | 0.93% | 0.33% | - |
| HSV(B) | 324.55º | 0.96% | 0.63% | - |
| XYZ | 16.72 | 8.47 | 12.06 | - |
| YUV | 62.42 | 147.52 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 97 | 0 | 0.96 | 0.39 | 0.37 | 324.55 | 0.93 | 0.33 |
| Hex | A0 | 6 | 61 | 0 | 60 | 27 | 25 | 145 | 5D | 21 |
| Octal | 240 | 6 | 141 | 0 | 140 | 47 | 45 | 505 | 135 | 41 |
| Binary | 10100000 | 110 | 1100001 | 0 | 1100000 | 100111 | 100101 | 101000101 | 1011101 | 100001 |
Color Harmonies of #A00661
Complementary color
Monochromatic Colors of #A00661
Black with #A00661
Text Example
Text Example
White with #A00661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00661; }
p { color: rgb(160,6,97); }
H1.HeaderClassName
{
color: #A00661;
}
.AnyTagClassName
{
color: #A00661;
}
</style>
background-color css
<style>
a { background-color: #A00661; }
a { background-color: rgb(160,6,97); }
div.DivClassName
{
background-color: #A00661;
}
.BgClassName
{
background-color: #A00661;
}
</style>
border-color css
<style>
span { border-color: #A00661; }
span { border-color: rgb(160,6,97); }
td.TdClassName
{
border-color: #A00661;
}
.TagClassName
{
border-color: #A00661;
}
</style>