Shades of Amethyst #A863E0
Tints of Amethyst #A863E0
RGB
CMYK
RGB Variations
Color information
#A863E0 (or 0xA863E0) is known color: Amethyst. HEX triplet: A8, 63 and E0. RGB value is (168,99,224). Sum of RGB (Red+Green+Blue) = 168+99+224=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 99 (39.06% from 255 or 20.16% from 491); Blue value is 224 (87.89% from 255 or 45.62% from 491); Max value from RGB is 224 - color contains mainly: blue. Hex color #A863E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A863E0 is #579C1F. Grayscale: #858585. Windows color (decimal): -5741600 or 14705576. OLE color: 14705576.
HSL color Cylindrical-coordinate representation of color #A863E0: hue angle of 273.12º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A863E0 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 99 | 224 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.12 |
| HSL | 273.12º | 0.67% | 0.63% | - |
| HSV(B) | 273.12º | 0.56% | 0.88% | - |
| XYZ | 34.06 | 22.63 | 73.09 | - |
| YUV | 133.88 | 178.86 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 99 | 224 | 0.25 | 0.56 | 0 | 0.12 | 273.12 | 0.67 | 0.63 |
| Hex | A8 | 63 | E0 | 19 | 38 | 0 | C | 111 | 43 | 3F |
| Octal | 250 | 143 | 340 | 31 | 70 | 0 | 14 | 421 | 103 | 77 |
| Binary | 10101000 | 1100011 | 11100000 | 11001 | 111000 | 0 | 1100 | 100010001 | 1000011 | 111111 |
Color Harmonies of #A863E0
Complementary color
Monochromatic Colors of #A863E0
Black with #A863E0
Text Example
Text Example
White with #A863E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A863E0; }
p { color: rgb(168,99,224); }
H1.HeaderClassName
{
color: #A863E0;
}
.AnyTagClassName
{
color: #A863E0;
}
</style>
background-color css
<style>
a { background-color: #A863E0; }
a { background-color: rgb(168,99,224); }
div.DivClassName
{
background-color: #A863E0;
}
.BgClassName
{
background-color: #A863E0;
}
</style>
border-color css
<style>
span { border-color: #A863E0; }
span { border-color: rgb(168,99,224); }
td.TdClassName
{
border-color: #A863E0;
}
.TagClassName
{
border-color: #A863E0;
}
</style>