Shades of Amethyst #A263DA
Tints of Amethyst #A263DA
RGB
CMYK
RGB Variations
Color information
#A263DA (or 0xA263DA) is known color: Amethyst. HEX triplet: A2, 63 and DA. RGB value is (162,99,218). Sum of RGB (Red+Green+Blue) = 162+99+218=479 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.82% from 479); Green value is 99 (39.06% from 255 or 20.67% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #A263DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A263DA is #5D9C25. Grayscale: #828282. Windows color (decimal): -6134822 or 14312354. OLE color: 14312354.
HSL color Cylindrical-coordinate representation of color #A263DA: hue angle of 271.76º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A263DA is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 99 | 218 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.15 |
| HSL | 271.76º | 0.62% | 0.62% | - |
| HSV(B) | 271.76º | 0.55% | 0.85% | - |
| XYZ | 32.02 | 21.67 | 68.82 | - |
| YUV | 131.4 | 176.87 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 99 | 218 | 0.26 | 0.55 | 0 | 0.15 | 271.76 | 0.62 | 0.62 |
| Hex | A2 | 63 | DA | 1A | 37 | 0 | F | 110 | 3E | 3E |
| Octal | 242 | 143 | 332 | 32 | 67 | 0 | 17 | 420 | 76 | 76 |
| Binary | 10100010 | 1100011 | 11011010 | 11010 | 110111 | 0 | 1111 | 100010000 | 111110 | 111110 |
Color Harmonies of #A263DA
Complementary color
Monochromatic Colors of #A263DA
Black with #A263DA
Text Example
Text Example
White with #A263DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A263DA; }
p { color: rgb(162,99,218); }
H1.HeaderClassName
{
color: #A263DA;
}
.AnyTagClassName
{
color: #A263DA;
}
</style>
background-color css
<style>
a { background-color: #A263DA; }
a { background-color: rgb(162,99,218); }
div.DivClassName
{
background-color: #A263DA;
}
.BgClassName
{
background-color: #A263DA;
}
</style>
border-color css
<style>
span { border-color: #A263DA; }
span { border-color: rgb(162,99,218); }
td.TdClassName
{
border-color: #A263DA;
}
.TagClassName
{
border-color: #A263DA;
}
</style>