Shades of Jazzberry Jam #A00454
Tints of Jazzberry Jam #A00454
RGB
CMYK
RGB Variations
Color information
#A00454 (or 0xA00454) is known color: Jazzberry Jam. HEX triplet: A0, 04 and 54. RGB value is (160,4,84). Sum of RGB (Red+Green+Blue) = 160+4+84=248 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.52% from 248); Green value is 4 (1.95% from 255 or 1.61% from 248); Blue value is 84 (33.20% from 255 or 33.87% from 248); Max value from RGB is 160 - color contains mainly: red. Hex color #A00454 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00454 is #5FFBAB. Grayscale: #3B3B3B. Windows color (decimal): -6290348 or 5506208. OLE color: 5506208.
HSL color Cylindrical-coordinate representation of color #A00454: hue angle of 329.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 #A00454 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 4 | 84 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.37 |
| HSL | 329.23º | 0.95% | 0.32% | - |
| HSV(B) | 329.23º | 0.98% | 0.63% | - |
| XYZ | 16.14 | 8.2 | 9.12 | - |
| YUV | 59.76 | 141.68 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 4 | 84 | 0 | 0.98 | 0.48 | 0.37 | 329.23 | 0.95 | 0.32 |
| Hex | A0 | 4 | 54 | 0 | 62 | 30 | 25 | 149 | 5F | 20 |
| Octal | 240 | 4 | 124 | 0 | 142 | 60 | 45 | 511 | 137 | 40 |
| Binary | 10100000 | 100 | 1010100 | 0 | 1100010 | 110000 | 100101 | 101001001 | 1011111 | 100000 |
Color Harmonies of #A00454
Complementary color
Monochromatic Colors of #A00454
Black with #A00454
Text Example
Text Example
White with #A00454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00454; }
p { color: rgb(160,4,84); }
H1.HeaderClassName
{
color: #A00454;
}
.AnyTagClassName
{
color: #A00454;
}
</style>
background-color css
<style>
a { background-color: #A00454; }
a { background-color: rgb(160,4,84); }
div.DivClassName
{
background-color: #A00454;
}
.BgClassName
{
background-color: #A00454;
}
</style>
border-color css
<style>
span { border-color: #A00454; }
span { border-color: rgb(160,4,84); }
td.TdClassName
{
border-color: #A00454;
}
.TagClassName
{
border-color: #A00454;
}
</style>