Shades of Jazzberry Jam #A41A5E
Tints of Jazzberry Jam #A41A5E
RGB
CMYK
RGB Variations
Color information
#A41A5E (or 0xA41A5E) is known color: Jazzberry Jam. HEX triplet: A4, 1A and 5E. RGB value is (164,26,94). Sum of RGB (Red+Green+Blue) = 164+26+94=284 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.75% from 284); Green value is 26 (10.55% from 255 or 9.15% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 164 - color contains mainly: red. Hex color #A41A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41A5E is #5BE5A1. Grayscale: #4A4A4A. Windows color (decimal): -6022562 or 6167204. OLE color: 6167204.
HSL color Cylindrical-coordinate representation of color #A41A5E: hue angle of 330.43º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A41A5E is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 26 | 94 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.36 |
| HSL | 330.43º | 0.73% | 0.37% | - |
| HSV(B) | 330.43º | 0.84% | 0.64% | - |
| XYZ | 17.7 | 9.44 | 11.48 | - |
| YUV | 75.01 | 138.72 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 26 | 94 | 0 | 0.84 | 0.43 | 0.36 | 330.43 | 0.73 | 0.37 |
| Hex | A4 | 1A | 5E | 0 | 54 | 2B | 24 | 14A | 49 | 25 |
| Octal | 244 | 32 | 136 | 0 | 124 | 53 | 44 | 512 | 111 | 45 |
| Binary | 10100100 | 11010 | 1011110 | 0 | 1010100 | 101011 | 100100 | 101001010 | 1001001 | 100101 |
Color Harmonies of #A41A5E
Complementary color
Monochromatic Colors of #A41A5E
Black with #A41A5E
Text Example
Text Example
White with #A41A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41A5E; }
p { color: rgb(164,26,94); }
H1.HeaderClassName
{
color: #A41A5E;
}
.AnyTagClassName
{
color: #A41A5E;
}
</style>
background-color css
<style>
a { background-color: #A41A5E; }
a { background-color: rgb(164,26,94); }
div.DivClassName
{
background-color: #A41A5E;
}
.BgClassName
{
background-color: #A41A5E;
}
</style>
border-color css
<style>
span { border-color: #A41A5E; }
span { border-color: rgb(164,26,94); }
td.TdClassName
{
border-color: #A41A5E;
}
.TagClassName
{
border-color: #A41A5E;
}
</style>