Shades of Jazzberry Jam #A3055D
Tints of Jazzberry Jam #A3055D
RGB
CMYK
RGB Variations
Color information
#A3055D (or 0xA3055D) is known color: Jazzberry Jam. HEX triplet: A3, 05 and 5D. RGB value is (163,5,93). Sum of RGB (Red+Green+Blue) = 163+5+93=261 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.45% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 163 - color contains mainly: red. Hex color #A3055D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3055D is #5CFAA2. Grayscale: #3E3E3E. Windows color (decimal): -6093475 or 6096291. OLE color: 6096291.
HSL color Cylindrical-coordinate representation of color #A3055D: hue angle of 326.58º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A3055D is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 5 | 93 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.36 |
| HSL | 326.58º | 0.94% | 0.33% | - |
| HSV(B) | 326.58º | 0.97% | 0.64% | - |
| XYZ | 17.13 | 8.69 | 11.13 | - |
| YUV | 62.27 | 145.35 | 199.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 5 | 93 | 0 | 0.97 | 0.43 | 0.36 | 326.58 | 0.94 | 0.33 |
| Hex | A3 | 5 | 5D | 0 | 61 | 2B | 24 | 147 | 5E | 21 |
| Octal | 243 | 5 | 135 | 0 | 141 | 53 | 44 | 507 | 136 | 41 |
| Binary | 10100011 | 101 | 1011101 | 0 | 1100001 | 101011 | 100100 | 101000111 | 1011110 | 100001 |
Color Harmonies of #A3055D
Complementary color
Monochromatic Colors of #A3055D
Black with #A3055D
Text Example
Text Example
White with #A3055D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3055D; }
p { color: rgb(163,5,93); }
H1.HeaderClassName
{
color: #A3055D;
}
.AnyTagClassName
{
color: #A3055D;
}
</style>
background-color css
<style>
a { background-color: #A3055D; }
a { background-color: rgb(163,5,93); }
div.DivClassName
{
background-color: #A3055D;
}
.BgClassName
{
background-color: #A3055D;
}
</style>
border-color css
<style>
span { border-color: #A3055D; }
span { border-color: rgb(163,5,93); }
td.TdClassName
{
border-color: #A3055D;
}
.TagClassName
{
border-color: #A3055D;
}
</style>