Shades of Jazzberry Jam #A3115A
Tints of Jazzberry Jam #A3115A
RGB
CMYK
RGB Variations
Color information
#A3115A (or 0xA3115A) is known color: Jazzberry Jam. HEX triplet: A3, 11 and 5A. RGB value is (163,17,90). Sum of RGB (Red+Green+Blue) = 163+17+90=270 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.37% from 270); Green value is 17 (7.03% from 255 or 6.30% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 163 - color contains mainly: red. Hex color #A3115A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3115A is #5CEEA5. Grayscale: #444444. Windows color (decimal): -6090406 or 5902755. OLE color: 5902755.
HSL color Cylindrical-coordinate representation of color #A3115A: hue angle of 330º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A3115A is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 17 | 90 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.36 |
| HSL | 330º | 0.81% | 0.35% | - |
| HSV(B) | 330º | 0.9% | 0.64% | - |
| XYZ | 17.15 | 8.93 | 10.49 | - |
| YUV | 68.98 | 139.87 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 17 | 90 | 0 | 0.90 | 0.45 | 0.36 | 330 | 0.81 | 0.35 |
| Hex | A3 | 11 | 5A | 0 | 5A | 2D | 24 | 14A | 51 | 23 |
| Octal | 243 | 21 | 132 | 0 | 132 | 55 | 44 | 512 | 121 | 43 |
| Binary | 10100011 | 10001 | 1011010 | 0 | 1011010 | 101101 | 100100 | 101001010 | 1010001 | 100011 |
Color Harmonies of #A3115A
Complementary color
Monochromatic Colors of #A3115A
Black with #A3115A
Text Example
Text Example
White with #A3115A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3115A; }
p { color: rgb(163,17,90); }
H1.HeaderClassName
{
color: #A3115A;
}
.AnyTagClassName
{
color: #A3115A;
}
</style>
background-color css
<style>
a { background-color: #A3115A; }
a { background-color: rgb(163,17,90); }
div.DivClassName
{
background-color: #A3115A;
}
.BgClassName
{
background-color: #A3115A;
}
</style>
border-color css
<style>
span { border-color: #A3115A; }
span { border-color: rgb(163,17,90); }
td.TdClassName
{
border-color: #A3115A;
}
.TagClassName
{
border-color: #A3115A;
}
</style>