Shades of Jazzberry Jam #A9126E
Tints of Jazzberry Jam #A9126E
RGB
CMYK
RGB Variations
Color information
#A9126E (or 0xA9126E) is known color: Jazzberry Jam. HEX triplet: A9, 12 and 6E. RGB value is (169,18,110). Sum of RGB (Red+Green+Blue) = 169+18+110=297 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.90% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 169 - color contains mainly: red. Hex color #A9126E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9126E is #56ED91. Grayscale: #494949. Windows color (decimal): -5696914 or 7213737. OLE color: 7213737.
HSL color Cylindrical-coordinate representation of color #A9126E: hue angle of 323.44º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A9126E is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 18 | 110 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.34 |
| HSL | 323.44º | 0.81% | 0.37% | - |
| HSV(B) | 323.44º | 0.89% | 0.66% | - |
| XYZ | 19.39 | 9.99 | 15.66 | - |
| YUV | 73.64 | 148.53 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 18 | 110 | 0 | 0.89 | 0.35 | 0.34 | 323.44 | 0.81 | 0.37 |
| Hex | A9 | 12 | 6E | 0 | 59 | 23 | 22 | 143 | 51 | 25 |
| Octal | 251 | 22 | 156 | 0 | 131 | 43 | 42 | 503 | 121 | 45 |
| Binary | 10101001 | 10010 | 1101110 | 0 | 1011001 | 100011 | 100010 | 101000011 | 1010001 | 100101 |
Color Harmonies of #A9126E
Complementary color
Monochromatic Colors of #A9126E
Black with #A9126E
Text Example
Text Example
White with #A9126E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9126E; }
p { color: rgb(169,18,110); }
H1.HeaderClassName
{
color: #A9126E;
}
.AnyTagClassName
{
color: #A9126E;
}
</style>
background-color css
<style>
a { background-color: #A9126E; }
a { background-color: rgb(169,18,110); }
div.DivClassName
{
background-color: #A9126E;
}
.BgClassName
{
background-color: #A9126E;
}
</style>
border-color css
<style>
span { border-color: #A9126E; }
span { border-color: rgb(169,18,110); }
td.TdClassName
{
border-color: #A9126E;
}
.TagClassName
{
border-color: #A9126E;
}
</style>