Shades of Jazzberry Jam #A9075E
Tints of Jazzberry Jam #A9075E
RGB
CMYK
RGB Variations
Color information
#A9075E (or 0xA9075E) is known color: Jazzberry Jam. HEX triplet: A9, 07 and 5E. RGB value is (169,7,94). Sum of RGB (Red+Green+Blue) = 169+7+94=270 (35% of max value = 765). Red value is 169 (66.41% from 255 or 62.59% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 169 - color contains mainly: red. Hex color #A9075E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9075E is #56F8A1. Grayscale: #414141. Windows color (decimal): -5699746 or 6162345. OLE color: 6162345.
HSL color Cylindrical-coordinate representation of color #A9075E: hue angle of 327.78º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A9075E is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 7 | 94 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.34 |
| HSL | 327.78º | 0.92% | 0.35% | - |
| HSV(B) | 327.78º | 0.96% | 0.66% | - |
| XYZ | 18.46 | 9.4 | 11.43 | - |
| YUV | 65.36 | 144.17 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 7 | 94 | 0 | 0.96 | 0.44 | 0.34 | 327.78 | 0.92 | 0.35 |
| Hex | A9 | 7 | 5E | 0 | 60 | 2C | 22 | 148 | 5C | 23 |
| Octal | 251 | 7 | 136 | 0 | 140 | 54 | 42 | 510 | 134 | 43 |
| Binary | 10101001 | 111 | 1011110 | 0 | 1100000 | 101100 | 100010 | 101001000 | 1011100 | 100011 |
Color Harmonies of #A9075E
Complementary color
Monochromatic Colors of #A9075E
Black with #A9075E
Text Example
Text Example
White with #A9075E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9075E; }
p { color: rgb(169,7,94); }
H1.HeaderClassName
{
color: #A9075E;
}
.AnyTagClassName
{
color: #A9075E;
}
</style>
background-color css
<style>
a { background-color: #A9075E; }
a { background-color: rgb(169,7,94); }
div.DivClassName
{
background-color: #A9075E;
}
.BgClassName
{
background-color: #A9075E;
}
</style>
border-color css
<style>
span { border-color: #A9075E; }
span { border-color: rgb(169,7,94); }
td.TdClassName
{
border-color: #A9075E;
}
.TagClassName
{
border-color: #A9075E;
}
</style>