Shades of Jazzberry Jam #A9156F
Tints of Jazzberry Jam #A9156F
RGB
CMYK
RGB Variations
Color information
#A9156F (or 0xA9156F) is known color: Jazzberry Jam. HEX triplet: A9, 15 and 6F. RGB value is (169,21,111). Sum of RGB (Red+Green+Blue) = 169+21+111=301 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.15% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 169 - color contains mainly: red. Hex color #A9156F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9156F is #56EA90. Grayscale: #4B4B4B. Windows color (decimal): -5696145 or 7280041. OLE color: 7280041.
HSL color Cylindrical-coordinate representation of color #A9156F: hue angle of 323.51º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A9156F is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 21 | 111 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.34 |
| HSL | 323.51º | 0.78% | 0.37% | - |
| HSV(B) | 323.51º | 0.88% | 0.66% | - |
| XYZ | 19.5 | 10.12 | 15.96 | - |
| YUV | 75.51 | 148.03 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 21 | 111 | 0 | 0.88 | 0.34 | 0.34 | 323.51 | 0.78 | 0.37 |
| Hex | A9 | 15 | 6F | 0 | 58 | 22 | 22 | 144 | 4E | 25 |
| Octal | 251 | 25 | 157 | 0 | 130 | 42 | 42 | 504 | 116 | 45 |
| Binary | 10101001 | 10101 | 1101111 | 0 | 1011000 | 100010 | 100010 | 101000100 | 1001110 | 100101 |
Color Harmonies of #A9156F
Complementary color
Monochromatic Colors of #A9156F
Black with #A9156F
Text Example
Text Example
White with #A9156F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9156F; }
p { color: rgb(169,21,111); }
H1.HeaderClassName
{
color: #A9156F;
}
.AnyTagClassName
{
color: #A9156F;
}
</style>
background-color css
<style>
a { background-color: #A9156F; }
a { background-color: rgb(169,21,111); }
div.DivClassName
{
background-color: #A9156F;
}
.BgClassName
{
background-color: #A9156F;
}
</style>
border-color css
<style>
span { border-color: #A9156F; }
span { border-color: rgb(169,21,111); }
td.TdClassName
{
border-color: #A9156F;
}
.TagClassName
{
border-color: #A9156F;
}
</style>