Shades of Amethyst #A678D1
Tints of Amethyst #A678D1
RGB
CMYK
RGB Variations
Color information
#A678D1 (or 0xA678D1) is known color: Amethyst. HEX triplet: A6, 78 and D1. RGB value is (166,120,209). Sum of RGB (Red+Green+Blue) = 166+120+209=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 120 (47.27% from 255 or 24.24% from 495); Blue value is 209 (82.03% from 255 or 42.22% from 495); Max value from RGB is 209 - color contains mainly: blue. Hex color #A678D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A678D1 is #59872E. Grayscale: #8F8F8F. Windows color (decimal): -5867311 or 13727910. OLE color: 13727910.
HSL color Cylindrical-coordinate representation of color #A678D1: hue angle of 271.01º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A678D1 is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 120 | 209 | - |
| CMYK | 0.21 | 0.43 | 0 | 0.18 |
| HSL | 271.01º | 0.49% | 0.65% | - |
| HSV(B) | 271.01º | 0.43% | 0.82% | - |
| XYZ | 33.95 | 26.14 | 63.58 | - |
| YUV | 143.9 | 164.74 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 120 | 209 | 0.21 | 0.43 | 0 | 0.18 | 271.01 | 0.49 | 0.65 |
| Hex | A6 | 78 | D1 | 15 | 2B | 0 | 12 | 10F | 31 | 41 |
| Octal | 246 | 170 | 321 | 25 | 53 | 0 | 22 | 417 | 61 | 101 |
| Binary | 10100110 | 1111000 | 11010001 | 10101 | 101011 | 0 | 10010 | 100001111 | 110001 | 1000001 |
Color Harmonies of #A678D1
Complementary color
Monochromatic Colors of #A678D1
Black with #A678D1
Text Example
Text Example
White with #A678D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A678D1; }
p { color: rgb(166,120,209); }
H1.HeaderClassName
{
color: #A678D1;
}
.AnyTagClassName
{
color: #A678D1;
}
</style>
background-color css
<style>
a { background-color: #A678D1; }
a { background-color: rgb(166,120,209); }
div.DivClassName
{
background-color: #A678D1;
}
.BgClassName
{
background-color: #A678D1;
}
</style>
border-color css
<style>
span { border-color: #A678D1; }
span { border-color: rgb(166,120,209); }
td.TdClassName
{
border-color: #A678D1;
}
.TagClassName
{
border-color: #A678D1;
}
</style>