Shades of Amethyst #A866D5
Tints of Amethyst #A866D5
RGB
CMYK
RGB Variations
Color information
#A866D5 (or 0xA866D5) is known color: Amethyst. HEX triplet: A8, 66 and D5. RGB value is (168,102,213). Sum of RGB (Red+Green+Blue) = 168+102+213=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 102 (40.23% from 255 or 21.12% from 483); Blue value is 213 (83.59% from 255 or 44.10% from 483); Max value from RGB is 213 - color contains mainly: blue. Hex color #A866D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A866D5 is #57992A. Grayscale: #868686. Windows color (decimal): -5740843 or 13985448. OLE color: 13985448.
HSL color Cylindrical-coordinate representation of color #A866D5: hue angle of 275.68º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A866D5 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 102 | 213 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.16 |
| HSL | 275.68º | 0.57% | 0.62% | - |
| HSV(B) | 275.68º | 0.52% | 0.84% | - |
| XYZ | 32.91 | 22.63 | 65.58 | - |
| YUV | 134.39 | 172.37 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 102 | 213 | 0.21 | 0.52 | 0 | 0.16 | 275.68 | 0.57 | 0.62 |
| Hex | A8 | 66 | D5 | 15 | 34 | 0 | 10 | 114 | 39 | 3E |
| Octal | 250 | 146 | 325 | 25 | 64 | 0 | 20 | 424 | 71 | 76 |
| Binary | 10101000 | 1100110 | 11010101 | 10101 | 110100 | 0 | 10000 | 100010100 | 111001 | 111110 |
Color Harmonies of #A866D5
Complementary color
Monochromatic Colors of #A866D5
Black with #A866D5
Text Example
Text Example
White with #A866D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A866D5; }
p { color: rgb(168,102,213); }
H1.HeaderClassName
{
color: #A866D5;
}
.AnyTagClassName
{
color: #A866D5;
}
</style>
background-color css
<style>
a { background-color: #A866D5; }
a { background-color: rgb(168,102,213); }
div.DivClassName
{
background-color: #A866D5;
}
.BgClassName
{
background-color: #A866D5;
}
</style>
border-color css
<style>
span { border-color: #A866D5; }
span { border-color: rgb(168,102,213); }
td.TdClassName
{
border-color: #A866D5;
}
.TagClassName
{
border-color: #A866D5;
}
</style>