Shades of Jazzberry Jam #A3035E
Tints of Jazzberry Jam #A3035E
RGB
CMYK
RGB Variations
Color information
#A3035E (or 0xA3035E) is known color: Jazzberry Jam. HEX triplet: A3, 03 and 5E. RGB value is (163,3,94). Sum of RGB (Red+Green+Blue) = 163+3+94=260 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.69% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 94 (37.11% from 255 or 36.15% from 260); Max value from RGB is 163 - color contains mainly: red. Hex color #A3035E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3035E is #5CFCA1. Grayscale: #3D3D3D. Windows color (decimal): -6093986 or 6161315. OLE color: 6161315.
HSL color Cylindrical-coordinate representation of color #A3035E: hue angle of 325.88º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A3035E is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 3 | 94 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.36 |
| HSL | 325.88º | 0.96% | 0.33% | - |
| HSV(B) | 325.88º | 0.98% | 0.64% | - |
| XYZ | 17.16 | 8.66 | 11.36 | - |
| YUV | 61.21 | 146.51 | 200.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 3 | 94 | 0 | 0.98 | 0.42 | 0.36 | 325.88 | 0.96 | 0.33 |
| Hex | A3 | 3 | 5E | 0 | 62 | 2A | 24 | 146 | 60 | 21 |
| Octal | 243 | 3 | 136 | 0 | 142 | 52 | 44 | 506 | 140 | 41 |
| Binary | 10100011 | 11 | 1011110 | 0 | 1100010 | 101010 | 100100 | 101000110 | 1100000 | 100001 |
Color Harmonies of #A3035E
Complementary color
Monochromatic Colors of #A3035E
Black with #A3035E
Text Example
Text Example
White with #A3035E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3035E; }
p { color: rgb(163,3,94); }
H1.HeaderClassName
{
color: #A3035E;
}
.AnyTagClassName
{
color: #A3035E;
}
</style>
background-color css
<style>
a { background-color: #A3035E; }
a { background-color: rgb(163,3,94); }
div.DivClassName
{
background-color: #A3035E;
}
.BgClassName
{
background-color: #A3035E;
}
</style>
border-color css
<style>
span { border-color: #A3035E; }
span { border-color: rgb(163,3,94); }
td.TdClassName
{
border-color: #A3035E;
}
.TagClassName
{
border-color: #A3035E;
}
</style>