Shades of Jazzberry Jam #A40147
Tints of Jazzberry Jam #A40147
RGB
CMYK
RGB Variations
Color information
#A40147 (or 0xA40147) is known color: Jazzberry Jam. HEX triplet: A4, 01 and 47. RGB value is (164,1,71). Sum of RGB (Red+Green+Blue) = 164+1+71=236 (31% of max value = 765). Red value is 164 (64.45% from 255 or 69.49% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 71 (28.12% from 255 or 30.08% from 236); Max value from RGB is 164 - color contains mainly: red. Hex color #A40147 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40147 is #5BFEB8. Grayscale: #393939. Windows color (decimal): -6028985 or 4653476. OLE color: 4653476.
HSL color Cylindrical-coordinate representation of color #A40147: hue angle of 334.23º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A40147 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 1 | 71 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.36 |
| HSL | 334.23º | 0.99% | 0.32% | - |
| HSV(B) | 334.23º | 0.99% | 0.64% | - |
| XYZ | 16.46 | 8.37 | 6.71 | - |
| YUV | 57.72 | 135.5 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 1 | 71 | 0 | 0.99 | 0.57 | 0.36 | 334.23 | 0.99 | 0.32 |
| Hex | A4 | 1 | 47 | 0 | 63 | 39 | 24 | 14E | 63 | 20 |
| Octal | 244 | 1 | 107 | 0 | 143 | 71 | 44 | 516 | 143 | 40 |
| Binary | 10100100 | 1 | 1000111 | 0 | 1100011 | 111001 | 100100 | 101001110 | 1100011 | 100000 |
Color Harmonies of #A40147
Complementary color
Monochromatic Colors of #A40147
Black with #A40147
Text Example
Text Example
White with #A40147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40147; }
p { color: rgb(164,1,71); }
H1.HeaderClassName
{
color: #A40147;
}
.AnyTagClassName
{
color: #A40147;
}
</style>
background-color css
<style>
a { background-color: #A40147; }
a { background-color: rgb(164,1,71); }
div.DivClassName
{
background-color: #A40147;
}
.BgClassName
{
background-color: #A40147;
}
</style>
border-color css
<style>
span { border-color: #A40147; }
span { border-color: rgb(164,1,71); }
td.TdClassName
{
border-color: #A40147;
}
.TagClassName
{
border-color: #A40147;
}
</style>