Shades of Amethyst #A263D1
Tints of Amethyst #A263D1
RGB
CMYK
RGB Variations
Color information
#A263D1 (or 0xA263D1) is known color: Amethyst. HEX triplet: A2, 63 and D1. RGB value is (162,99,209). Sum of RGB (Red+Green+Blue) = 162+99+209=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 99 (39.06% from 255 or 21.06% from 470); Blue value is 209 (82.03% from 255 or 44.47% from 470); Max value from RGB is 209 - color contains mainly: blue. Hex color #A263D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A263D1 is #5D9C2E. Grayscale: #828282. Windows color (decimal): -6134831 or 13722530. OLE color: 13722530.
HSL color Cylindrical-coordinate representation of color #A263D1: hue angle of 274.36º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A263D1 is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 99 | 209 | - |
| CMYK | 0.22 | 0.53 | 0 | 0.18 |
| HSL | 274.36º | 0.54% | 0.6% | - |
| HSV(B) | 274.36º | 0.53% | 0.82% | - |
| XYZ | 30.87 | 21.21 | 62.79 | - |
| YUV | 130.38 | 172.37 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 99 | 209 | 0.22 | 0.53 | 0 | 0.18 | 274.36 | 0.54 | 0.6 |
| Hex | A2 | 63 | D1 | 16 | 35 | 0 | 12 | 112 | 36 | 3C |
| Octal | 242 | 143 | 321 | 26 | 65 | 0 | 22 | 422 | 66 | 74 |
| Binary | 10100010 | 1100011 | 11010001 | 10110 | 110101 | 0 | 10010 | 100010010 | 110110 | 111100 |
Color Harmonies of #A263D1
Complementary color
Monochromatic Colors of #A263D1
Black with #A263D1
Text Example
Text Example
White with #A263D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A263D1; }
p { color: rgb(162,99,209); }
H1.HeaderClassName
{
color: #A263D1;
}
.AnyTagClassName
{
color: #A263D1;
}
</style>
background-color css
<style>
a { background-color: #A263D1; }
a { background-color: rgb(162,99,209); }
div.DivClassName
{
background-color: #A263D1;
}
.BgClassName
{
background-color: #A263D1;
}
</style>
border-color css
<style>
span { border-color: #A263D1; }
span { border-color: rgb(162,99,209); }
td.TdClassName
{
border-color: #A263D1;
}
.TagClassName
{
border-color: #A263D1;
}
</style>