Shades of Jazzberry Jam #A30A4A
Tints of Jazzberry Jam #A30A4A
RGB
CMYK
RGB Variations
Color information
#A30A4A (or 0xA30A4A) is known color: Jazzberry Jam. HEX triplet: A3, 0A and 4A. RGB value is (163,10,74). Sum of RGB (Red+Green+Blue) = 163+10+74=247 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.99% from 247); Green value is 10 (4.30% from 255 or 4.05% from 247); Blue value is 74 (29.30% from 255 or 29.96% from 247); Max value from RGB is 163 - color contains mainly: red. Hex color #A30A4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30A4A is #5CF5B5. Grayscale: #3E3E3E. Windows color (decimal): -6092214 or 4852387. OLE color: 4852387.
HSL color Cylindrical-coordinate representation of color #A30A4A: hue angle of 334.9º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30A4A is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 10 | 74 | - |
| CMYK | 0 | 0.94 | 0.55 | 0.36 |
| HSL | 334.9º | 0.88% | 0.34% | - |
| HSV(B) | 334.9º | 0.94% | 0.64% | - |
| XYZ | 16.45 | 8.5 | 7.25 | - |
| YUV | 63.04 | 134.19 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 10 | 74 | 0 | 0.94 | 0.55 | 0.36 | 334.9 | 0.88 | 0.34 |
| Hex | A3 | A | 4A | 0 | 5E | 37 | 24 | 14F | 58 | 22 |
| Octal | 243 | 12 | 112 | 0 | 136 | 67 | 44 | 517 | 130 | 42 |
| Binary | 10100011 | 1010 | 1001010 | 0 | 1011110 | 110111 | 100100 | 101001111 | 1011000 | 100010 |
Color Harmonies of #A30A4A
Complementary color
Monochromatic Colors of #A30A4A
Black with #A30A4A
Text Example
Text Example
White with #A30A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30A4A; }
p { color: rgb(163,10,74); }
H1.HeaderClassName
{
color: #A30A4A;
}
.AnyTagClassName
{
color: #A30A4A;
}
</style>
background-color css
<style>
a { background-color: #A30A4A; }
a { background-color: rgb(163,10,74); }
div.DivClassName
{
background-color: #A30A4A;
}
.BgClassName
{
background-color: #A30A4A;
}
</style>
border-color css
<style>
span { border-color: #A30A4A; }
span { border-color: rgb(163,10,74); }
td.TdClassName
{
border-color: #A30A4A;
}
.TagClassName
{
border-color: #A30A4A;
}
</style>