Shades of Jazzberry Jam #A41D76
Tints of Jazzberry Jam #A41D76
RGB
CMYK
RGB Variations
Color information
#A41D76 (or 0xA41D76) is known color: Jazzberry Jam. HEX triplet: A4, 1D and 76. RGB value is (164,29,118). Sum of RGB (Red+Green+Blue) = 164+29+118=311 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.73% from 311); Green value is 29 (11.72% from 255 or 9.32% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 164 - color contains mainly: red. Hex color #A41D76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41D76 is #5BE289. Grayscale: #4F4F4F. Windows color (decimal): -6021770 or 7740836. OLE color: 7740836.
HSL color Cylindrical-coordinate representation of color #A41D76: hue angle of 320.44º degrees, saturation: 0.7, 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 #A41D76 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 29 | 118 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.36 |
| HSL | 320.44º | 0.7% | 0.38% | - |
| HSV(B) | 320.44º | 0.82% | 0.64% | - |
| XYZ | 19.02 | 10.08 | 18.08 | - |
| YUV | 79.51 | 149.73 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 29 | 118 | 0 | 0.82 | 0.28 | 0.36 | 320.44 | 0.7 | 0.38 |
| Hex | A4 | 1D | 76 | 0 | 52 | 1C | 24 | 140 | 46 | 26 |
| Octal | 244 | 35 | 166 | 0 | 122 | 34 | 44 | 500 | 106 | 46 |
| Binary | 10100100 | 11101 | 1110110 | 0 | 1010010 | 11100 | 100100 | 101000000 | 1000110 | 100110 |
Color Harmonies of #A41D76
Complementary color
Monochromatic Colors of #A41D76
Black with #A41D76
Text Example
Text Example
White with #A41D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41D76; }
p { color: rgb(164,29,118); }
H1.HeaderClassName
{
color: #A41D76;
}
.AnyTagClassName
{
color: #A41D76;
}
</style>
background-color css
<style>
a { background-color: #A41D76; }
a { background-color: rgb(164,29,118); }
div.DivClassName
{
background-color: #A41D76;
}
.BgClassName
{
background-color: #A41D76;
}
</style>
border-color css
<style>
span { border-color: #A41D76; }
span { border-color: rgb(164,29,118); }
td.TdClassName
{
border-color: #A41D76;
}
.TagClassName
{
border-color: #A41D76;
}
</style>