Shades of Jazzberry Jam #A2145D
Tints of Jazzberry Jam #A2145D
RGB
CMYK
RGB Variations
Color information
#A2145D (or 0xA2145D) is known color: Jazzberry Jam. HEX triplet: A2, 14 and 5D. RGB value is (162,20,93). Sum of RGB (Red+Green+Blue) = 162+20+93=275 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.91% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 162 - color contains mainly: red. Hex color #A2145D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2145D is #5DEBA2. Grayscale: #464646. Windows color (decimal): -6155171 or 6100130. OLE color: 6100130.
HSL color Cylindrical-coordinate representation of color #A2145D: hue angle of 329.15º 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 #A2145D is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 20 | 93 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.36 |
| HSL | 329.15º | 0.78% | 0.36% | - |
| HSV(B) | 329.15º | 0.88% | 0.64% | - |
| XYZ | 17.13 | 8.97 | 11.19 | - |
| YUV | 70.78 | 140.54 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 20 | 93 | 0 | 0.88 | 0.43 | 0.36 | 329.15 | 0.78 | 0.36 |
| Hex | A2 | 14 | 5D | 0 | 58 | 2B | 24 | 149 | 4E | 24 |
| Octal | 242 | 24 | 135 | 0 | 130 | 53 | 44 | 511 | 116 | 44 |
| Binary | 10100010 | 10100 | 1011101 | 0 | 1011000 | 101011 | 100100 | 101001001 | 1001110 | 100100 |
Color Harmonies of #A2145D
Complementary color
Monochromatic Colors of #A2145D
Black with #A2145D
Text Example
Text Example
White with #A2145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2145D; }
p { color: rgb(162,20,93); }
H1.HeaderClassName
{
color: #A2145D;
}
.AnyTagClassName
{
color: #A2145D;
}
</style>
background-color css
<style>
a { background-color: #A2145D; }
a { background-color: rgb(162,20,93); }
div.DivClassName
{
background-color: #A2145D;
}
.BgClassName
{
background-color: #A2145D;
}
</style>
border-color css
<style>
span { border-color: #A2145D; }
span { border-color: rgb(162,20,93); }
td.TdClassName
{
border-color: #A2145D;
}
.TagClassName
{
border-color: #A2145D;
}
</style>