Shades of Jazzberry Jam #A0094C
Tints of Jazzberry Jam #A0094C
RGB
CMYK
RGB Variations
Color information
#A0094C (or 0xA0094C) is known color: Jazzberry Jam. HEX triplet: A0, 09 and 4C. RGB value is (160,9,76). Sum of RGB (Red+Green+Blue) = 160+9+76=245 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.31% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 160 - color contains mainly: red. Hex color #A0094C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0094C is #5FF6B3. Grayscale: #3D3D3D. Windows color (decimal): -6289076 or 4983200. OLE color: 4983200.
HSL color Cylindrical-coordinate representation of color #A0094C: hue angle of 333.38º 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 #A0094C is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 9 | 76 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.37 |
| HSL | 333.38º | 0.89% | 0.33% | - |
| HSV(B) | 333.38º | 0.94% | 0.63% | - |
| XYZ | 15.9 | 8.19 | 7.58 | - |
| YUV | 61.79 | 136.03 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 9 | 76 | 0 | 0.94 | 0.52 | 0.37 | 333.38 | 0.89 | 0.33 |
| Hex | A0 | 9 | 4C | 0 | 5E | 34 | 25 | 14D | 59 | 21 |
| Octal | 240 | 11 | 114 | 0 | 136 | 64 | 45 | 515 | 131 | 41 |
| Binary | 10100000 | 1001 | 1001100 | 0 | 1011110 | 110100 | 100101 | 101001101 | 1011001 | 100001 |
Color Harmonies of #A0094C
Complementary color
Monochromatic Colors of #A0094C
Black with #A0094C
Text Example
Text Example
White with #A0094C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0094C; }
p { color: rgb(160,9,76); }
H1.HeaderClassName
{
color: #A0094C;
}
.AnyTagClassName
{
color: #A0094C;
}
</style>
background-color css
<style>
a { background-color: #A0094C; }
a { background-color: rgb(160,9,76); }
div.DivClassName
{
background-color: #A0094C;
}
.BgClassName
{
background-color: #A0094C;
}
</style>
border-color css
<style>
span { border-color: #A0094C; }
span { border-color: rgb(160,9,76); }
td.TdClassName
{
border-color: #A0094C;
}
.TagClassName
{
border-color: #A0094C;
}
</style>