Shades of Jazzberry Jam #A2115C
Tints of Jazzberry Jam #A2115C
RGB
CMYK
RGB Variations
Color information
#A2115C (or 0xA2115C) is known color: Jazzberry Jam. HEX triplet: A2, 11 and 5C. RGB value is (162,17,92). Sum of RGB (Red+Green+Blue) = 162+17+92=271 (35% of max value = 765). Red value is 162 (63.67% from 255 or 59.78% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 162 - color contains mainly: red. Hex color #A2115C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2115C is #5DEEA3. Grayscale: #444444. Windows color (decimal): -6155940 or 6033826. OLE color: 6033826.
HSL color Cylindrical-coordinate representation of color #A2115C: hue angle of 328.97º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A2115C is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 17 | 92 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.36 |
| HSL | 328.97º | 0.81% | 0.35% | - |
| HSV(B) | 328.97º | 0.9% | 0.64% | - |
| XYZ | 17.03 | 8.85 | 10.94 | - |
| YUV | 68.91 | 141.04 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 17 | 92 | 0 | 0.90 | 0.43 | 0.36 | 328.97 | 0.81 | 0.35 |
| Hex | A2 | 11 | 5C | 0 | 5A | 2B | 24 | 149 | 51 | 23 |
| Octal | 242 | 21 | 134 | 0 | 132 | 53 | 44 | 511 | 121 | 43 |
| Binary | 10100010 | 10001 | 1011100 | 0 | 1011010 | 101011 | 100100 | 101001001 | 1010001 | 100011 |
Color Harmonies of #A2115C
Complementary color
Monochromatic Colors of #A2115C
Black with #A2115C
Text Example
Text Example
White with #A2115C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2115C; }
p { color: rgb(162,17,92); }
H1.HeaderClassName
{
color: #A2115C;
}
.AnyTagClassName
{
color: #A2115C;
}
</style>
background-color css
<style>
a { background-color: #A2115C; }
a { background-color: rgb(162,17,92); }
div.DivClassName
{
background-color: #A2115C;
}
.BgClassName
{
background-color: #A2115C;
}
</style>
border-color css
<style>
span { border-color: #A2115C; }
span { border-color: rgb(162,17,92); }
td.TdClassName
{
border-color: #A2115C;
}
.TagClassName
{
border-color: #A2115C;
}
</style>