Shades of Jazzberry Jam #A40051
Tints of Jazzberry Jam #A40051
RGB
CMYK
RGB Variations
Color information
#A40051 (or 0xA40051) is known color: Jazzberry Jam. HEX triplet: A4, 00 and 51. RGB value is (164,0,81). Sum of RGB (Red+Green+Blue) = 164+0+81=245 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.94% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 81 (32.03% from 255 or 33.06% from 245); Max value from RGB is 164 - color contains mainly: red. Hex color #A40051 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40051 is #5BFFAE. Grayscale: #3A3A3A. Windows color (decimal): -6029231 or 5308580. OLE color: 5308580.
HSL color Cylindrical-coordinate representation of color #A40051: hue angle of 330.37º 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 #A40051 is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 0 | 81 | - |
| CMYK | 0 | 1 | 0.51 | 0.36 |
| HSL | 330.37º | 1% | 0.32% | - |
| HSV(B) | 330.37º | 1% | 0.64% | - |
| XYZ | 16.8 | 8.49 | 8.54 | - |
| YUV | 58.27 | 140.83 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 0 | 81 | 0 | 1 | 0.51 | 0.36 | 330.37 | 1 | 0.32 |
| Hex | A4 | 0 | 51 | 0 | 64 | 33 | 24 | 14A | 64 | 20 |
| Octal | 244 | 0 | 121 | 0 | 144 | 63 | 44 | 512 | 144 | 40 |
| Binary | 10100100 | 0 | 1010001 | 0 | 1100100 | 110011 | 100100 | 101001010 | 1100100 | 100000 |
Color Harmonies of #A40051
Complementary color
Monochromatic Colors of #A40051
Black with #A40051
Text Example
Text Example
White with #A40051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40051; }
p { color: rgb(164,0,81); }
H1.HeaderClassName
{
color: #A40051;
}
.AnyTagClassName
{
color: #A40051;
}
</style>
background-color css
<style>
a { background-color: #A40051; }
a { background-color: rgb(164,0,81); }
div.DivClassName
{
background-color: #A40051;
}
.BgClassName
{
background-color: #A40051;
}
</style>
border-color css
<style>
span { border-color: #A40051; }
span { border-color: rgb(164,0,81); }
td.TdClassName
{
border-color: #A40051;
}
.TagClassName
{
border-color: #A40051;
}
</style>