Shades of Jazzberry Jam #A41875
Tints of Jazzberry Jam #A41875
RGB
CMYK
RGB Variations
Color information
#A41875 (or 0xA41875) is known color: Jazzberry Jam. HEX triplet: A4, 18 and 75. RGB value is (164,24,117). Sum of RGB (Red+Green+Blue) = 164+24+117=305 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.77% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 164 - color contains mainly: red. Hex color #A41875 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41875 is #5BE78A. Grayscale: #4C4C4C. Windows color (decimal): -6023051 or 7674020. OLE color: 7674020.
HSL color Cylindrical-coordinate representation of color #A41875: hue angle of 320.14º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A41875 is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 24 | 117 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.36 |
| HSL | 320.14º | 0.74% | 0.37% | - |
| HSV(B) | 320.14º | 0.85% | 0.64% | - |
| XYZ | 18.85 | 9.83 | 17.73 | - |
| YUV | 76.46 | 150.88 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 24 | 117 | 0 | 0.85 | 0.29 | 0.36 | 320.14 | 0.74 | 0.37 |
| Hex | A4 | 18 | 75 | 0 | 55 | 1D | 24 | 140 | 4A | 25 |
| Octal | 244 | 30 | 165 | 0 | 125 | 35 | 44 | 500 | 112 | 45 |
| Binary | 10100100 | 11000 | 1110101 | 0 | 1010101 | 11101 | 100100 | 101000000 | 1001010 | 100101 |
Color Harmonies of #A41875
Complementary color
Monochromatic Colors of #A41875
Black with #A41875
Text Example
Text Example
White with #A41875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41875; }
p { color: rgb(164,24,117); }
H1.HeaderClassName
{
color: #A41875;
}
.AnyTagClassName
{
color: #A41875;
}
</style>
background-color css
<style>
a { background-color: #A41875; }
a { background-color: rgb(164,24,117); }
div.DivClassName
{
background-color: #A41875;
}
.BgClassName
{
background-color: #A41875;
}
</style>
border-color css
<style>
span { border-color: #A41875; }
span { border-color: rgb(164,24,117); }
td.TdClassName
{
border-color: #A41875;
}
.TagClassName
{
border-color: #A41875;
}
</style>