Shades of Jazzberry Jam #A40057
Tints of Jazzberry Jam #A40057
RGB
CMYK
RGB Variations
Color information
#A40057 (or 0xA40057) is known color: Jazzberry Jam. HEX triplet: A4, 00 and 57. RGB value is (164,0,87). Sum of RGB (Red+Green+Blue) = 164+0+87=251 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.34% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 87 (34.38% from 255 or 34.66% from 251); Max value from RGB is 164 - color contains mainly: red. Hex color #A40057 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40057 is #5BFFA8. Grayscale: #3A3A3A. Windows color (decimal): -6029225 or 5701796. OLE color: 5701796.
HSL color Cylindrical-coordinate representation of color #A40057: hue angle of 328.17º 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 #A40057 is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 0 | 87 | - |
| CMYK | 0 | 1 | 0.47 | 0.36 |
| HSL | 328.17º | 1% | 0.32% | - |
| HSV(B) | 328.17º | 1% | 0.64% | - |
| XYZ | 17.03 | 8.58 | 9.78 | - |
| YUV | 58.95 | 143.83 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 0 | 87 | 0 | 1 | 0.47 | 0.36 | 328.17 | 1 | 0.32 |
| Hex | A4 | 0 | 57 | 0 | 64 | 2F | 24 | 148 | 64 | 20 |
| Octal | 244 | 0 | 127 | 0 | 144 | 57 | 44 | 510 | 144 | 40 |
| Binary | 10100100 | 0 | 1010111 | 0 | 1100100 | 101111 | 100100 | 101001000 | 1100100 | 100000 |
Color Harmonies of #A40057
Complementary color
Monochromatic Colors of #A40057
Black with #A40057
Text Example
Text Example
White with #A40057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40057; }
p { color: rgb(164,0,87); }
H1.HeaderClassName
{
color: #A40057;
}
.AnyTagClassName
{
color: #A40057;
}
</style>
background-color css
<style>
a { background-color: #A40057; }
a { background-color: rgb(164,0,87); }
div.DivClassName
{
background-color: #A40057;
}
.BgClassName
{
background-color: #A40057;
}
</style>
border-color css
<style>
span { border-color: #A40057; }
span { border-color: rgb(164,0,87); }
td.TdClassName
{
border-color: #A40057;
}
.TagClassName
{
border-color: #A40057;
}
</style>