Shades of Jazzberry Jam #A3004D
Tints of Jazzberry Jam #A3004D
RGB
CMYK
RGB Variations
Color information
#A3004D (or 0xA3004D) is known color: Jazzberry Jam. HEX triplet: A3, 00 and 4D. RGB value is (163,0,77). Sum of RGB (Red+Green+Blue) = 163+0+77=240 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.92% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 163 - color contains mainly: red. Hex color #A3004D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3004D is #5CFFB2. Grayscale: #393939. Windows color (decimal): -6094771 or 5046435. OLE color: 5046435.
HSL color Cylindrical-coordinate representation of color #A3004D: hue angle of 331.66º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A3004D is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 0 | 77 | - |
| CMYK | 0 | 1 | 0.53 | 0.36 |
| HSL | 331.66º | 1% | 0.32% | - |
| HSV(B) | 331.66º | 1% | 0.64% | - |
| XYZ | 16.44 | 8.32 | 7.76 | - |
| YUV | 57.52 | 139 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 0 | 77 | 0 | 1 | 0.53 | 0.36 | 331.66 | 1 | 0.32 |
| Hex | A3 | 0 | 4D | 0 | 64 | 35 | 24 | 14C | 64 | 20 |
| Octal | 243 | 0 | 115 | 0 | 144 | 65 | 44 | 514 | 144 | 40 |
| Binary | 10100011 | 0 | 1001101 | 0 | 1100100 | 110101 | 100100 | 101001100 | 1100100 | 100000 |
Color Harmonies of #A3004D
Complementary color
Monochromatic Colors of #A3004D
Black with #A3004D
Text Example
Text Example
White with #A3004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3004D; }
p { color: rgb(163,0,77); }
H1.HeaderClassName
{
color: #A3004D;
}
.AnyTagClassName
{
color: #A3004D;
}
</style>
background-color css
<style>
a { background-color: #A3004D; }
a { background-color: rgb(163,0,77); }
div.DivClassName
{
background-color: #A3004D;
}
.BgClassName
{
background-color: #A3004D;
}
</style>
border-color css
<style>
span { border-color: #A3004D; }
span { border-color: rgb(163,0,77); }
td.TdClassName
{
border-color: #A3004D;
}
.TagClassName
{
border-color: #A3004D;
}
</style>