Shades of Jazzberry Jam #A2195D
Tints of Jazzberry Jam #A2195D
RGB
CMYK
RGB Variations
Color information
#A2195D (or 0xA2195D) is known color: Jazzberry Jam. HEX triplet: A2, 19 and 5D. RGB value is (162,25,93). Sum of RGB (Red+Green+Blue) = 162+25+93=280 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.86% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 162 - color contains mainly: red. Hex color #A2195D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2195D is #5DE6A2. Grayscale: #494949. Windows color (decimal): -6153891 or 6101410. OLE color: 6101410.
HSL color Cylindrical-coordinate representation of color #A2195D: hue angle of 330.22º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A2195D is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 25 | 93 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.36 |
| HSL | 330.22º | 0.73% | 0.37% | - |
| HSV(B) | 330.22º | 0.85% | 0.64% | - |
| XYZ | 17.22 | 9.17 | 11.22 | - |
| YUV | 73.72 | 138.89 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 25 | 93 | 0 | 0.85 | 0.43 | 0.36 | 330.22 | 0.73 | 0.37 |
| Hex | A2 | 19 | 5D | 0 | 55 | 2B | 24 | 14A | 49 | 25 |
| Octal | 242 | 31 | 135 | 0 | 125 | 53 | 44 | 512 | 111 | 45 |
| Binary | 10100010 | 11001 | 1011101 | 0 | 1010101 | 101011 | 100100 | 101001010 | 1001001 | 100101 |
Color Harmonies of #A2195D
Complementary color
Monochromatic Colors of #A2195D
Black with #A2195D
Text Example
Text Example
White with #A2195D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2195D; }
p { color: rgb(162,25,93); }
H1.HeaderClassName
{
color: #A2195D;
}
.AnyTagClassName
{
color: #A2195D;
}
</style>
background-color css
<style>
a { background-color: #A2195D; }
a { background-color: rgb(162,25,93); }
div.DivClassName
{
background-color: #A2195D;
}
.BgClassName
{
background-color: #A2195D;
}
</style>
border-color css
<style>
span { border-color: #A2195D; }
span { border-color: rgb(162,25,93); }
td.TdClassName
{
border-color: #A2195D;
}
.TagClassName
{
border-color: #A2195D;
}
</style>