Shades of Jazzberry Jam #A9056B
Tints of Jazzberry Jam #A9056B
RGB
CMYK
RGB Variations
Color information
#A9056B (or 0xA9056B) is known color: Jazzberry Jam. HEX triplet: A9, 05 and 6B. RGB value is (169,5,107). Sum of RGB (Red+Green+Blue) = 169+5+107=281 (37% of max value = 765). Red value is 169 (66.41% from 255 or 60.14% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 107 (42.19% from 255 or 38.08% from 281); Max value from RGB is 169 - color contains mainly: red. Hex color #A9056B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9056B is #56FA94. Grayscale: #414141. Windows color (decimal): -5700245 or 7013801. OLE color: 7013801.
HSL color Cylindrical-coordinate representation of color #A9056B: hue angle of 322.68º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A9056B is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 5 | 107 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.34 |
| HSL | 322.68º | 0.94% | 0.34% | - |
| HSV(B) | 322.68º | 0.97% | 0.66% | - |
| XYZ | 19.07 | 9.61 | 14.76 | - |
| YUV | 65.66 | 151.33 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 5 | 107 | 0 | 0.97 | 0.37 | 0.34 | 322.68 | 0.94 | 0.34 |
| Hex | A9 | 5 | 6B | 0 | 61 | 25 | 22 | 143 | 5E | 22 |
| Octal | 251 | 5 | 153 | 0 | 141 | 45 | 42 | 503 | 136 | 42 |
| Binary | 10101001 | 101 | 1101011 | 0 | 1100001 | 100101 | 100010 | 101000011 | 1011110 | 100010 |
Color Harmonies of #A9056B
Complementary color
Monochromatic Colors of #A9056B
Black with #A9056B
Text Example
Text Example
White with #A9056B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9056B; }
p { color: rgb(169,5,107); }
H1.HeaderClassName
{
color: #A9056B;
}
.AnyTagClassName
{
color: #A9056B;
}
</style>
background-color css
<style>
a { background-color: #A9056B; }
a { background-color: rgb(169,5,107); }
div.DivClassName
{
background-color: #A9056B;
}
.BgClassName
{
background-color: #A9056B;
}
</style>
border-color css
<style>
span { border-color: #A9056B; }
span { border-color: rgb(169,5,107); }
td.TdClassName
{
border-color: #A9056B;
}
.TagClassName
{
border-color: #A9056B;
}
</style>