Shades of Jazzberry Jam #A41676
Tints of Jazzberry Jam #A41676
RGB
CMYK
RGB Variations
Color information
#A41676 (or 0xA41676) is known color: Jazzberry Jam. HEX triplet: A4, 16 and 76. RGB value is (164,22,118). Sum of RGB (Red+Green+Blue) = 164+22+118=304 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.95% from 304); Green value is 22 (8.98% from 255 or 7.24% from 304); Blue value is 118 (46.48% from 255 or 38.82% from 304); Max value from RGB is 164 - color contains mainly: red. Hex color #A41676 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41676 is #5BE989. Grayscale: #4B4B4B. Windows color (decimal): -6023562 or 7739044. OLE color: 7739044.
HSL color Cylindrical-coordinate representation of color #A41676: hue angle of 319.44º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A41676 is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 22 | 118 | - |
| CMYK | 0 | 0.87 | 0.28 | 0.36 |
| HSL | 319.44º | 0.76% | 0.36% | - |
| HSV(B) | 319.44º | 0.87% | 0.64% | - |
| XYZ | 18.87 | 9.77 | 18.03 | - |
| YUV | 75.4 | 152.04 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 22 | 118 | 0 | 0.87 | 0.28 | 0.36 | 319.44 | 0.76 | 0.36 |
| Hex | A4 | 16 | 76 | 0 | 57 | 1C | 24 | 13F | 4C | 24 |
| Octal | 244 | 26 | 166 | 0 | 127 | 34 | 44 | 477 | 114 | 44 |
| Binary | 10100100 | 10110 | 1110110 | 0 | 1010111 | 11100 | 100100 | 100111111 | 1001100 | 100100 |
Color Harmonies of #A41676
Complementary color
Monochromatic Colors of #A41676
Black with #A41676
Text Example
Text Example
White with #A41676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41676; }
p { color: rgb(164,22,118); }
H1.HeaderClassName
{
color: #A41676;
}
.AnyTagClassName
{
color: #A41676;
}
</style>
background-color css
<style>
a { background-color: #A41676; }
a { background-color: rgb(164,22,118); }
div.DivClassName
{
background-color: #A41676;
}
.BgClassName
{
background-color: #A41676;
}
</style>
border-color css
<style>
span { border-color: #A41676; }
span { border-color: rgb(164,22,118); }
td.TdClassName
{
border-color: #A41676;
}
.TagClassName
{
border-color: #A41676;
}
</style>