Shades of Jazzberry Jam #A3035C
Tints of Jazzberry Jam #A3035C
RGB
CMYK
RGB Variations
Color information
#A3035C (or 0xA3035C) is known color: Jazzberry Jam. HEX triplet: A3, 03 and 5C. RGB value is (163,3,92). Sum of RGB (Red+Green+Blue) = 163+3+92=258 (34% of max value = 765). Red value is 163 (64.06% from 255 or 63.18% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 163 - color contains mainly: red. Hex color #A3035C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3035C is #5CFCA3. Grayscale: #3C3C3C. Windows color (decimal): -6093988 or 6030243. OLE color: 6030243.
HSL color Cylindrical-coordinate representation of color #A3035C: hue angle of 326.62º 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 #A3035C is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 3 | 92 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.36 |
| HSL | 326.63º | 0.96% | 0.33% | - |
| HSV(B) | 326.63º | 0.98% | 0.64% | - |
| XYZ | 17.07 | 8.62 | 10.89 | - |
| YUV | 60.99 | 145.51 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 3 | 92 | 0 | 0.98 | 0.44 | 0.36 | 326.63 | 0.96 | 0.33 |
| Hex | A3 | 3 | 5C | 0 | 62 | 2C | 24 | 147 | 60 | 21 |
| Octal | 243 | 3 | 134 | 0 | 142 | 54 | 44 | 507 | 140 | 41 |
| Binary | 10100011 | 11 | 1011100 | 0 | 1100010 | 101100 | 100100 | 101000111 | 1100000 | 100001 |
Color Harmonies of #A3035C
Complementary color
Monochromatic Colors of #A3035C
Black with #A3035C
Text Example
Text Example
White with #A3035C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3035C; }
p { color: rgb(163,3,92); }
H1.HeaderClassName
{
color: #A3035C;
}
.AnyTagClassName
{
color: #A3035C;
}
</style>
background-color css
<style>
a { background-color: #A3035C; }
a { background-color: rgb(163,3,92); }
div.DivClassName
{
background-color: #A3035C;
}
.BgClassName
{
background-color: #A3035C;
}
</style>
border-color css
<style>
span { border-color: #A3035C; }
span { border-color: rgb(163,3,92); }
td.TdClassName
{
border-color: #A3035C;
}
.TagClassName
{
border-color: #A3035C;
}
</style>