Shades of Jazzberry Jam #A41C58
Tints of Jazzberry Jam #A41C58
RGB
CMYK
RGB Variations
Color information
#A41C58 (or 0xA41C58) is known color: Jazzberry Jam. HEX triplet: A4, 1C and 58. RGB value is (164,28,88). Sum of RGB (Red+Green+Blue) = 164+28+88=280 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.57% from 280); Green value is 28 (11.33% from 255 or 10% from 280); Blue value is 88 (34.77% from 255 or 31.43% from 280); Max value from RGB is 164 - color contains mainly: red. Hex color #A41C58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41C58 is #5BE3A7. Grayscale: #4B4B4B. Windows color (decimal): -6022056 or 5774500. OLE color: 5774500.
HSL color Cylindrical-coordinate representation of color #A41C58: hue angle of 333.53º 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 #A41C58 is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 28 | 88 | - |
| CMYK | 0 | 0.83 | 0.46 | 0.36 |
| HSL | 333.53º | 0.71% | 0.38% | - |
| HSV(B) | 333.53º | 0.83% | 0.64% | - |
| XYZ | 17.49 | 9.43 | 10.13 | - |
| YUV | 75.5 | 135.06 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 28 | 88 | 0 | 0.83 | 0.46 | 0.36 | 333.53 | 0.71 | 0.38 |
| Hex | A4 | 1C | 58 | 0 | 53 | 2E | 24 | 14E | 47 | 26 |
| Octal | 244 | 34 | 130 | 0 | 123 | 56 | 44 | 516 | 107 | 46 |
| Binary | 10100100 | 11100 | 1011000 | 0 | 1010011 | 101110 | 100100 | 101001110 | 1000111 | 100110 |
Color Harmonies of #A41C58
Complementary color
Monochromatic Colors of #A41C58
Black with #A41C58
Text Example
Text Example
White with #A41C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41C58; }
p { color: rgb(164,28,88); }
H1.HeaderClassName
{
color: #A41C58;
}
.AnyTagClassName
{
color: #A41C58;
}
</style>
background-color css
<style>
a { background-color: #A41C58; }
a { background-color: rgb(164,28,88); }
div.DivClassName
{
background-color: #A41C58;
}
.BgClassName
{
background-color: #A41C58;
}
</style>
border-color css
<style>
span { border-color: #A41C58; }
span { border-color: rgb(164,28,88); }
td.TdClassName
{
border-color: #A41C58;
}
.TagClassName
{
border-color: #A41C58;
}
</style>