Shades of Jazzberry Jam #A2146D
Tints of Jazzberry Jam #A2146D
RGB
CMYK
RGB Variations
Color information
#A2146D (or 0xA2146D) is known color: Jazzberry Jam. HEX triplet: A2, 14 and 6D. RGB value is (162,20,109). Sum of RGB (Red+Green+Blue) = 162+20+109=291 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.67% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 162 - color contains mainly: red. Hex color #A2146D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2146D is #5DEB92. Grayscale: #484848. Windows color (decimal): -6155155 or 7148706. OLE color: 7148706.
HSL color Cylindrical-coordinate representation of color #A2146D: hue angle of 322.39º 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 #A2146D is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 20 | 109 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.36 |
| HSL | 322.39º | 0.78% | 0.36% | - |
| HSV(B) | 322.39º | 0.88% | 0.64% | - |
| XYZ | 17.91 | 9.29 | 15.32 | - |
| YUV | 72.6 | 148.54 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 20 | 109 | 0 | 0.88 | 0.33 | 0.36 | 322.39 | 0.78 | 0.36 |
| Hex | A2 | 14 | 6D | 0 | 58 | 21 | 24 | 142 | 4E | 24 |
| Octal | 242 | 24 | 155 | 0 | 130 | 41 | 44 | 502 | 116 | 44 |
| Binary | 10100010 | 10100 | 1101101 | 0 | 1011000 | 100001 | 100100 | 101000010 | 1001110 | 100100 |
Color Harmonies of #A2146D
Complementary color
Monochromatic Colors of #A2146D
Black with #A2146D
Text Example
Text Example
White with #A2146D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2146D; }
p { color: rgb(162,20,109); }
H1.HeaderClassName
{
color: #A2146D;
}
.AnyTagClassName
{
color: #A2146D;
}
</style>
background-color css
<style>
a { background-color: #A2146D; }
a { background-color: rgb(162,20,109); }
div.DivClassName
{
background-color: #A2146D;
}
.BgClassName
{
background-color: #A2146D;
}
</style>
border-color css
<style>
span { border-color: #A2146D; }
span { border-color: rgb(162,20,109); }
td.TdClassName
{
border-color: #A2146D;
}
.TagClassName
{
border-color: #A2146D;
}
</style>