Shades of Jazzberry Jam #A9256D
Tints of Jazzberry Jam #A9256D
RGB
CMYK
RGB Variations
Color information
#A9256D (or 0xA9256D) is known color: Jazzberry Jam. HEX triplet: A9, 25 and 6D. RGB value is (169,37,109). Sum of RGB (Red+Green+Blue) = 169+37+109=315 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.65% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 169 - color contains mainly: red. Hex color #A9256D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9256D is #56DA92. Grayscale: #545454. Windows color (decimal): -5692051 or 7153065. OLE color: 7153065.
HSL color Cylindrical-coordinate representation of color #A9256D: hue angle of 327.27º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A9256D is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 37 | 109 | - |
| CMYK | 0 | 0.78 | 0.36 | 0.34 |
| HSL | 327.27º | 0.64% | 0.4% | - |
| HSV(B) | 327.27º | 0.78% | 0.66% | - |
| XYZ | 19.78 | 10.86 | 15.52 | - |
| YUV | 84.68 | 141.73 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 37 | 109 | 0 | 0.78 | 0.36 | 0.34 | 327.27 | 0.64 | 0.4 |
| Hex | A9 | 25 | 6D | 0 | 4E | 24 | 22 | 147 | 40 | 28 |
| Octal | 251 | 45 | 155 | 0 | 116 | 44 | 42 | 507 | 100 | 50 |
| Binary | 10101001 | 100101 | 1101101 | 0 | 1001110 | 100100 | 100010 | 101000111 | 1000000 | 101000 |
Color Harmonies of #A9256D
Complementary color
Monochromatic Colors of #A9256D
Black with #A9256D
Text Example
Text Example
White with #A9256D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9256D; }
p { color: rgb(169,37,109); }
H1.HeaderClassName
{
color: #A9256D;
}
.AnyTagClassName
{
color: #A9256D;
}
</style>
background-color css
<style>
a { background-color: #A9256D; }
a { background-color: rgb(169,37,109); }
div.DivClassName
{
background-color: #A9256D;
}
.BgClassName
{
background-color: #A9256D;
}
</style>
border-color css
<style>
span { border-color: #A9256D; }
span { border-color: rgb(169,37,109); }
td.TdClassName
{
border-color: #A9256D;
}
.TagClassName
{
border-color: #A9256D;
}
</style>