Shades of Jazzberry Jam #A2065D
Tints of Jazzberry Jam #A2065D
RGB
CMYK
RGB Variations
Color information
#A2065D (or 0xA2065D) is known color: Jazzberry Jam. HEX triplet: A2, 06 and 5D. RGB value is (162,6,93). Sum of RGB (Red+Green+Blue) = 162+6+93=261 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.07% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 162 - color contains mainly: red. Hex color #A2065D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2065D is #5DF9A2. Grayscale: #3E3E3E. Windows color (decimal): -6158755 or 6096546. OLE color: 6096546.
HSL color Cylindrical-coordinate representation of color #A2065D: hue angle of 326.54º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A2065D is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 6 | 93 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.36 |
| HSL | 326.54º | 0.93% | 0.33% | - |
| HSV(B) | 326.54º | 0.96% | 0.64% | - |
| XYZ | 16.94 | 8.6 | 11.12 | - |
| YUV | 62.56 | 145.18 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 6 | 93 | 0 | 0.96 | 0.43 | 0.36 | 326.54 | 0.93 | 0.33 |
| Hex | A2 | 6 | 5D | 0 | 60 | 2B | 24 | 147 | 5D | 21 |
| Octal | 242 | 6 | 135 | 0 | 140 | 53 | 44 | 507 | 135 | 41 |
| Binary | 10100010 | 110 | 1011101 | 0 | 1100000 | 101011 | 100100 | 101000111 | 1011101 | 100001 |
Color Harmonies of #A2065D
Complementary color
Monochromatic Colors of #A2065D
Black with #A2065D
Text Example
Text Example
White with #A2065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2065D; }
p { color: rgb(162,6,93); }
H1.HeaderClassName
{
color: #A2065D;
}
.AnyTagClassName
{
color: #A2065D;
}
</style>
background-color css
<style>
a { background-color: #A2065D; }
a { background-color: rgb(162,6,93); }
div.DivClassName
{
background-color: #A2065D;
}
.BgClassName
{
background-color: #A2065D;
}
</style>
border-color css
<style>
span { border-color: #A2065D; }
span { border-color: rgb(162,6,93); }
td.TdClassName
{
border-color: #A2065D;
}
.TagClassName
{
border-color: #A2065D;
}
</style>