Shades of Jazzberry Jam #A2124F
Tints of Jazzberry Jam #A2124F
RGB
CMYK
RGB Variations
Color information
#A2124F (or 0xA2124F) is known color: Jazzberry Jam. HEX triplet: A2, 12 and 4F. RGB value is (162,18,79). Sum of RGB (Red+Green+Blue) = 162+18+79=259 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.55% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 79 (31.25% from 255 or 30.50% from 259); Max value from RGB is 162 - color contains mainly: red. Hex color #A2124F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2124F is #5DEDB0. Grayscale: #434343. Windows color (decimal): -6155697 or 5182114. OLE color: 5182114.
HSL color Cylindrical-coordinate representation of color #A2124F: hue angle of 334.58º 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 #A2124F is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 18 | 79 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.36 |
| HSL | 334.58º | 0.8% | 0.35% | - |
| HSV(B) | 334.58º | 0.89% | 0.64% | - |
| XYZ | 16.53 | 8.68 | 8.2 | - |
| YUV | 68.01 | 134.21 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 18 | 79 | 0 | 0.89 | 0.51 | 0.36 | 334.58 | 0.8 | 0.35 |
| Hex | A2 | 12 | 4F | 0 | 59 | 33 | 24 | 14F | 50 | 23 |
| Octal | 242 | 22 | 117 | 0 | 131 | 63 | 44 | 517 | 120 | 43 |
| Binary | 10100010 | 10010 | 1001111 | 0 | 1011001 | 110011 | 100100 | 101001111 | 1010000 | 100011 |
Color Harmonies of #A2124F
Complementary color
Monochromatic Colors of #A2124F
Black with #A2124F
Text Example
Text Example
White with #A2124F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2124F; }
p { color: rgb(162,18,79); }
H1.HeaderClassName
{
color: #A2124F;
}
.AnyTagClassName
{
color: #A2124F;
}
</style>
background-color css
<style>
a { background-color: #A2124F; }
a { background-color: rgb(162,18,79); }
div.DivClassName
{
background-color: #A2124F;
}
.BgClassName
{
background-color: #A2124F;
}
</style>
border-color css
<style>
span { border-color: #A2124F; }
span { border-color: rgb(162,18,79); }
td.TdClassName
{
border-color: #A2124F;
}
.TagClassName
{
border-color: #A2124F;
}
</style>