Shades of Jazzberry Jam #A2146B
Tints of Jazzberry Jam #A2146B
RGB
CMYK
RGB Variations
Color information
#A2146B (or 0xA2146B) is known color: Jazzberry Jam. HEX triplet: A2, 14 and 6B. RGB value is (162,20,107). Sum of RGB (Red+Green+Blue) = 162+20+107=289 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.06% from 289); Green value is 20 (8.20% from 255 or 6.92% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 162 - color contains mainly: red. Hex color #A2146B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2146B is #5DEB94. Grayscale: #484848. Windows color (decimal): -6155157 or 7017634. OLE color: 7017634.
HSL color Cylindrical-coordinate representation of color #A2146B: hue angle of 323.24º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A2146B is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 20 | 107 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.36 |
| HSL | 323.24º | 0.78% | 0.36% | - |
| HSV(B) | 323.24º | 0.88% | 0.64% | - |
| XYZ | 17.8 | 9.24 | 14.76 | - |
| YUV | 72.38 | 147.54 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 20 | 107 | 0 | 0.88 | 0.34 | 0.36 | 323.24 | 0.78 | 0.36 |
| Hex | A2 | 14 | 6B | 0 | 58 | 22 | 24 | 143 | 4E | 24 |
| Octal | 242 | 24 | 153 | 0 | 130 | 42 | 44 | 503 | 116 | 44 |
| Binary | 10100010 | 10100 | 1101011 | 0 | 1011000 | 100010 | 100100 | 101000011 | 1001110 | 100100 |
Color Harmonies of #A2146B
Complementary color
Monochromatic Colors of #A2146B
Black with #A2146B
Text Example
Text Example
White with #A2146B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2146B; }
p { color: rgb(162,20,107); }
H1.HeaderClassName
{
color: #A2146B;
}
.AnyTagClassName
{
color: #A2146B;
}
</style>
background-color css
<style>
a { background-color: #A2146B; }
a { background-color: rgb(162,20,107); }
div.DivClassName
{
background-color: #A2146B;
}
.BgClassName
{
background-color: #A2146B;
}
</style>
border-color css
<style>
span { border-color: #A2146B; }
span { border-color: rgb(162,20,107); }
td.TdClassName
{
border-color: #A2146B;
}
.TagClassName
{
border-color: #A2146B;
}
</style>