Shades of Jazzberry Jam #A0095D
Tints of Jazzberry Jam #A0095D
RGB
CMYK
RGB Variations
Color information
#A0095D (or 0xA0095D) is known color: Jazzberry Jam. HEX triplet: A0, 09 and 5D. RGB value is (160,9,93). Sum of RGB (Red+Green+Blue) = 160+9+93=262 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.07% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 160 - color contains mainly: red. Hex color #A0095D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0095D is #5FF6A2. Grayscale: #3F3F3F. Windows color (decimal): -6289059 or 6097312. OLE color: 6097312.
HSL color Cylindrical-coordinate representation of color #A0095D: hue angle of 326.62º 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 #A0095D is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 9 | 93 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.37 |
| HSL | 326.62º | 0.89% | 0.33% | - |
| HSV(B) | 326.62º | 0.94% | 0.63% | - |
| XYZ | 16.57 | 8.46 | 11.12 | - |
| YUV | 63.73 | 144.53 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 9 | 93 | 0 | 0.94 | 0.42 | 0.37 | 326.62 | 0.89 | 0.33 |
| Hex | A0 | 9 | 5D | 0 | 5E | 2A | 25 | 147 | 59 | 21 |
| Octal | 240 | 11 | 135 | 0 | 136 | 52 | 45 | 507 | 131 | 41 |
| Binary | 10100000 | 1001 | 1011101 | 0 | 1011110 | 101010 | 100101 | 101000111 | 1011001 | 100001 |
Color Harmonies of #A0095D
Complementary color
Monochromatic Colors of #A0095D
Black with #A0095D
Text Example
Text Example
White with #A0095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0095D; }
p { color: rgb(160,9,93); }
H1.HeaderClassName
{
color: #A0095D;
}
.AnyTagClassName
{
color: #A0095D;
}
</style>
background-color css
<style>
a { background-color: #A0095D; }
a { background-color: rgb(160,9,93); }
div.DivClassName
{
background-color: #A0095D;
}
.BgClassName
{
background-color: #A0095D;
}
</style>
border-color css
<style>
span { border-color: #A0095D; }
span { border-color: rgb(160,9,93); }
td.TdClassName
{
border-color: #A0095D;
}
.TagClassName
{
border-color: #A0095D;
}
</style>