Shades of Jazzberry Jam #A41E6D
Tints of Jazzberry Jam #A41E6D
RGB
CMYK
RGB Variations
Color information
#A41E6D (or 0xA41E6D) is known color: Jazzberry Jam. HEX triplet: A4, 1E and 6D. RGB value is (164,30,109). Sum of RGB (Red+Green+Blue) = 164+30+109=303 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.13% from 303); Green value is 30 (12.11% from 255 or 9.90% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 164 - color contains mainly: red. Hex color #A41E6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41E6D is #5BE192. Grayscale: #4E4E4E. Windows color (decimal): -6021523 or 7151268. OLE color: 7151268.
HSL color Cylindrical-coordinate representation of color #A41E6D: hue angle of 324.63º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A41E6D is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 30 | 109 | - |
| CMYK | 0 | 0.82 | 0.34 | 0.36 |
| HSL | 324.63º | 0.69% | 0.38% | - |
| HSV(B) | 324.63º | 0.82% | 0.64% | - |
| XYZ | 18.53 | 9.93 | 15.41 | - |
| YUV | 79.07 | 144.89 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 30 | 109 | 0 | 0.82 | 0.34 | 0.36 | 324.63 | 0.69 | 0.38 |
| Hex | A4 | 1E | 6D | 0 | 52 | 22 | 24 | 145 | 45 | 26 |
| Octal | 244 | 36 | 155 | 0 | 122 | 42 | 44 | 505 | 105 | 46 |
| Binary | 10100100 | 11110 | 1101101 | 0 | 1010010 | 100010 | 100100 | 101000101 | 1000101 | 100110 |
Color Harmonies of #A41E6D
Complementary color
Monochromatic Colors of #A41E6D
Black with #A41E6D
Text Example
Text Example
White with #A41E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41E6D; }
p { color: rgb(164,30,109); }
H1.HeaderClassName
{
color: #A41E6D;
}
.AnyTagClassName
{
color: #A41E6D;
}
</style>
background-color css
<style>
a { background-color: #A41E6D; }
a { background-color: rgb(164,30,109); }
div.DivClassName
{
background-color: #A41E6D;
}
.BgClassName
{
background-color: #A41E6D;
}
</style>
border-color css
<style>
span { border-color: #A41E6D; }
span { border-color: rgb(164,30,109); }
td.TdClassName
{
border-color: #A41E6D;
}
.TagClassName
{
border-color: #A41E6D;
}
</style>