Shades of Jazzberry Jam #A2055E
Tints of Jazzberry Jam #A2055E
RGB
CMYK
RGB Variations
Color information
#A2055E (or 0xA2055E) is known color: Jazzberry Jam. HEX triplet: A2, 05 and 5E. RGB value is (162,5,94). Sum of RGB (Red+Green+Blue) = 162+5+94=261 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.07% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 94 (37.11% from 255 or 36.02% from 261); Max value from RGB is 162 - color contains mainly: red. Hex color #A2055E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2055E is #5DFAA1. Grayscale: #3D3D3D. Windows color (decimal): -6159010 or 6161826. OLE color: 6161826.
HSL color Cylindrical-coordinate representation of color #A2055E: hue angle of 325.99º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A2055E is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 5 | 94 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.36 |
| HSL | 325.99º | 0.94% | 0.33% | - |
| HSV(B) | 325.99º | 0.97% | 0.64% | - |
| XYZ | 16.97 | 8.6 | 11.35 | - |
| YUV | 62.09 | 146.01 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 5 | 94 | 0 | 0.97 | 0.42 | 0.36 | 325.99 | 0.94 | 0.33 |
| Hex | A2 | 5 | 5E | 0 | 61 | 2A | 24 | 146 | 5E | 21 |
| Octal | 242 | 5 | 136 | 0 | 141 | 52 | 44 | 506 | 136 | 41 |
| Binary | 10100010 | 101 | 1011110 | 0 | 1100001 | 101010 | 100100 | 101000110 | 1011110 | 100001 |
Color Harmonies of #A2055E
Complementary color
Monochromatic Colors of #A2055E
Black with #A2055E
Text Example
Text Example
White with #A2055E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2055E; }
p { color: rgb(162,5,94); }
H1.HeaderClassName
{
color: #A2055E;
}
.AnyTagClassName
{
color: #A2055E;
}
</style>
background-color css
<style>
a { background-color: #A2055E; }
a { background-color: rgb(162,5,94); }
div.DivClassName
{
background-color: #A2055E;
}
.BgClassName
{
background-color: #A2055E;
}
</style>
border-color css
<style>
span { border-color: #A2055E; }
span { border-color: rgb(162,5,94); }
td.TdClassName
{
border-color: #A2055E;
}
.TagClassName
{
border-color: #A2055E;
}
</style>