Shades of Jazzberry Jam #A6095E
Tints of Jazzberry Jam #A6095E
RGB
CMYK
RGB Variations
Color information
#A6095E (or 0xA6095E) is known color: Jazzberry Jam. HEX triplet: A6, 09 and 5E. RGB value is (166,9,94). Sum of RGB (Red+Green+Blue) = 166+9+94=269 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.71% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 94 (37.11% from 255 or 34.94% from 269); Max value from RGB is 166 - color contains mainly: red. Hex color #A6095E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6095E is #59F6A1. Grayscale: #414141. Windows color (decimal): -5895842 or 6162854. OLE color: 6162854.
HSL color Cylindrical-coordinate representation of color #A6095E: hue angle of 327.52º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A6095E is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 9 | 94 | - |
| CMYK | 0 | 0.95 | 0.43 | 0.35 |
| HSL | 327.52º | 0.9% | 0.34% | - |
| HSV(B) | 327.52º | 0.95% | 0.65% | - |
| XYZ | 17.84 | 9.11 | 11.41 | - |
| YUV | 65.63 | 144.01 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 9 | 94 | 0 | 0.95 | 0.43 | 0.35 | 327.52 | 0.9 | 0.34 |
| Hex | A6 | 9 | 5E | 0 | 5F | 2B | 23 | 148 | 5A | 22 |
| Octal | 246 | 11 | 136 | 0 | 137 | 53 | 43 | 510 | 132 | 42 |
| Binary | 10100110 | 1001 | 1011110 | 0 | 1011111 | 101011 | 100011 | 101001000 | 1011010 | 100010 |
Color Harmonies of #A6095E
Complementary color
Monochromatic Colors of #A6095E
Black with #A6095E
Text Example
Text Example
White with #A6095E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6095E; }
p { color: rgb(166,9,94); }
H1.HeaderClassName
{
color: #A6095E;
}
.AnyTagClassName
{
color: #A6095E;
}
</style>
background-color css
<style>
a { background-color: #A6095E; }
a { background-color: rgb(166,9,94); }
div.DivClassName
{
background-color: #A6095E;
}
.BgClassName
{
background-color: #A6095E;
}
</style>
border-color css
<style>
span { border-color: #A6095E; }
span { border-color: rgb(166,9,94); }
td.TdClassName
{
border-color: #A6095E;
}
.TagClassName
{
border-color: #A6095E;
}
</style>