Shades of Amethyst #A863D0
Tints of Amethyst #A863D0
RGB
CMYK
RGB Variations
Color information
#A863D0 (or 0xA863D0) is known color: Amethyst. HEX triplet: A8, 63 and D0. RGB value is (168,99,208). Sum of RGB (Red+Green+Blue) = 168+99+208=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 99 (39.06% from 255 or 20.84% from 475); Blue value is 208 (81.64% from 255 or 43.79% from 475); Max value from RGB is 208 - color contains mainly: blue. Hex color #A863D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A863D0 is #579C2F. Grayscale: #838383. Windows color (decimal): -5741616 or 13657000. OLE color: 13657000.
HSL color Cylindrical-coordinate representation of color #A863D0: hue angle of 277.98º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A863D0 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 99 | 208 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.18 |
| HSL | 277.98º | 0.54% | 0.6% | - |
| HSV(B) | 277.98º | 0.52% | 0.82% | - |
| XYZ | 32 | 21.8 | 62.2 | - |
| YUV | 132.06 | 170.86 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 99 | 208 | 0.19 | 0.52 | 0 | 0.18 | 277.98 | 0.54 | 0.6 |
| Hex | A8 | 63 | D0 | 13 | 34 | 0 | 12 | 116 | 36 | 3C |
| Octal | 250 | 143 | 320 | 23 | 64 | 0 | 22 | 426 | 66 | 74 |
| Binary | 10101000 | 1100011 | 11010000 | 10011 | 110100 | 0 | 10010 | 100010110 | 110110 | 111100 |
Color Harmonies of #A863D0
Complementary color
Monochromatic Colors of #A863D0
Black with #A863D0
Text Example
Text Example
White with #A863D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A863D0; }
p { color: rgb(168,99,208); }
H1.HeaderClassName
{
color: #A863D0;
}
.AnyTagClassName
{
color: #A863D0;
}
</style>
background-color css
<style>
a { background-color: #A863D0; }
a { background-color: rgb(168,99,208); }
div.DivClassName
{
background-color: #A863D0;
}
.BgClassName
{
background-color: #A863D0;
}
</style>
border-color css
<style>
span { border-color: #A863D0; }
span { border-color: rgb(168,99,208); }
td.TdClassName
{
border-color: #A863D0;
}
.TagClassName
{
border-color: #A863D0;
}
</style>