Shades of Jazzberry Jam #A30E45
Tints of Jazzberry Jam #A30E45
RGB
CMYK
RGB Variations
Color information
#A30E45 (or 0xA30E45) is known color: Jazzberry Jam. HEX triplet: A3, 0E and 45. RGB value is (163,14,69). Sum of RGB (Red+Green+Blue) = 163+14+69=246 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.26% from 246); Green value is 14 (5.86% from 255 or 5.69% from 246); Blue value is 69 (27.34% from 255 or 28.05% from 246); Max value from RGB is 163 - color contains mainly: red. Hex color #A30E45 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30E45 is #5CF1BA. Grayscale: #404040. Windows color (decimal): -6091195 or 4525731. OLE color: 4525731.
HSL color Cylindrical-coordinate representation of color #A30E45: hue angle of 337.85º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A30E45 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 14 | 69 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.36 |
| HSL | 337.85º | 0.84% | 0.35% | - |
| HSV(B) | 337.85º | 0.91% | 0.64% | - |
| XYZ | 16.34 | 8.53 | 6.42 | - |
| YUV | 64.82 | 130.36 | 198.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 14 | 69 | 0 | 0.91 | 0.58 | 0.36 | 337.85 | 0.84 | 0.35 |
| Hex | A3 | E | 45 | 0 | 5B | 3A | 24 | 152 | 54 | 23 |
| Octal | 243 | 16 | 105 | 0 | 133 | 72 | 44 | 522 | 124 | 43 |
| Binary | 10100011 | 1110 | 1000101 | 0 | 1011011 | 111010 | 100100 | 101010010 | 1010100 | 100011 |
Color Harmonies of #A30E45
Complementary color
Monochromatic Colors of #A30E45
Black with #A30E45
Text Example
Text Example
White with #A30E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30E45; }
p { color: rgb(163,14,69); }
H1.HeaderClassName
{
color: #A30E45;
}
.AnyTagClassName
{
color: #A30E45;
}
</style>
background-color css
<style>
a { background-color: #A30E45; }
a { background-color: rgb(163,14,69); }
div.DivClassName
{
background-color: #A30E45;
}
.BgClassName
{
background-color: #A30E45;
}
</style>
border-color css
<style>
span { border-color: #A30E45; }
span { border-color: rgb(163,14,69); }
td.TdClassName
{
border-color: #A30E45;
}
.TagClassName
{
border-color: #A30E45;
}
</style>