Shades of Jazzberry Jam #A2005B
Tints of Jazzberry Jam #A2005B
RGB
CMYK
RGB Variations
Color information
#A2005B (or 0xA2005B) is known color: Jazzberry Jam. HEX triplet: A2, 00 and 5B. RGB value is (162,0,91). Sum of RGB (Red+Green+Blue) = 162+0+91=253 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.03% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 91 (35.94% from 255 or 35.97% from 253); Max value from RGB is 162 - color contains mainly: red. Hex color #A2005B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2005B is #5DFFA4. Grayscale: #3A3A3A. Windows color (decimal): -6160293 or 5963938. OLE color: 5963938.
HSL color Cylindrical-coordinate representation of color #A2005B: hue angle of 326.3º 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 #A2005B is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 0 | 91 | - |
| CMYK | 0 | 1 | 0.44 | 0.36 |
| HSL | 326.3º | 1% | 0.32% | - |
| HSV(B) | 326.3º | 1% | 0.64% | - |
| XYZ | 16.79 | 8.44 | 10.64 | - |
| YUV | 58.81 | 146.17 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 91 | 0 | 1 | 0.44 | 0.36 | 326.3 | 1 | 0.32 |
| Hex | A2 | 0 | 5B | 0 | 64 | 2C | 24 | 146 | 64 | 20 |
| Octal | 242 | 0 | 133 | 0 | 144 | 54 | 44 | 506 | 144 | 40 |
| Binary | 10100010 | 0 | 1011011 | 0 | 1100100 | 101100 | 100100 | 101000110 | 1100100 | 100000 |
Color Harmonies of #A2005B
Complementary color
Monochromatic Colors of #A2005B
Black with #A2005B
Text Example
Text Example
White with #A2005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2005B; }
p { color: rgb(162,0,91); }
H1.HeaderClassName
{
color: #A2005B;
}
.AnyTagClassName
{
color: #A2005B;
}
</style>
background-color css
<style>
a { background-color: #A2005B; }
a { background-color: rgb(162,0,91); }
div.DivClassName
{
background-color: #A2005B;
}
.BgClassName
{
background-color: #A2005B;
}
</style>
border-color css
<style>
span { border-color: #A2005B; }
span { border-color: rgb(162,0,91); }
td.TdClassName
{
border-color: #A2005B;
}
.TagClassName
{
border-color: #A2005B;
}
</style>