Shades of Jazzberry Jam #A0045E
Tints of Jazzberry Jam #A0045E
RGB
CMYK
RGB Variations
Color information
#A0045E (or 0xA0045E) is known color: Jazzberry Jam. HEX triplet: A0, 04 and 5E. RGB value is (160,4,94). Sum of RGB (Red+Green+Blue) = 160+4+94=258 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.02% from 258); Green value is 4 (1.95% from 255 or 1.55% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 160 - color contains mainly: red. Hex color #A0045E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0045E is #5FFBA1. Grayscale: #3C3C3C. Windows color (decimal): -6290338 or 6161568. OLE color: 6161568.
HSL color Cylindrical-coordinate representation of color #A0045E: hue angle of 325.38º 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 #A0045E is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 4 | 94 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.37 |
| HSL | 325.38º | 0.95% | 0.32% | - |
| HSV(B) | 325.38º | 0.98% | 0.63% | - |
| XYZ | 16.56 | 8.37 | 11.33 | - |
| YUV | 60.9 | 146.68 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 4 | 94 | 0 | 0.98 | 0.41 | 0.37 | 325.38 | 0.95 | 0.32 |
| Hex | A0 | 4 | 5E | 0 | 62 | 29 | 25 | 145 | 5F | 20 |
| Octal | 240 | 4 | 136 | 0 | 142 | 51 | 45 | 505 | 137 | 40 |
| Binary | 10100000 | 100 | 1011110 | 0 | 1100010 | 101001 | 100101 | 101000101 | 1011111 | 100000 |
Color Harmonies of #A0045E
Complementary color
Monochromatic Colors of #A0045E
Black with #A0045E
Text Example
Text Example
White with #A0045E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0045E; }
p { color: rgb(160,4,94); }
H1.HeaderClassName
{
color: #A0045E;
}
.AnyTagClassName
{
color: #A0045E;
}
</style>
background-color css
<style>
a { background-color: #A0045E; }
a { background-color: rgb(160,4,94); }
div.DivClassName
{
background-color: #A0045E;
}
.BgClassName
{
background-color: #A0045E;
}
</style>
border-color css
<style>
span { border-color: #A0045E; }
span { border-color: rgb(160,4,94); }
td.TdClassName
{
border-color: #A0045E;
}
.TagClassName
{
border-color: #A0045E;
}
</style>