Shades of Jazzberry Jam #A3035B
Tints of Jazzberry Jam #A3035B
RGB
CMYK
RGB Variations
Color information
#A3035B (or 0xA3035B) is known color: Jazzberry Jam. HEX triplet: A3, 03 and 5B. RGB value is (163,3,91). Sum of RGB (Red+Green+Blue) = 163+3+91=257 (34% of max value = 765). Red value is 163 (64.06% from 255 or 63.42% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 163 - color contains mainly: red. Hex color #A3035B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3035B is #5CFCA4. Grayscale: #3C3C3C. Windows color (decimal): -6093989 or 5964707. OLE color: 5964707.
HSL color Cylindrical-coordinate representation of color #A3035B: hue angle of 327º 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 #A3035B is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 3 | 91 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.36 |
| HSL | 327º | 0.96% | 0.33% | - |
| HSV(B) | 327º | 0.98% | 0.64% | - |
| XYZ | 17.03 | 8.61 | 10.66 | - |
| YUV | 60.87 | 145.01 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 3 | 91 | 0 | 0.98 | 0.44 | 0.36 | 327 | 0.96 | 0.33 |
| Hex | A3 | 3 | 5B | 0 | 62 | 2C | 24 | 147 | 60 | 21 |
| Octal | 243 | 3 | 133 | 0 | 142 | 54 | 44 | 507 | 140 | 41 |
| Binary | 10100011 | 11 | 1011011 | 0 | 1100010 | 101100 | 100100 | 101000111 | 1100000 | 100001 |
Color Harmonies of #A3035B
Complementary color
Monochromatic Colors of #A3035B
Black with #A3035B
Text Example
Text Example
White with #A3035B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3035B; }
p { color: rgb(163,3,91); }
H1.HeaderClassName
{
color: #A3035B;
}
.AnyTagClassName
{
color: #A3035B;
}
</style>
background-color css
<style>
a { background-color: #A3035B; }
a { background-color: rgb(163,3,91); }
div.DivClassName
{
background-color: #A3035B;
}
.BgClassName
{
background-color: #A3035B;
}
</style>
border-color css
<style>
span { border-color: #A3035B; }
span { border-color: rgb(163,3,91); }
td.TdClassName
{
border-color: #A3035B;
}
.TagClassName
{
border-color: #A3035B;
}
</style>