Shades of Jazzberry Jam #A9045D
Tints of Jazzberry Jam #A9045D
RGB
CMYK
RGB Variations
Color information
#A9045D (or 0xA9045D) is known color: Jazzberry Jam. HEX triplet: A9, 04 and 5D. RGB value is (169,4,93). Sum of RGB (Red+Green+Blue) = 169+4+93=266 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.53% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 169 - color contains mainly: red. Hex color #A9045D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9045D is #56FBA2. Grayscale: #3F3F3F. Windows color (decimal): -5700515 or 6096041. OLE color: 6096041.
HSL color Cylindrical-coordinate representation of color #A9045D: hue angle of 327.64º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A9045D is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 4 | 93 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.34 |
| HSL | 327.64º | 0.95% | 0.34% | - |
| HSV(B) | 327.64º | 0.98% | 0.66% | - |
| XYZ | 18.38 | 9.31 | 11.18 | - |
| YUV | 63.48 | 144.66 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 4 | 93 | 0 | 0.98 | 0.45 | 0.34 | 327.64 | 0.95 | 0.34 |
| Hex | A9 | 4 | 5D | 0 | 62 | 2D | 22 | 148 | 5F | 22 |
| Octal | 251 | 4 | 135 | 0 | 142 | 55 | 42 | 510 | 137 | 42 |
| Binary | 10101001 | 100 | 1011101 | 0 | 1100010 | 101101 | 100010 | 101001000 | 1011111 | 100010 |
Color Harmonies of #A9045D
Complementary color
Monochromatic Colors of #A9045D
Black with #A9045D
Text Example
Text Example
White with #A9045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9045D; }
p { color: rgb(169,4,93); }
H1.HeaderClassName
{
color: #A9045D;
}
.AnyTagClassName
{
color: #A9045D;
}
</style>
background-color css
<style>
a { background-color: #A9045D; }
a { background-color: rgb(169,4,93); }
div.DivClassName
{
background-color: #A9045D;
}
.BgClassName
{
background-color: #A9045D;
}
</style>
border-color css
<style>
span { border-color: #A9045D; }
span { border-color: rgb(169,4,93); }
td.TdClassName
{
border-color: #A9045D;
}
.TagClassName
{
border-color: #A9045D;
}
</style>