Shades of Jazzberry Jam #A2095E
Tints of Jazzberry Jam #A2095E
RGB
CMYK
RGB Variations
Color information
#A2095E (or 0xA2095E) is known color: Jazzberry Jam. HEX triplet: A2, 09 and 5E. RGB value is (162,9,94). Sum of RGB (Red+Green+Blue) = 162+9+94=265 (35% of max value = 765). Red value is 162 (63.67% from 255 or 61.13% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 94 (37.11% from 255 or 35.47% from 265); Max value from RGB is 162 - color contains mainly: red. Hex color #A2095E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2095E is #5DF6A1. Grayscale: #404040. Windows color (decimal): -6157986 or 6162850. OLE color: 6162850.
HSL color Cylindrical-coordinate representation of color #A2095E: hue angle of 326.67º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A2095E is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 9 | 94 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.36 |
| HSL | 326.67º | 0.89% | 0.34% | - |
| HSV(B) | 326.67º | 0.94% | 0.64% | - |
| XYZ | 17.02 | 8.68 | 11.37 | - |
| YUV | 64.44 | 144.69 | 197.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 9 | 94 | 0 | 0.94 | 0.42 | 0.36 | 326.67 | 0.89 | 0.34 |
| Hex | A2 | 9 | 5E | 0 | 5E | 2A | 24 | 147 | 59 | 22 |
| Octal | 242 | 11 | 136 | 0 | 136 | 52 | 44 | 507 | 131 | 42 |
| Binary | 10100010 | 1001 | 1011110 | 0 | 1011110 | 101010 | 100100 | 101000111 | 1011001 | 100010 |
Color Harmonies of #A2095E
Complementary color
Monochromatic Colors of #A2095E
Black with #A2095E
Text Example
Text Example
White with #A2095E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2095E; }
p { color: rgb(162,9,94); }
H1.HeaderClassName
{
color: #A2095E;
}
.AnyTagClassName
{
color: #A2095E;
}
</style>
background-color css
<style>
a { background-color: #A2095E; }
a { background-color: rgb(162,9,94); }
div.DivClassName
{
background-color: #A2095E;
}
.BgClassName
{
background-color: #A2095E;
}
</style>
border-color css
<style>
span { border-color: #A2095E; }
span { border-color: rgb(162,9,94); }
td.TdClassName
{
border-color: #A2095E;
}
.TagClassName
{
border-color: #A2095E;
}
</style>