Shades of Amethyst #A863D2
Tints of Amethyst #A863D2
RGB
CMYK
RGB Variations
Color information
#A863D2 (or 0xA863D2) is known color: Amethyst. HEX triplet: A8, 63 and D2. RGB value is (168,99,210). Sum of RGB (Red+Green+Blue) = 168+99+210=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 99 (39.06% from 255 or 20.75% from 477); Blue value is 210 (82.42% from 255 or 44.03% from 477); Max value from RGB is 210 - color contains mainly: blue. Hex color #A863D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A863D2 is #579C2D. Grayscale: #838383. Windows color (decimal): -5741614 or 13788072. OLE color: 13788072.
HSL color Cylindrical-coordinate representation of color #A863D2: hue angle of 277.3º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A863D2 is Cyan = 0.2, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 99 | 210 | - |
| CMYK | 0.2 | 0.53 | 0 | 0.18 |
| HSL | 277.3º | 0.55% | 0.61% | - |
| HSV(B) | 277.3º | 0.53% | 0.82% | - |
| XYZ | 32.24 | 21.9 | 63.5 | - |
| YUV | 132.29 | 171.86 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 99 | 210 | 0.2 | 0.53 | 0 | 0.18 | 277.3 | 0.55 | 0.61 |
| Hex | A8 | 63 | D2 | 14 | 35 | 0 | 12 | 115 | 37 | 3D |
| Octal | 250 | 143 | 322 | 24 | 65 | 0 | 22 | 425 | 67 | 75 |
| Binary | 10101000 | 1100011 | 11010010 | 10100 | 110101 | 0 | 10010 | 100010101 | 110111 | 111101 |
Color Harmonies of #A863D2
Complementary color
Monochromatic Colors of #A863D2
Black with #A863D2
Text Example
Text Example
White with #A863D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A863D2; }
p { color: rgb(168,99,210); }
H1.HeaderClassName
{
color: #A863D2;
}
.AnyTagClassName
{
color: #A863D2;
}
</style>
background-color css
<style>
a { background-color: #A863D2; }
a { background-color: rgb(168,99,210); }
div.DivClassName
{
background-color: #A863D2;
}
.BgClassName
{
background-color: #A863D2;
}
</style>
border-color css
<style>
span { border-color: #A863D2; }
span { border-color: rgb(168,99,210); }
td.TdClassName
{
border-color: #A863D2;
}
.TagClassName
{
border-color: #A863D2;
}
</style>