Shades of Jazzberry Jam #A0095C
Tints of Jazzberry Jam #A0095C
RGB
CMYK
RGB Variations
Color information
#A0095C (or 0xA0095C) is known color: Jazzberry Jam. HEX triplet: A0, 09 and 5C. RGB value is (160,9,92). Sum of RGB (Red+Green+Blue) = 160+9+92=261 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.30% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 160 - color contains mainly: red. Hex color #A0095C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0095C is #5FF6A3. Grayscale: #3F3F3F. Windows color (decimal): -6289060 or 6031776. OLE color: 6031776.
HSL color Cylindrical-coordinate representation of color #A0095C: hue angle of 327.02º 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 #A0095C is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 9 | 92 | - |
| CMYK | 0 | 0.94 | 0.43 | 0.37 |
| HSL | 327.02º | 0.89% | 0.33% | - |
| HSV(B) | 327.02º | 0.94% | 0.63% | - |
| XYZ | 16.53 | 8.44 | 10.88 | - |
| YUV | 63.61 | 144.03 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 9 | 92 | 0 | 0.94 | 0.43 | 0.37 | 327.02 | 0.89 | 0.33 |
| Hex | A0 | 9 | 5C | 0 | 5E | 2B | 25 | 147 | 59 | 21 |
| Octal | 240 | 11 | 134 | 0 | 136 | 53 | 45 | 507 | 131 | 41 |
| Binary | 10100000 | 1001 | 1011100 | 0 | 1011110 | 101011 | 100101 | 101000111 | 1011001 | 100001 |
Color Harmonies of #A0095C
Complementary color
Monochromatic Colors of #A0095C
Black with #A0095C
Text Example
Text Example
White with #A0095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0095C; }
p { color: rgb(160,9,92); }
H1.HeaderClassName
{
color: #A0095C;
}
.AnyTagClassName
{
color: #A0095C;
}
</style>
background-color css
<style>
a { background-color: #A0095C; }
a { background-color: rgb(160,9,92); }
div.DivClassName
{
background-color: #A0095C;
}
.BgClassName
{
background-color: #A0095C;
}
</style>
border-color css
<style>
span { border-color: #A0095C; }
span { border-color: rgb(160,9,92); }
td.TdClassName
{
border-color: #A0095C;
}
.TagClassName
{
border-color: #A0095C;
}
</style>