Shades of Jazzberry Jam #A0045A
Tints of Jazzberry Jam #A0045A
RGB
CMYK
RGB Variations
Color information
#A0045A (or 0xA0045A) is known color: Jazzberry Jam. HEX triplet: A0, 04 and 5A. RGB value is (160,4,90). Sum of RGB (Red+Green+Blue) = 160+4+90=254 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.99% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 90 (35.55% from 255 or 35.43% from 254); Max value from RGB is 160 - color contains mainly: red. Hex color #A0045A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0045A is #5FFBA5. Grayscale: #3C3C3C. Windows color (decimal): -6290342 or 5899424. OLE color: 5899424.
HSL color Cylindrical-coordinate representation of color #A0045A: hue angle of 326.92º 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 #A0045A is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 4 | 90 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.37 |
| HSL | 326.92º | 0.95% | 0.32% | - |
| HSV(B) | 326.92º | 0.98% | 0.63% | - |
| XYZ | 16.39 | 8.3 | 10.41 | - |
| YUV | 60.45 | 144.68 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 4 | 90 | 0 | 0.98 | 0.44 | 0.37 | 326.92 | 0.95 | 0.32 |
| Hex | A0 | 4 | 5A | 0 | 62 | 2C | 25 | 147 | 5F | 20 |
| Octal | 240 | 4 | 132 | 0 | 142 | 54 | 45 | 507 | 137 | 40 |
| Binary | 10100000 | 100 | 1011010 | 0 | 1100010 | 101100 | 100101 | 101000111 | 1011111 | 100000 |
Color Harmonies of #A0045A
Complementary color
Monochromatic Colors of #A0045A
Black with #A0045A
Text Example
Text Example
White with #A0045A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0045A; }
p { color: rgb(160,4,90); }
H1.HeaderClassName
{
color: #A0045A;
}
.AnyTagClassName
{
color: #A0045A;
}
</style>
background-color css
<style>
a { background-color: #A0045A; }
a { background-color: rgb(160,4,90); }
div.DivClassName
{
background-color: #A0045A;
}
.BgClassName
{
background-color: #A0045A;
}
</style>
border-color css
<style>
span { border-color: #A0045A; }
span { border-color: rgb(160,4,90); }
td.TdClassName
{
border-color: #A0045A;
}
.TagClassName
{
border-color: #A0045A;
}
</style>