Shades of Jazzberry Jam #A41D6F
Tints of Jazzberry Jam #A41D6F
RGB
CMYK
RGB Variations
Color information
#A41D6F (or 0xA41D6F) is known color: Jazzberry Jam. HEX triplet: A4, 1D and 6F. RGB value is (164,29,111). Sum of RGB (Red+Green+Blue) = 164+29+111=304 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.95% from 304); Green value is 29 (11.72% from 255 or 9.54% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 164 - color contains mainly: red. Hex color #A41D6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41D6F is #5BE290. Grayscale: #4E4E4E. Windows color (decimal): -6021777 or 7282084. OLE color: 7282084.
HSL color Cylindrical-coordinate representation of color #A41D6F: hue angle of 323.56º 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 #A41D6F is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 29 | 111 | - |
| CMYK | 0 | 0.82 | 0.32 | 0.36 |
| HSL | 323.56º | 0.7% | 0.38% | - |
| HSV(B) | 323.56º | 0.82% | 0.64% | - |
| XYZ | 18.62 | 9.92 | 15.97 | - |
| YUV | 78.71 | 146.23 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 29 | 111 | 0 | 0.82 | 0.32 | 0.36 | 323.56 | 0.7 | 0.38 |
| Hex | A4 | 1D | 6F | 0 | 52 | 20 | 24 | 144 | 46 | 26 |
| Octal | 244 | 35 | 157 | 0 | 122 | 40 | 44 | 504 | 106 | 46 |
| Binary | 10100100 | 11101 | 1101111 | 0 | 1010010 | 100000 | 100100 | 101000100 | 1000110 | 100110 |
Color Harmonies of #A41D6F
Complementary color
Monochromatic Colors of #A41D6F
Black with #A41D6F
Text Example
Text Example
White with #A41D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41D6F; }
p { color: rgb(164,29,111); }
H1.HeaderClassName
{
color: #A41D6F;
}
.AnyTagClassName
{
color: #A41D6F;
}
</style>
background-color css
<style>
a { background-color: #A41D6F; }
a { background-color: rgb(164,29,111); }
div.DivClassName
{
background-color: #A41D6F;
}
.BgClassName
{
background-color: #A41D6F;
}
</style>
border-color css
<style>
span { border-color: #A41D6F; }
span { border-color: rgb(164,29,111); }
td.TdClassName
{
border-color: #A41D6F;
}
.TagClassName
{
border-color: #A41D6F;
}
</style>