Shades of Jazzberry Jam #A2005E
Tints of Jazzberry Jam #A2005E
RGB
CMYK
RGB Variations
Color information
#A2005E (or 0xA2005E) is known color: Jazzberry Jam. HEX triplet: A2, 00 and 5E. RGB value is (162,0,94). Sum of RGB (Red+Green+Blue) = 162+0+94=256 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.28% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 162 - color contains mainly: red. Hex color #A2005E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2005E is #5DFFA1. Grayscale: #3A3A3A. Windows color (decimal): -6160290 or 6160546. OLE color: 6160546.
HSL color Cylindrical-coordinate representation of color #A2005E: hue angle of 325.19º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A2005E is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 0 | 94 | - |
| CMYK | 0 | 1 | 0.42 | 0.36 |
| HSL | 325.19º | 1% | 0.32% | - |
| HSV(B) | 325.19º | 1% | 0.64% | - |
| XYZ | 16.92 | 8.49 | 11.34 | - |
| YUV | 59.15 | 147.67 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 94 | 0 | 1 | 0.42 | 0.36 | 325.19 | 1 | 0.32 |
| Hex | A2 | 0 | 5E | 0 | 64 | 2A | 24 | 145 | 64 | 20 |
| Octal | 242 | 0 | 136 | 0 | 144 | 52 | 44 | 505 | 144 | 40 |
| Binary | 10100010 | 0 | 1011110 | 0 | 1100100 | 101010 | 100100 | 101000101 | 1100100 | 100000 |
Color Harmonies of #A2005E
Complementary color
Monochromatic Colors of #A2005E
Black with #A2005E
Text Example
Text Example
White with #A2005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2005E; }
p { color: rgb(162,0,94); }
H1.HeaderClassName
{
color: #A2005E;
}
.AnyTagClassName
{
color: #A2005E;
}
</style>
background-color css
<style>
a { background-color: #A2005E; }
a { background-color: rgb(162,0,94); }
div.DivClassName
{
background-color: #A2005E;
}
.BgClassName
{
background-color: #A2005E;
}
</style>
border-color css
<style>
span { border-color: #A2005E; }
span { border-color: rgb(162,0,94); }
td.TdClassName
{
border-color: #A2005E;
}
.TagClassName
{
border-color: #A2005E;
}
</style>