Shades of Amethyst #A67AD2
Tints of Amethyst #A67AD2
RGB
CMYK
RGB Variations
Color information
#A67AD2 (or 0xA67AD2) is known color: Amethyst. HEX triplet: A6, 7A and D2. RGB value is (166,122,210). Sum of RGB (Red+Green+Blue) = 166+122+210=498 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.33% from 498); Green value is 122 (48.05% from 255 or 24.50% from 498); Blue value is 210 (82.42% from 255 or 42.17% from 498); Max value from RGB is 210 - color contains mainly: blue. Hex color #A67AD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67AD2 is #59852D. Grayscale: #909090. Windows color (decimal): -5866798 or 13793958. OLE color: 13793958.
HSL color Cylindrical-coordinate representation of color #A67AD2: hue angle of 270º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A67AD2 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 122 | 210 | - |
| CMYK | 0.21 | 0.42 | 0 | 0.18 |
| HSL | 270º | 0.49% | 0.65% | - |
| HSV(B) | 270º | 0.42% | 0.82% | - |
| XYZ | 34.32 | 26.68 | 64.31 | - |
| YUV | 145.19 | 164.58 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 122 | 210 | 0.21 | 0.42 | 0 | 0.18 | 270 | 0.49 | 0.65 |
| Hex | A6 | 7A | D2 | 15 | 2A | 0 | 12 | 10E | 31 | 41 |
| Octal | 246 | 172 | 322 | 25 | 52 | 0 | 22 | 416 | 61 | 101 |
| Binary | 10100110 | 1111010 | 11010010 | 10101 | 101010 | 0 | 10010 | 100001110 | 110001 | 1000001 |
Color Harmonies of #A67AD2
Complementary color
Monochromatic Colors of #A67AD2
Black with #A67AD2
Text Example
Text Example
White with #A67AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67AD2; }
p { color: rgb(166,122,210); }
H1.HeaderClassName
{
color: #A67AD2;
}
.AnyTagClassName
{
color: #A67AD2;
}
</style>
background-color css
<style>
a { background-color: #A67AD2; }
a { background-color: rgb(166,122,210); }
div.DivClassName
{
background-color: #A67AD2;
}
.BgClassName
{
background-color: #A67AD2;
}
</style>
border-color css
<style>
span { border-color: #A67AD2; }
span { border-color: rgb(166,122,210); }
td.TdClassName
{
border-color: #A67AD2;
}
.TagClassName
{
border-color: #A67AD2;
}
</style>