Shades of Amethyst #A263DD
Tints of Amethyst #A263DD
RGB
CMYK
RGB Variations
Color information
#A263DD (or 0xA263DD) is known color: Amethyst. HEX triplet: A2, 63 and DD. RGB value is (162,99,221). Sum of RGB (Red+Green+Blue) = 162+99+221=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 99 (39.06% from 255 or 20.54% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #A263DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A263DD is #5D9C22. Grayscale: #838383. Windows color (decimal): -6134819 or 14508962. OLE color: 14508962.
HSL color Cylindrical-coordinate representation of color #A263DD: hue angle of 270.98º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A263DD is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 99 | 221 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.13 |
| HSL | 270.98º | 0.64% | 0.63% | - |
| HSV(B) | 270.98º | 0.55% | 0.87% | - |
| XYZ | 32.41 | 21.83 | 70.91 | - |
| YUV | 131.75 | 178.37 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 99 | 221 | 0.27 | 0.55 | 0 | 0.13 | 270.98 | 0.64 | 0.63 |
| Hex | A2 | 63 | DD | 1B | 37 | 0 | D | 10F | 40 | 3F |
| Octal | 242 | 143 | 335 | 33 | 67 | 0 | 15 | 417 | 100 | 77 |
| Binary | 10100010 | 1100011 | 11011101 | 11011 | 110111 | 0 | 1101 | 100001111 | 1000000 | 111111 |
Color Harmonies of #A263DD
Complementary color
Monochromatic Colors of #A263DD
Black with #A263DD
Text Example
Text Example
White with #A263DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A263DD; }
p { color: rgb(162,99,221); }
H1.HeaderClassName
{
color: #A263DD;
}
.AnyTagClassName
{
color: #A263DD;
}
</style>
background-color css
<style>
a { background-color: #A263DD; }
a { background-color: rgb(162,99,221); }
div.DivClassName
{
background-color: #A263DD;
}
.BgClassName
{
background-color: #A263DD;
}
</style>
border-color css
<style>
span { border-color: #A263DD; }
span { border-color: rgb(162,99,221); }
td.TdClassName
{
border-color: #A263DD;
}
.TagClassName
{
border-color: #A263DD;
}
</style>