Shades of Jazzberry Jam #A1005D
Tints of Jazzberry Jam #A1005D
RGB
CMYK
RGB Variations
Color information
#A1005D (or 0xA1005D) is known color: Jazzberry Jam. HEX triplet: A1, 00 and 5D. RGB value is (161,0,93). Sum of RGB (Red+Green+Blue) = 161+0+93=254 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.39% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 161 - color contains mainly: red. Hex color #A1005D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1005D is #5EFFA2. Grayscale: #3A3A3A. Windows color (decimal): -6225827 or 6095009. OLE color: 6095009.
HSL color Cylindrical-coordinate representation of color #A1005D: hue angle of 325.34º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A1005D is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 0 | 93 | - |
| CMYK | 0 | 1 | 0.42 | 0.37 |
| HSL | 325.34º | 1% | 0.32% | - |
| HSV(B) | 325.34º | 1% | 0.63% | - |
| XYZ | 16.67 | 8.37 | 11.09 | - |
| YUV | 58.74 | 147.34 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 0 | 93 | 0 | 1 | 0.42 | 0.37 | 325.34 | 1 | 0.32 |
| Hex | A1 | 0 | 5D | 0 | 64 | 2A | 25 | 145 | 64 | 20 |
| Octal | 241 | 0 | 135 | 0 | 144 | 52 | 45 | 505 | 144 | 40 |
| Binary | 10100001 | 0 | 1011101 | 0 | 1100100 | 101010 | 100101 | 101000101 | 1100100 | 100000 |
Color Harmonies of #A1005D
Complementary color
Monochromatic Colors of #A1005D
Black with #A1005D
Text Example
Text Example
White with #A1005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1005D; }
p { color: rgb(161,0,93); }
H1.HeaderClassName
{
color: #A1005D;
}
.AnyTagClassName
{
color: #A1005D;
}
</style>
background-color css
<style>
a { background-color: #A1005D; }
a { background-color: rgb(161,0,93); }
div.DivClassName
{
background-color: #A1005D;
}
.BgClassName
{
background-color: #A1005D;
}
</style>
border-color css
<style>
span { border-color: #A1005D; }
span { border-color: rgb(161,0,93); }
td.TdClassName
{
border-color: #A1005D;
}
.TagClassName
{
border-color: #A1005D;
}
</style>