Shades of Jazzberry Jam #A9065B
Tints of Jazzberry Jam #A9065B
RGB
CMYK
RGB Variations
Color information
#A9065B (or 0xA9065B) is known color: Jazzberry Jam. HEX triplet: A9, 06 and 5B. RGB value is (169,6,91). Sum of RGB (Red+Green+Blue) = 169+6+91=266 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.53% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 169 - color contains mainly: red. Hex color #A9065B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9065B is #56F9A4. Grayscale: #404040. Windows color (decimal): -5700005 or 5965481. OLE color: 5965481.
HSL color Cylindrical-coordinate representation of color #A9065B: hue angle of 328.71º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A9065B is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 6 | 91 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.34 |
| HSL | 328.71º | 0.93% | 0.34% | - |
| HSV(B) | 328.71º | 0.96% | 0.66% | - |
| XYZ | 18.32 | 9.32 | 10.73 | - |
| YUV | 64.43 | 143 | 202.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 6 | 91 | 0 | 0.96 | 0.46 | 0.34 | 328.71 | 0.93 | 0.34 |
| Hex | A9 | 6 | 5B | 0 | 60 | 2E | 22 | 149 | 5D | 22 |
| Octal | 251 | 6 | 133 | 0 | 140 | 56 | 42 | 511 | 135 | 42 |
| Binary | 10101001 | 110 | 1011011 | 0 | 1100000 | 101110 | 100010 | 101001001 | 1011101 | 100010 |
Color Harmonies of #A9065B
Complementary color
Monochromatic Colors of #A9065B
Black with #A9065B
Text Example
Text Example
White with #A9065B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9065B; }
p { color: rgb(169,6,91); }
H1.HeaderClassName
{
color: #A9065B;
}
.AnyTagClassName
{
color: #A9065B;
}
</style>
background-color css
<style>
a { background-color: #A9065B; }
a { background-color: rgb(169,6,91); }
div.DivClassName
{
background-color: #A9065B;
}
.BgClassName
{
background-color: #A9065B;
}
</style>
border-color css
<style>
span { border-color: #A9065B; }
span { border-color: rgb(169,6,91); }
td.TdClassName
{
border-color: #A9065B;
}
.TagClassName
{
border-color: #A9065B;
}
</style>