Shades of Jazzberry Jam #A30E44
Tints of Jazzberry Jam #A30E44
RGB
CMYK
RGB Variations
Color information
#A30E44 (or 0xA30E44) is known color: Jazzberry Jam. HEX triplet: A3, 0E and 44. RGB value is (163,14,68). Sum of RGB (Red+Green+Blue) = 163+14+68=245 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.53% from 245); Green value is 14 (5.86% from 255 or 5.71% from 245); Blue value is 68 (26.95% from 255 or 27.76% from 245); Max value from RGB is 163 - color contains mainly: red. Hex color #A30E44 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30E44 is #5CF1BB. Grayscale: #404040. Windows color (decimal): -6091196 or 4460195. OLE color: 4460195.
HSL color Cylindrical-coordinate representation of color #A30E44: hue angle of 338.26º 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 #A30E44 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 14 | 68 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.36 |
| HSL | 338.26º | 0.84% | 0.35% | - |
| HSV(B) | 338.26º | 0.91% | 0.64% | - |
| XYZ | 16.3 | 8.52 | 6.25 | - |
| YUV | 64.71 | 129.86 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 14 | 68 | 0 | 0.91 | 0.58 | 0.36 | 338.26 | 0.84 | 0.35 |
| Hex | A3 | E | 44 | 0 | 5B | 3A | 24 | 152 | 54 | 23 |
| Octal | 243 | 16 | 104 | 0 | 133 | 72 | 44 | 522 | 124 | 43 |
| Binary | 10100011 | 1110 | 1000100 | 0 | 1011011 | 111010 | 100100 | 101010010 | 1010100 | 100011 |
Color Harmonies of #A30E44
Complementary color
Monochromatic Colors of #A30E44
Black with #A30E44
Text Example
Text Example
White with #A30E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30E44; }
p { color: rgb(163,14,68); }
H1.HeaderClassName
{
color: #A30E44;
}
.AnyTagClassName
{
color: #A30E44;
}
</style>
background-color css
<style>
a { background-color: #A30E44; }
a { background-color: rgb(163,14,68); }
div.DivClassName
{
background-color: #A30E44;
}
.BgClassName
{
background-color: #A30E44;
}
</style>
border-color css
<style>
span { border-color: #A30E44; }
span { border-color: rgb(163,14,68); }
td.TdClassName
{
border-color: #A30E44;
}
.TagClassName
{
border-color: #A30E44;
}
</style>