Shades of Jazzberry Jam #A41456
Tints of Jazzberry Jam #A41456
RGB
CMYK
RGB Variations
Color information
#A41456 (or 0xA41456) is known color: Jazzberry Jam. HEX triplet: A4, 14 and 56. RGB value is (164,20,86). Sum of RGB (Red+Green+Blue) = 164+20+86=270 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.74% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 86 (33.98% from 255 or 31.85% from 270); Max value from RGB is 164 - color contains mainly: red. Hex color #A41456 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41456 is #5BEBA9. Grayscale: #464646. Windows color (decimal): -6024106 or 5641380. OLE color: 5641380.
HSL color Cylindrical-coordinate representation of color #A41456: hue angle of 332.5º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A41456 is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 20 | 86 | - |
| CMYK | 0 | 0.88 | 0.48 | 0.36 |
| HSL | 332.5º | 0.78% | 0.36% | - |
| HSV(B) | 332.5º | 0.88% | 0.64% | - |
| XYZ | 17.24 | 9.06 | 9.65 | - |
| YUV | 70.58 | 136.71 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 20 | 86 | 0 | 0.88 | 0.48 | 0.36 | 332.5 | 0.78 | 0.36 |
| Hex | A4 | 14 | 56 | 0 | 58 | 30 | 24 | 14C | 4E | 24 |
| Octal | 244 | 24 | 126 | 0 | 130 | 60 | 44 | 514 | 116 | 44 |
| Binary | 10100100 | 10100 | 1010110 | 0 | 1011000 | 110000 | 100100 | 101001100 | 1001110 | 100100 |
Color Harmonies of #A41456
Complementary color
Monochromatic Colors of #A41456
Black with #A41456
Text Example
Text Example
White with #A41456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41456; }
p { color: rgb(164,20,86); }
H1.HeaderClassName
{
color: #A41456;
}
.AnyTagClassName
{
color: #A41456;
}
</style>
background-color css
<style>
a { background-color: #A41456; }
a { background-color: rgb(164,20,86); }
div.DivClassName
{
background-color: #A41456;
}
.BgClassName
{
background-color: #A41456;
}
</style>
border-color css
<style>
span { border-color: #A41456; }
span { border-color: rgb(164,20,86); }
td.TdClassName
{
border-color: #A41456;
}
.TagClassName
{
border-color: #A41456;
}
</style>