Shades of Jazzberry Jam #A3035F
Tints of Jazzberry Jam #A3035F
RGB
CMYK
RGB Variations
Color information
#A3035F (or 0xA3035F) is known color: Jazzberry Jam. HEX triplet: A3, 03 and 5F. RGB value is (163,3,95). Sum of RGB (Red+Green+Blue) = 163+3+95=261 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.45% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 95 (37.5% from 255 or 36.40% from 261); Max value from RGB is 163 - color contains mainly: red. Hex color #A3035F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3035F is #5CFCA0. Grayscale: #3D3D3D. Windows color (decimal): -6093985 or 6226851. OLE color: 6226851.
HSL color Cylindrical-coordinate representation of color #A3035F: hue angle of 325.5º 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 #A3035F is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 3 | 95 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.36 |
| HSL | 325.5º | 0.96% | 0.33% | - |
| HSV(B) | 325.5º | 0.98% | 0.64% | - |
| XYZ | 17.2 | 8.68 | 11.59 | - |
| YUV | 61.33 | 147.01 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 3 | 95 | 0 | 0.98 | 0.42 | 0.36 | 325.5 | 0.96 | 0.33 |
| Hex | A3 | 3 | 5F | 0 | 62 | 2A | 24 | 146 | 60 | 21 |
| Octal | 243 | 3 | 137 | 0 | 142 | 52 | 44 | 506 | 140 | 41 |
| Binary | 10100011 | 11 | 1011111 | 0 | 1100010 | 101010 | 100100 | 101000110 | 1100000 | 100001 |
Color Harmonies of #A3035F
Complementary color
Monochromatic Colors of #A3035F
Black with #A3035F
Text Example
Text Example
White with #A3035F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3035F; }
p { color: rgb(163,3,95); }
H1.HeaderClassName
{
color: #A3035F;
}
.AnyTagClassName
{
color: #A3035F;
}
</style>
background-color css
<style>
a { background-color: #A3035F; }
a { background-color: rgb(163,3,95); }
div.DivClassName
{
background-color: #A3035F;
}
.BgClassName
{
background-color: #A3035F;
}
</style>
border-color css
<style>
span { border-color: #A3035F; }
span { border-color: rgb(163,3,95); }
td.TdClassName
{
border-color: #A3035F;
}
.TagClassName
{
border-color: #A3035F;
}
</style>