Shades of Jazzberry Jam #A9065C
Tints of Jazzberry Jam #A9065C
RGB
CMYK
RGB Variations
Color information
#A9065C (or 0xA9065C) is known color: Jazzberry Jam. HEX triplet: A9, 06 and 5C. RGB value is (169,6,92). Sum of RGB (Red+Green+Blue) = 169+6+92=267 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.30% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 169 - color contains mainly: red. Hex color #A9065C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9065C is #56F9A3. Grayscale: #404040. Windows color (decimal): -5700004 or 6031017. OLE color: 6031017.
HSL color Cylindrical-coordinate representation of color #A9065C: hue angle of 328.34º 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 #A9065C is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 6 | 92 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.34 |
| HSL | 328.34º | 0.93% | 0.34% | - |
| HSV(B) | 328.34º | 0.96% | 0.66% | - |
| XYZ | 18.36 | 9.34 | 10.96 | - |
| YUV | 64.54 | 143.5 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 6 | 92 | 0 | 0.96 | 0.46 | 0.34 | 328.34 | 0.93 | 0.34 |
| Hex | A9 | 6 | 5C | 0 | 60 | 2E | 22 | 148 | 5D | 22 |
| Octal | 251 | 6 | 134 | 0 | 140 | 56 | 42 | 510 | 135 | 42 |
| Binary | 10101001 | 110 | 1011100 | 0 | 1100000 | 101110 | 100010 | 101001000 | 1011101 | 100010 |
Color Harmonies of #A9065C
Complementary color
Monochromatic Colors of #A9065C
Black with #A9065C
Text Example
Text Example
White with #A9065C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9065C; }
p { color: rgb(169,6,92); }
H1.HeaderClassName
{
color: #A9065C;
}
.AnyTagClassName
{
color: #A9065C;
}
</style>
background-color css
<style>
a { background-color: #A9065C; }
a { background-color: rgb(169,6,92); }
div.DivClassName
{
background-color: #A9065C;
}
.BgClassName
{
background-color: #A9065C;
}
</style>
border-color css
<style>
span { border-color: #A9065C; }
span { border-color: rgb(169,6,92); }
td.TdClassName
{
border-color: #A9065C;
}
.TagClassName
{
border-color: #A9065C;
}
</style>