Shades of Jazzberry Jam #A9055E
Tints of Jazzberry Jam #A9055E
RGB
CMYK
RGB Variations
Color information
#A9055E (or 0xA9055E) is known color: Jazzberry Jam. HEX triplet: A9, 05 and 5E. RGB value is (169,5,94). Sum of RGB (Red+Green+Blue) = 169+5+94=268 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.06% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 169 - color contains mainly: red. Hex color #A9055E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9055E is #56FAA1. Grayscale: #3F3F3F. Windows color (decimal): -5700258 or 6161833. OLE color: 6161833.
HSL color Cylindrical-coordinate representation of color #A9055E: hue angle of 327.44º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A9055E is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
RGB | 169 | 5 | 94 | - |
CMYK | 0 | 0.97 | 0.44 | 0.34 |
HSL | 327.44º | 0.94% | 0.34% | - |
HSV(B) | 327.44º | 0.97% | 0.66% | - |
XYZ | 18.44 | 9.35 | 11.42 | - |
YUV | 64.18 | 144.83 | 202.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 169 | 5 | 94 | 0 | 0.97 | 0.44 | 0.34 | 327.44 | 0.94 | 0.34 |
Hex | A9 | 5 | 5E | 0 | 61 | 2C | 22 | 147 | 5E | 22 |
Octal | 251 | 5 | 136 | 0 | 141 | 54 | 42 | 507 | 136 | 42 |
Binary | 10101001 | 101 | 1011110 | 0 | 1100001 | 101100 | 100010 | 101000111 | 1011110 | 100010 |
Color Harmonies of #A9055E
Complementary color
Monochromatic Colors of #A9055E
Black with #A9055E
Text Example
Text Example
White with #A9055E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9055E; }
p { color: rgb(169,5,94); }
H1.HeaderClassName
{
color: #A9055E;
}
.AnyTagClassName
{
color: #A9055E;
}
</style>
background-color css
<style>
a { background-color: #A9055E; }
a { background-color: rgb(169,5,94); }
div.DivClassName
{
background-color: #A9055E;
}
.BgClassName
{
background-color: #A9055E;
}
</style>
border-color css
<style>
span { border-color: #A9055E; }
span { border-color: rgb(169,5,94); }
td.TdClassName
{
border-color: #A9055E;
}
.TagClassName
{
border-color: #A9055E;
}
</style>