Shades of Jazzberry Jam #A00447
Tints of Jazzberry Jam #A00447
RGB
CMYK
RGB Variations
Color information
#A00447 (or 0xA00447) is known color: Jazzberry Jam. HEX triplet: A0, 04 and 47. RGB value is (160,4,71). Sum of RGB (Red+Green+Blue) = 160+4+71=235 (31% of max value = 765). Red value is 160 (62.89% from 255 or 68.09% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 71 (28.12% from 255 or 30.21% from 235); Max value from RGB is 160 - color contains mainly: red. Hex color #A00447 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00447 is #5FFBB8. Grayscale: #3A3A3A. Windows color (decimal): -6290361 or 4654240. OLE color: 4654240.
HSL color Cylindrical-coordinate representation of color #A00447: hue angle of 334.23º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A00447 is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 4 | 71 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.37 |
| HSL | 334.23º | 0.95% | 0.32% | - |
| HSV(B) | 334.23º | 0.98% | 0.63% | - |
| XYZ | 15.68 | 8.02 | 6.68 | - |
| YUV | 58.28 | 135.18 | 200.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 4 | 71 | 0 | 0.98 | 0.56 | 0.37 | 334.23 | 0.95 | 0.32 |
| Hex | A0 | 4 | 47 | 0 | 62 | 38 | 25 | 14E | 5F | 20 |
| Octal | 240 | 4 | 107 | 0 | 142 | 70 | 45 | 516 | 137 | 40 |
| Binary | 10100000 | 100 | 1000111 | 0 | 1100010 | 111000 | 100101 | 101001110 | 1011111 | 100000 |
Color Harmonies of #A00447
Complementary color
Monochromatic Colors of #A00447
Black with #A00447
Text Example
Text Example
White with #A00447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00447; }
p { color: rgb(160,4,71); }
H1.HeaderClassName
{
color: #A00447;
}
.AnyTagClassName
{
color: #A00447;
}
</style>
background-color css
<style>
a { background-color: #A00447; }
a { background-color: rgb(160,4,71); }
div.DivClassName
{
background-color: #A00447;
}
.BgClassName
{
background-color: #A00447;
}
</style>
border-color css
<style>
span { border-color: #A00447; }
span { border-color: rgb(160,4,71); }
td.TdClassName
{
border-color: #A00447;
}
.TagClassName
{
border-color: #A00447;
}
</style>