Shades of Jazzberry Jam #A3094C
Tints of Jazzberry Jam #A3094C
RGB
CMYK
RGB Variations
Color information
#A3094C (or 0xA3094C) is known color: Jazzberry Jam. HEX triplet: A3, 09 and 4C. RGB value is (163,9,76). Sum of RGB (Red+Green+Blue) = 163+9+76=248 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.73% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 76 (30.08% from 255 or 30.65% from 248); Max value from RGB is 163 - color contains mainly: red. Hex color #A3094C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3094C is #5CF6B3. Grayscale: #3E3E3E. Windows color (decimal): -6092468 or 4983203. OLE color: 4983203.
HSL color Cylindrical-coordinate representation of color #A3094C: hue angle of 333.9º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A3094C is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 9 | 76 | - |
| CMYK | 0 | 0.94 | 0.53 | 0.36 |
| HSL | 333.9º | 0.9% | 0.34% | - |
| HSV(B) | 333.9º | 0.94% | 0.64% | - |
| XYZ | 16.51 | 8.5 | 7.61 | - |
| YUV | 62.68 | 135.52 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 9 | 76 | 0 | 0.94 | 0.53 | 0.36 | 333.9 | 0.9 | 0.34 |
| Hex | A3 | 9 | 4C | 0 | 5E | 35 | 24 | 14E | 5A | 22 |
| Octal | 243 | 11 | 114 | 0 | 136 | 65 | 44 | 516 | 132 | 42 |
| Binary | 10100011 | 1001 | 1001100 | 0 | 1011110 | 110101 | 100100 | 101001110 | 1011010 | 100010 |
Color Harmonies of #A3094C
Complementary color
Monochromatic Colors of #A3094C
Black with #A3094C
Text Example
Text Example
White with #A3094C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3094C; }
p { color: rgb(163,9,76); }
H1.HeaderClassName
{
color: #A3094C;
}
.AnyTagClassName
{
color: #A3094C;
}
</style>
background-color css
<style>
a { background-color: #A3094C; }
a { background-color: rgb(163,9,76); }
div.DivClassName
{
background-color: #A3094C;
}
.BgClassName
{
background-color: #A3094C;
}
</style>
border-color css
<style>
span { border-color: #A3094C; }
span { border-color: rgb(163,9,76); }
td.TdClassName
{
border-color: #A3094C;
}
.TagClassName
{
border-color: #A3094C;
}
</style>