Shades of Jazzberry Jam #A9075D
Tints of Jazzberry Jam #A9075D
RGB
CMYK
RGB Variations
Color information
#A9075D (or 0xA9075D) is known color: Jazzberry Jam. HEX triplet: A9, 07 and 5D. RGB value is (169,7,93). Sum of RGB (Red+Green+Blue) = 169+7+93=269 (35% of max value = 765). Red value is 169 (66.41% from 255 or 62.83% from 269); Green value is 7 (3.12% from 255 or 2.60% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 169 - color contains mainly: red. Hex color #A9075D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9075D is #56F8A2. Grayscale: #414141. Windows color (decimal): -5699747 or 6096809. OLE color: 6096809.
HSL color Cylindrical-coordinate representation of color #A9075D: hue angle of 328.15º 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 #A9075D is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 7 | 93 | - |
| CMYK | 0 | 0.96 | 0.45 | 0.34 |
| HSL | 328.15º | 0.92% | 0.35% | - |
| HSV(B) | 328.15º | 0.96% | 0.66% | - |
| XYZ | 18.41 | 9.38 | 11.2 | - |
| YUV | 65.24 | 143.67 | 202.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 7 | 93 | 0 | 0.96 | 0.45 | 0.34 | 328.15 | 0.92 | 0.35 |
| Hex | A9 | 7 | 5D | 0 | 60 | 2D | 22 | 148 | 5C | 23 |
| Octal | 251 | 7 | 135 | 0 | 140 | 55 | 42 | 510 | 134 | 43 |
| Binary | 10101001 | 111 | 1011101 | 0 | 1100000 | 101101 | 100010 | 101001000 | 1011100 | 100011 |
Color Harmonies of #A9075D
Complementary color
Monochromatic Colors of #A9075D
Black with #A9075D
Text Example
Text Example
White with #A9075D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9075D; }
p { color: rgb(169,7,93); }
H1.HeaderClassName
{
color: #A9075D;
}
.AnyTagClassName
{
color: #A9075D;
}
</style>
background-color css
<style>
a { background-color: #A9075D; }
a { background-color: rgb(169,7,93); }
div.DivClassName
{
background-color: #A9075D;
}
.BgClassName
{
background-color: #A9075D;
}
</style>
border-color css
<style>
span { border-color: #A9075D; }
span { border-color: rgb(169,7,93); }
td.TdClassName
{
border-color: #A9075D;
}
.TagClassName
{
border-color: #A9075D;
}
</style>