Shades of Amethyst #A263D8
Tints of Amethyst #A263D8
RGB
CMYK
RGB Variations
Color information
#A263D8 (or 0xA263D8) is known color: Amethyst. HEX triplet: A2, 63 and D8. RGB value is (162,99,216). Sum of RGB (Red+Green+Blue) = 162+99+216=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 99 (39.06% from 255 or 20.75% from 477); Blue value is 216 (84.77% from 255 or 45.28% from 477); Max value from RGB is 216 - color contains mainly: blue. Hex color #A263D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A263D8 is #5D9C27. Grayscale: #828282. Windows color (decimal): -6134824 or 14181282. OLE color: 14181282.
HSL color Cylindrical-coordinate representation of color #A263D8: hue angle of 272.31º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A263D8 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 99 | 216 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.15 |
| HSL | 272.31º | 0.6% | 0.62% | - |
| HSV(B) | 272.31º | 0.54% | 0.85% | - |
| XYZ | 31.76 | 21.56 | 67.45 | - |
| YUV | 131.18 | 175.87 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 99 | 216 | 0.25 | 0.54 | 0 | 0.15 | 272.31 | 0.6 | 0.62 |
| Hex | A2 | 63 | D8 | 19 | 36 | 0 | F | 110 | 3C | 3E |
| Octal | 242 | 143 | 330 | 31 | 66 | 0 | 17 | 420 | 74 | 76 |
| Binary | 10100010 | 1100011 | 11011000 | 11001 | 110110 | 0 | 1111 | 100010000 | 111100 | 111110 |
Color Harmonies of #A263D8
Complementary color
Monochromatic Colors of #A263D8
Black with #A263D8
Text Example
Text Example
White with #A263D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A263D8; }
p { color: rgb(162,99,216); }
H1.HeaderClassName
{
color: #A263D8;
}
.AnyTagClassName
{
color: #A263D8;
}
</style>
background-color css
<style>
a { background-color: #A263D8; }
a { background-color: rgb(162,99,216); }
div.DivClassName
{
background-color: #A263D8;
}
.BgClassName
{
background-color: #A263D8;
}
</style>
border-color css
<style>
span { border-color: #A263D8; }
span { border-color: rgb(162,99,216); }
td.TdClassName
{
border-color: #A263D8;
}
.TagClassName
{
border-color: #A263D8;
}
</style>