Shades of Amethyst #A670D0
Tints of Amethyst #A670D0
RGB
CMYK
RGB Variations
Color information
#A670D0 (or 0xA670D0) is known color: Amethyst. HEX triplet: A6, 70 and D0. RGB value is (166,112,208). Sum of RGB (Red+Green+Blue) = 166+112+208=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 112 (44.14% from 255 or 23.05% from 486); Blue value is 208 (81.64% from 255 or 42.80% from 486); Max value from RGB is 208 - color contains mainly: blue. Hex color #A670D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A670D0 is #598F2F. Grayscale: #8A8A8A. Windows color (decimal): -5869360 or 13660326. OLE color: 13660326.
HSL color Cylindrical-coordinate representation of color #A670D0: hue angle of 273.75º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A670D0 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 112 | 208 | - |
| CMYK | 0.20 | 0.46 | 0 | 0.18 |
| HSL | 273.75º | 0.51% | 0.63% | - |
| HSV(B) | 273.75º | 0.46% | 0.82% | - |
| XYZ | 32.91 | 24.25 | 62.62 | - |
| YUV | 139.09 | 166.89 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 112 | 208 | 0.20 | 0.46 | 0 | 0.18 | 273.75 | 0.51 | 0.63 |
| Hex | A6 | 70 | D0 | 14 | 2E | 0 | 12 | 112 | 33 | 3F |
| Octal | 246 | 160 | 320 | 24 | 56 | 0 | 22 | 422 | 63 | 77 |
| Binary | 10100110 | 1110000 | 11010000 | 10100 | 101110 | 0 | 10010 | 100010010 | 110011 | 111111 |
Color Harmonies of #A670D0
Complementary color
Monochromatic Colors of #A670D0
Black with #A670D0
Text Example
Text Example
White with #A670D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A670D0; }
p { color: rgb(166,112,208); }
H1.HeaderClassName
{
color: #A670D0;
}
.AnyTagClassName
{
color: #A670D0;
}
</style>
background-color css
<style>
a { background-color: #A670D0; }
a { background-color: rgb(166,112,208); }
div.DivClassName
{
background-color: #A670D0;
}
.BgClassName
{
background-color: #A670D0;
}
</style>
border-color css
<style>
span { border-color: #A670D0; }
span { border-color: rgb(166,112,208); }
td.TdClassName
{
border-color: #A670D0;
}
.TagClassName
{
border-color: #A670D0;
}
</style>