Shades of Amethyst #A67AD0
Tints of Amethyst #A67AD0
RGB
CMYK
RGB Variations
Color information
#A67AD0 (or 0xA67AD0) is known color: Amethyst. HEX triplet: A6, 7A and D0. RGB value is (166,122,208). Sum of RGB (Red+Green+Blue) = 166+122+208=496 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.47% from 496); Green value is 122 (48.05% from 255 or 24.60% from 496); Blue value is 208 (81.64% from 255 or 41.94% from 496); Max value from RGB is 208 - color contains mainly: blue. Hex color #A67AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67AD0 is #59852F. Grayscale: #909090. Windows color (decimal): -5866800 or 13662886. OLE color: 13662886.
HSL color Cylindrical-coordinate representation of color #A67AD0: hue angle of 270.7º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A67AD0 is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 122 | 208 | - |
| CMYK | 0.20 | 0.41 | 0 | 0.18 |
| HSL | 270.7º | 0.48% | 0.65% | - |
| HSV(B) | 270.7º | 0.41% | 0.82% | - |
| XYZ | 34.07 | 26.58 | 63.01 | - |
| YUV | 144.96 | 163.58 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 122 | 208 | 0.20 | 0.41 | 0 | 0.18 | 270.7 | 0.48 | 0.65 |
| Hex | A6 | 7A | D0 | 14 | 29 | 0 | 12 | 10F | 30 | 41 |
| Octal | 246 | 172 | 320 | 24 | 51 | 0 | 22 | 417 | 60 | 101 |
| Binary | 10100110 | 1111010 | 11010000 | 10100 | 101001 | 0 | 10010 | 100001111 | 110000 | 1000001 |
Color Harmonies of #A67AD0
Complementary color
Monochromatic Colors of #A67AD0
Black with #A67AD0
Text Example
Text Example
White with #A67AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67AD0; }
p { color: rgb(166,122,208); }
H1.HeaderClassName
{
color: #A67AD0;
}
.AnyTagClassName
{
color: #A67AD0;
}
</style>
background-color css
<style>
a { background-color: #A67AD0; }
a { background-color: rgb(166,122,208); }
div.DivClassName
{
background-color: #A67AD0;
}
.BgClassName
{
background-color: #A67AD0;
}
</style>
border-color css
<style>
span { border-color: #A67AD0; }
span { border-color: rgb(166,122,208); }
td.TdClassName
{
border-color: #A67AD0;
}
.TagClassName
{
border-color: #A67AD0;
}
</style>