Shades of Amethyst #A561E2
Tints of Amethyst #A561E2
RGB
CMYK
RGB Variations
Color information
#A561E2 (or 0xA561E2) is known color: Amethyst. HEX triplet: A5, 61 and E2. RGB value is (165,97,226). Sum of RGB (Red+Green+Blue) = 165+97+226=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 97 (38.28% from 255 or 19.88% from 488); Blue value is 226 (88.67% from 255 or 46.31% from 488); Max value from RGB is 226 - color contains mainly: blue. Hex color #A561E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A561E2 is #5A9E1D. Grayscale: #838383. Windows color (decimal): -5938718 or 14836133. OLE color: 14836133.
HSL color Cylindrical-coordinate representation of color #A561E2: hue angle of 271.63º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A561E2 is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 97 | 226 | - |
| CMYK | 0.27 | 0.57 | 0 | 0.11 |
| HSL | 271.63º | 0.69% | 0.63% | - |
| HSV(B) | 271.63º | 0.57% | 0.89% | - |
| XYZ | 33.52 | 22.04 | 74.44 | - |
| YUV | 132.04 | 181.03 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 97 | 226 | 0.27 | 0.57 | 0 | 0.11 | 271.63 | 0.69 | 0.63 |
| Hex | A5 | 61 | E2 | 1B | 39 | 0 | B | 110 | 45 | 3F |
| Octal | 245 | 141 | 342 | 33 | 71 | 0 | 13 | 420 | 105 | 77 |
| Binary | 10100101 | 1100001 | 11100010 | 11011 | 111001 | 0 | 1011 | 100010000 | 1000101 | 111111 |
Color Harmonies of #A561E2
Complementary color
Monochromatic Colors of #A561E2
Black with #A561E2
Text Example
Text Example
White with #A561E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A561E2; }
p { color: rgb(165,97,226); }
H1.HeaderClassName
{
color: #A561E2;
}
.AnyTagClassName
{
color: #A561E2;
}
</style>
background-color css
<style>
a { background-color: #A561E2; }
a { background-color: rgb(165,97,226); }
div.DivClassName
{
background-color: #A561E2;
}
.BgClassName
{
background-color: #A561E2;
}
</style>
border-color css
<style>
span { border-color: #A561E2; }
span { border-color: rgb(165,97,226); }
td.TdClassName
{
border-color: #A561E2;
}
.TagClassName
{
border-color: #A561E2;
}
</style>