Shades of Jazzberry Jam #A30E64
Tints of Jazzberry Jam #A30E64
RGB
CMYK
RGB Variations
Color information
#A30E64 (or 0xA30E64) is known color: Jazzberry Jam. HEX triplet: A3, 0E and 64. RGB value is (163,14,100). Sum of RGB (Red+Green+Blue) = 163+14+100=277 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.84% from 277); Green value is 14 (5.86% from 255 or 5.05% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 163 - color contains mainly: red. Hex color #A30E64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30E64 is #5CF19B. Grayscale: #444444. Windows color (decimal): -6091164 or 6557347. OLE color: 6557347.
HSL color Cylindrical-coordinate representation of color #A30E64: hue angle of 325.37º 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 #A30E64 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 14 | 100 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.36 |
| HSL | 325.37º | 0.84% | 0.35% | - |
| HSV(B) | 325.37º | 0.91% | 0.64% | - |
| XYZ | 17.56 | 9.02 | 12.87 | - |
| YUV | 68.36 | 145.86 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 14 | 100 | 0 | 0.91 | 0.39 | 0.36 | 325.37 | 0.84 | 0.35 |
| Hex | A3 | E | 64 | 0 | 5B | 27 | 24 | 145 | 54 | 23 |
| Octal | 243 | 16 | 144 | 0 | 133 | 47 | 44 | 505 | 124 | 43 |
| Binary | 10100011 | 1110 | 1100100 | 0 | 1011011 | 100111 | 100100 | 101000101 | 1010100 | 100011 |
Color Harmonies of #A30E64
Complementary color
Monochromatic Colors of #A30E64
Black with #A30E64
Text Example
Text Example
White with #A30E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30E64; }
p { color: rgb(163,14,100); }
H1.HeaderClassName
{
color: #A30E64;
}
.AnyTagClassName
{
color: #A30E64;
}
</style>
background-color css
<style>
a { background-color: #A30E64; }
a { background-color: rgb(163,14,100); }
div.DivClassName
{
background-color: #A30E64;
}
.BgClassName
{
background-color: #A30E64;
}
</style>
border-color css
<style>
span { border-color: #A30E64; }
span { border-color: rgb(163,14,100); }
td.TdClassName
{
border-color: #A30E64;
}
.TagClassName
{
border-color: #A30E64;
}
</style>