Shades of Jazzberry Jam #A00A65
Tints of Jazzberry Jam #A00A65
RGB
CMYK
RGB Variations
Color information
#A00A65 (or 0xA00A65) is known color: Jazzberry Jam. HEX triplet: A0, 0A and 65. RGB value is (160,10,101). Sum of RGB (Red+Green+Blue) = 160+10+101=271 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.04% from 271); Green value is 10 (4.30% from 255 or 3.69% from 271); Blue value is 101 (39.84% from 255 or 37.27% from 271); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00A65 is #5FF59A. Grayscale: #414141. Windows color (decimal): -6288795 or 6621856. OLE color: 6621856.
HSL color Cylindrical-coordinate representation of color #A00A65: hue angle of 323.6º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00A65 is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 10 | 101 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.37 |
| HSL | 323.6º | 0.88% | 0.33% | - |
| HSV(B) | 323.6º | 0.94% | 0.63% | - |
| XYZ | 16.95 | 8.63 | 13.08 | - |
| YUV | 65.22 | 148.2 | 195.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 101 | 0 | 0.94 | 0.37 | 0.37 | 323.6 | 0.88 | 0.33 |
| Hex | A0 | A | 65 | 0 | 5E | 25 | 25 | 144 | 58 | 21 |
| Octal | 240 | 12 | 145 | 0 | 136 | 45 | 45 | 504 | 130 | 41 |
| Binary | 10100000 | 1010 | 1100101 | 0 | 1011110 | 100101 | 100101 | 101000100 | 1011000 | 100001 |
Color Harmonies of #A00A65
Complementary color
Monochromatic Colors of #A00A65
Black with #A00A65
Text Example
Text Example
White with #A00A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00A65; }
p { color: rgb(160,10,101); }
H1.HeaderClassName
{
color: #A00A65;
}
.AnyTagClassName
{
color: #A00A65;
}
</style>
background-color css
<style>
a { background-color: #A00A65; }
a { background-color: rgb(160,10,101); }
div.DivClassName
{
background-color: #A00A65;
}
.BgClassName
{
background-color: #A00A65;
}
</style>
border-color css
<style>
span { border-color: #A00A65; }
span { border-color: rgb(160,10,101); }
td.TdClassName
{
border-color: #A00A65;
}
.TagClassName
{
border-color: #A00A65;
}
</style>