Shades of Jazzberry Jam #A2065A
Tints of Jazzberry Jam #A2065A
RGB
CMYK
RGB Variations
Color information
#A2065A (or 0xA2065A) is known color: Jazzberry Jam. HEX triplet: A2, 06 and 5A. RGB value is (162,6,90). Sum of RGB (Red+Green+Blue) = 162+6+90=258 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.79% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 90 (35.55% from 255 or 34.88% from 258); Max value from RGB is 162 - color contains mainly: red. Hex color #A2065A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2065A is #5DF9A5. Grayscale: #3E3E3E. Windows color (decimal): -6158758 or 5899938. OLE color: 5899938.
HSL color Cylindrical-coordinate representation of color #A2065A: hue angle of 327.69º 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 #A2065A is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 6 | 90 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.36 |
| HSL | 327.69º | 0.93% | 0.33% | - |
| HSV(B) | 327.69º | 0.96% | 0.64% | - |
| XYZ | 16.81 | 8.55 | 10.44 | - |
| YUV | 62.22 | 143.68 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 6 | 90 | 0 | 0.96 | 0.44 | 0.36 | 327.69 | 0.93 | 0.33 |
| Hex | A2 | 6 | 5A | 0 | 60 | 2C | 24 | 148 | 5D | 21 |
| Octal | 242 | 6 | 132 | 0 | 140 | 54 | 44 | 510 | 135 | 41 |
| Binary | 10100010 | 110 | 1011010 | 0 | 1100000 | 101100 | 100100 | 101001000 | 1011101 | 100001 |
Color Harmonies of #A2065A
Complementary color
Monochromatic Colors of #A2065A
Black with #A2065A
Text Example
Text Example
White with #A2065A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2065A; }
p { color: rgb(162,6,90); }
H1.HeaderClassName
{
color: #A2065A;
}
.AnyTagClassName
{
color: #A2065A;
}
</style>
background-color css
<style>
a { background-color: #A2065A; }
a { background-color: rgb(162,6,90); }
div.DivClassName
{
background-color: #A2065A;
}
.BgClassName
{
background-color: #A2065A;
}
</style>
border-color css
<style>
span { border-color: #A2065A; }
span { border-color: rgb(162,6,90); }
td.TdClassName
{
border-color: #A2065A;
}
.TagClassName
{
border-color: #A2065A;
}
</style>