Shades of Amethyst #A863D5
Tints of Amethyst #A863D5
RGB
CMYK
RGB Variations
Color information
#A863D5 (or 0xA863D5) is known color: Amethyst. HEX triplet: A8, 63 and D5. RGB value is (168,99,213). Sum of RGB (Red+Green+Blue) = 168+99+213=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 99 (39.06% from 255 or 20.62% from 480); Blue value is 213 (83.59% from 255 or 44.38% from 480); Max value from RGB is 213 - color contains mainly: blue. Hex color #A863D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A863D5 is #579C2A. Grayscale: #848484. Windows color (decimal): -5741611 or 13984680. OLE color: 13984680.
HSL color Cylindrical-coordinate representation of color #A863D5: hue angle of 276.32º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A863D5 is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 99 | 213 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.16 |
| HSL | 276.32º | 0.58% | 0.61% | - |
| HSV(B) | 276.32º | 0.54% | 0.84% | - |
| XYZ | 32.62 | 22.05 | 65.49 | - |
| YUV | 132.63 | 173.36 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 99 | 213 | 0.21 | 0.54 | 0 | 0.16 | 276.32 | 0.58 | 0.61 |
| Hex | A8 | 63 | D5 | 15 | 36 | 0 | 10 | 114 | 3A | 3D |
| Octal | 250 | 143 | 325 | 25 | 66 | 0 | 20 | 424 | 72 | 75 |
| Binary | 10101000 | 1100011 | 11010101 | 10101 | 110110 | 0 | 10000 | 100010100 | 111010 | 111101 |
Color Harmonies of #A863D5
Complementary color
Monochromatic Colors of #A863D5
Black with #A863D5
Text Example
Text Example
White with #A863D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A863D5; }
p { color: rgb(168,99,213); }
H1.HeaderClassName
{
color: #A863D5;
}
.AnyTagClassName
{
color: #A863D5;
}
</style>
background-color css
<style>
a { background-color: #A863D5; }
a { background-color: rgb(168,99,213); }
div.DivClassName
{
background-color: #A863D5;
}
.BgClassName
{
background-color: #A863D5;
}
</style>
border-color css
<style>
span { border-color: #A863D5; }
span { border-color: rgb(168,99,213); }
td.TdClassName
{
border-color: #A863D5;
}
.TagClassName
{
border-color: #A863D5;
}
</style>