Shades of Jazzberry Jam #A2125D
Tints of Jazzberry Jam #A2125D
RGB
CMYK
RGB Variations
Color information
#A2125D (or 0xA2125D) is known color: Jazzberry Jam. HEX triplet: A2, 12 and 5D. RGB value is (162,18,93). Sum of RGB (Red+Green+Blue) = 162+18+93=273 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.34% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 162 - color contains mainly: red. Hex color #A2125D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2125D is #5DEDA2. Grayscale: #454545. Windows color (decimal): -6155683 or 6099618. OLE color: 6099618.
HSL color Cylindrical-coordinate representation of color #A2125D: hue angle of 328.75º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A2125D is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 18 | 93 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.36 |
| HSL | 328.75º | 0.8% | 0.35% | - |
| HSV(B) | 328.75º | 0.89% | 0.64% | - |
| XYZ | 17.09 | 8.9 | 11.17 | - |
| YUV | 69.61 | 141.21 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 18 | 93 | 0 | 0.89 | 0.43 | 0.36 | 328.75 | 0.8 | 0.35 |
| Hex | A2 | 12 | 5D | 0 | 59 | 2B | 24 | 149 | 50 | 23 |
| Octal | 242 | 22 | 135 | 0 | 131 | 53 | 44 | 511 | 120 | 43 |
| Binary | 10100010 | 10010 | 1011101 | 0 | 1011001 | 101011 | 100100 | 101001001 | 1010000 | 100011 |
Color Harmonies of #A2125D
Complementary color
Monochromatic Colors of #A2125D
Black with #A2125D
Text Example
Text Example
White with #A2125D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2125D; }
p { color: rgb(162,18,93); }
H1.HeaderClassName
{
color: #A2125D;
}
.AnyTagClassName
{
color: #A2125D;
}
</style>
background-color css
<style>
a { background-color: #A2125D; }
a { background-color: rgb(162,18,93); }
div.DivClassName
{
background-color: #A2125D;
}
.BgClassName
{
background-color: #A2125D;
}
</style>
border-color css
<style>
span { border-color: #A2125D; }
span { border-color: rgb(162,18,93); }
td.TdClassName
{
border-color: #A2125D;
}
.TagClassName
{
border-color: #A2125D;
}
</style>