Shades of Jazzberry Jam #A0095E
Tints of Jazzberry Jam #A0095E
RGB
CMYK
RGB Variations
Color information
#A0095E (or 0xA0095E) is known color: Jazzberry Jam. HEX triplet: A0, 09 and 5E. RGB value is (160,9,94). Sum of RGB (Red+Green+Blue) = 160+9+94=263 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.84% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 94 (37.11% from 255 or 35.74% from 263); Max value from RGB is 160 - color contains mainly: red. Hex color #A0095E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0095E is #5FF6A1. Grayscale: #3F3F3F. Windows color (decimal): -6289058 or 6162848. OLE color: 6162848.
HSL color Cylindrical-coordinate representation of color #A0095E: hue angle of 326.23º degrees, saturation: 0.89, 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 #A0095E is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 9 | 94 | - |
| CMYK | 0 | 0.94 | 0.41 | 0.37 |
| HSL | 326.23º | 0.89% | 0.33% | - |
| HSV(B) | 326.23º | 0.94% | 0.63% | - |
| XYZ | 16.62 | 8.48 | 11.35 | - |
| YUV | 63.84 | 145.03 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 9 | 94 | 0 | 0.94 | 0.41 | 0.37 | 326.23 | 0.89 | 0.33 |
| Hex | A0 | 9 | 5E | 0 | 5E | 29 | 25 | 146 | 59 | 21 |
| Octal | 240 | 11 | 136 | 0 | 136 | 51 | 45 | 506 | 131 | 41 |
| Binary | 10100000 | 1001 | 1011110 | 0 | 1011110 | 101001 | 100101 | 101000110 | 1011001 | 100001 |
Color Harmonies of #A0095E
Complementary color
Monochromatic Colors of #A0095E
Black with #A0095E
Text Example
Text Example
White with #A0095E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0095E; }
p { color: rgb(160,9,94); }
H1.HeaderClassName
{
color: #A0095E;
}
.AnyTagClassName
{
color: #A0095E;
}
</style>
background-color css
<style>
a { background-color: #A0095E; }
a { background-color: rgb(160,9,94); }
div.DivClassName
{
background-color: #A0095E;
}
.BgClassName
{
background-color: #A0095E;
}
</style>
border-color css
<style>
span { border-color: #A0095E; }
span { border-color: rgb(160,9,94); }
td.TdClassName
{
border-color: #A0095E;
}
.TagClassName
{
border-color: #A0095E;
}
</style>