Shades of Jazzberry Jam #A1085E
Tints of Jazzberry Jam #A1085E
RGB
CMYK
RGB Variations
Color information
#A1085E (or 0xA1085E) is known color: Jazzberry Jam. HEX triplet: A1, 08 and 5E. RGB value is (161,8,94). Sum of RGB (Red+Green+Blue) = 161+8+94=263 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.22% from 263); Green value is 8 (3.52% from 255 or 3.04% from 263); Blue value is 94 (37.11% from 255 or 35.74% from 263); Max value from RGB is 161 - color contains mainly: red. Hex color #A1085E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1085E is #5EF7A1. Grayscale: #3F3F3F. Windows color (decimal): -6223778 or 6162593. OLE color: 6162593.
HSL color Cylindrical-coordinate representation of color #A1085E: hue angle of 326.27º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A1085E is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 8 | 94 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.37 |
| HSL | 326.27º | 0.91% | 0.33% | - |
| HSV(B) | 326.27º | 0.95% | 0.63% | - |
| XYZ | 16.81 | 8.56 | 11.36 | - |
| YUV | 63.55 | 145.19 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 8 | 94 | 0 | 0.95 | 0.42 | 0.37 | 326.27 | 0.91 | 0.33 |
| Hex | A1 | 8 | 5E | 0 | 5F | 2A | 25 | 146 | 5B | 21 |
| Octal | 241 | 10 | 136 | 0 | 137 | 52 | 45 | 506 | 133 | 41 |
| Binary | 10100001 | 1000 | 1011110 | 0 | 1011111 | 101010 | 100101 | 101000110 | 1011011 | 100001 |
Color Harmonies of #A1085E
Complementary color
Monochromatic Colors of #A1085E
Black with #A1085E
Text Example
Text Example
White with #A1085E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1085E; }
p { color: rgb(161,8,94); }
H1.HeaderClassName
{
color: #A1085E;
}
.AnyTagClassName
{
color: #A1085E;
}
</style>
background-color css
<style>
a { background-color: #A1085E; }
a { background-color: rgb(161,8,94); }
div.DivClassName
{
background-color: #A1085E;
}
.BgClassName
{
background-color: #A1085E;
}
</style>
border-color css
<style>
span { border-color: #A1085E; }
span { border-color: rgb(161,8,94); }
td.TdClassName
{
border-color: #A1085E;
}
.TagClassName
{
border-color: #A1085E;
}
</style>