Shades of Jazzberry Jam #A30E46
Tints of Jazzberry Jam #A30E46
RGB
CMYK
RGB Variations
Color information
#A30E46 (or 0xA30E46) is known color: Jazzberry Jam. HEX triplet: A3, 0E and 46. RGB value is (163,14,70). Sum of RGB (Red+Green+Blue) = 163+14+70=247 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.99% from 247); Green value is 14 (5.86% from 255 or 5.67% from 247); Blue value is 70 (27.73% from 255 or 28.34% from 247); Max value from RGB is 163 - color contains mainly: red. Hex color #A30E46 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30E46 is #5CF1B9. Grayscale: #404040. Windows color (decimal): -6091194 or 4591267. OLE color: 4591267.
HSL color Cylindrical-coordinate representation of color #A30E46: hue angle of 337.45º 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 #A30E46 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 14 | 70 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.36 |
| HSL | 337.45º | 0.84% | 0.35% | - |
| HSV(B) | 337.45º | 0.91% | 0.64% | - |
| XYZ | 16.37 | 8.54 | 6.58 | - |
| YUV | 64.94 | 130.86 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 14 | 70 | 0 | 0.91 | 0.57 | 0.36 | 337.45 | 0.84 | 0.35 |
| Hex | A3 | E | 46 | 0 | 5B | 39 | 24 | 151 | 54 | 23 |
| Octal | 243 | 16 | 106 | 0 | 133 | 71 | 44 | 521 | 124 | 43 |
| Binary | 10100011 | 1110 | 1000110 | 0 | 1011011 | 111001 | 100100 | 101010001 | 1010100 | 100011 |
Color Harmonies of #A30E46
Complementary color
Monochromatic Colors of #A30E46
Black with #A30E46
Text Example
Text Example
White with #A30E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30E46; }
p { color: rgb(163,14,70); }
H1.HeaderClassName
{
color: #A30E46;
}
.AnyTagClassName
{
color: #A30E46;
}
</style>
background-color css
<style>
a { background-color: #A30E46; }
a { background-color: rgb(163,14,70); }
div.DivClassName
{
background-color: #A30E46;
}
.BgClassName
{
background-color: #A30E46;
}
</style>
border-color css
<style>
span { border-color: #A30E46; }
span { border-color: rgb(163,14,70); }
td.TdClassName
{
border-color: #A30E46;
}
.TagClassName
{
border-color: #A30E46;
}
</style>