Shades of Jazzberry Jam #A0045B
Tints of Jazzberry Jam #A0045B
RGB
CMYK
RGB Variations
Color information
#A0045B (or 0xA0045B) is known color: Jazzberry Jam. HEX triplet: A0, 04 and 5B. RGB value is (160,4,91). Sum of RGB (Red+Green+Blue) = 160+4+91=255 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.75% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 91 (35.94% from 255 or 35.69% from 255); Max value from RGB is 160 - color contains mainly: red. Hex color #A0045B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0045B is #5FFBA4. Grayscale: #3C3C3C. Windows color (decimal): -6290341 or 5964960. OLE color: 5964960.
HSL color Cylindrical-coordinate representation of color #A0045B: hue angle of 326.54º 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 #A0045B is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 4 | 91 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.37 |
| HSL | 326.54º | 0.95% | 0.32% | - |
| HSV(B) | 326.54º | 0.98% | 0.63% | - |
| XYZ | 16.43 | 8.32 | 10.64 | - |
| YUV | 60.56 | 145.18 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 4 | 91 | 0 | 0.98 | 0.43 | 0.37 | 326.54 | 0.95 | 0.32 |
| Hex | A0 | 4 | 5B | 0 | 62 | 2B | 25 | 147 | 5F | 20 |
| Octal | 240 | 4 | 133 | 0 | 142 | 53 | 45 | 507 | 137 | 40 |
| Binary | 10100000 | 100 | 1011011 | 0 | 1100010 | 101011 | 100101 | 101000111 | 1011111 | 100000 |
Color Harmonies of #A0045B
Complementary color
Monochromatic Colors of #A0045B
Black with #A0045B
Text Example
Text Example
White with #A0045B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0045B; }
p { color: rgb(160,4,91); }
H1.HeaderClassName
{
color: #A0045B;
}
.AnyTagClassName
{
color: #A0045B;
}
</style>
background-color css
<style>
a { background-color: #A0045B; }
a { background-color: rgb(160,4,91); }
div.DivClassName
{
background-color: #A0045B;
}
.BgClassName
{
background-color: #A0045B;
}
</style>
border-color css
<style>
span { border-color: #A0045B; }
span { border-color: rgb(160,4,91); }
td.TdClassName
{
border-color: #A0045B;
}
.TagClassName
{
border-color: #A0045B;
}
</style>