Shades of Jazzberry Jam #A41C60
Tints of Jazzberry Jam #A41C60
RGB
CMYK
RGB Variations
Color information
#A41C60 (or 0xA41C60) is known color: Jazzberry Jam. HEX triplet: A4, 1C and 60. RGB value is (164,28,96). Sum of RGB (Red+Green+Blue) = 164+28+96=288 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.94% from 288); Green value is 28 (11.33% from 255 or 9.72% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 164 - color contains mainly: red. Hex color #A41C60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41C60 is #5BE39F. Grayscale: #4C4C4C. Windows color (decimal): -6022048 or 6298788. OLE color: 6298788.
HSL color Cylindrical-coordinate representation of color #A41C60: hue angle of 330º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A41C60 is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 28 | 96 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.36 |
| HSL | 330º | 0.71% | 0.38% | - |
| HSV(B) | 330º | 0.83% | 0.64% | - |
| XYZ | 17.84 | 9.57 | 11.97 | - |
| YUV | 76.42 | 139.06 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 28 | 96 | 0 | 0.83 | 0.41 | 0.36 | 330 | 0.71 | 0.38 |
| Hex | A4 | 1C | 60 | 0 | 53 | 29 | 24 | 14A | 47 | 26 |
| Octal | 244 | 34 | 140 | 0 | 123 | 51 | 44 | 512 | 107 | 46 |
| Binary | 10100100 | 11100 | 1100000 | 0 | 1010011 | 101001 | 100100 | 101001010 | 1000111 | 100110 |
Color Harmonies of #A41C60
Complementary color
Monochromatic Colors of #A41C60
Black with #A41C60
Text Example
Text Example
White with #A41C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41C60; }
p { color: rgb(164,28,96); }
H1.HeaderClassName
{
color: #A41C60;
}
.AnyTagClassName
{
color: #A41C60;
}
</style>
background-color css
<style>
a { background-color: #A41C60; }
a { background-color: rgb(164,28,96); }
div.DivClassName
{
background-color: #A41C60;
}
.BgClassName
{
background-color: #A41C60;
}
</style>
border-color css
<style>
span { border-color: #A41C60; }
span { border-color: rgb(164,28,96); }
td.TdClassName
{
border-color: #A41C60;
}
.TagClassName
{
border-color: #A41C60;
}
</style>