Shades of Jazzberry Jam #A6095B
Tints of Jazzberry Jam #A6095B
RGB
CMYK
RGB Variations
Color information
#A6095B (or 0xA6095B) is known color: Jazzberry Jam. HEX triplet: A6, 09 and 5B. RGB value is (166,9,91). Sum of RGB (Red+Green+Blue) = 166+9+91=266 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.41% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 166 - color contains mainly: red. Hex color #A6095B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6095B is #59F6A4. Grayscale: #414141. Windows color (decimal): -5895845 or 5966246. OLE color: 5966246.
HSL color Cylindrical-coordinate representation of color #A6095B: hue angle of 328.66º 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 #A6095B is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 9 | 91 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.35 |
| HSL | 328.66º | 0.9% | 0.34% | - |
| HSV(B) | 328.66º | 0.95% | 0.65% | - |
| XYZ | 17.71 | 9.06 | 10.71 | - |
| YUV | 65.29 | 142.51 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 9 | 91 | 0 | 0.95 | 0.45 | 0.35 | 328.66 | 0.9 | 0.34 |
| Hex | A6 | 9 | 5B | 0 | 5F | 2D | 23 | 149 | 5A | 22 |
| Octal | 246 | 11 | 133 | 0 | 137 | 55 | 43 | 511 | 132 | 42 |
| Binary | 10100110 | 1001 | 1011011 | 0 | 1011111 | 101101 | 100011 | 101001001 | 1011010 | 100010 |
Color Harmonies of #A6095B
Complementary color
Monochromatic Colors of #A6095B
Black with #A6095B
Text Example
Text Example
White with #A6095B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6095B; }
p { color: rgb(166,9,91); }
H1.HeaderClassName
{
color: #A6095B;
}
.AnyTagClassName
{
color: #A6095B;
}
</style>
background-color css
<style>
a { background-color: #A6095B; }
a { background-color: rgb(166,9,91); }
div.DivClassName
{
background-color: #A6095B;
}
.BgClassName
{
background-color: #A6095B;
}
</style>
border-color css
<style>
span { border-color: #A6095B; }
span { border-color: rgb(166,9,91); }
td.TdClassName
{
border-color: #A6095B;
}
.TagClassName
{
border-color: #A6095B;
}
</style>