Shades of Amethyst #A669E2
Tints of Amethyst #A669E2
RGB
CMYK
RGB Variations
Color information
#A669E2 (or 0xA669E2) is known color: Amethyst. HEX triplet: A6, 69 and E2. RGB value is (166,105,226). Sum of RGB (Red+Green+Blue) = 166+105+226=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 105 (41.41% from 255 or 21.13% from 497); Blue value is 226 (88.67% from 255 or 45.47% from 497); Max value from RGB is 226 - color contains mainly: blue. Hex color #A669E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A669E2 is #59961D. Grayscale: #888888. Windows color (decimal): -5871134 or 14838182. OLE color: 14838182.
HSL color Cylindrical-coordinate representation of color #A669E2: hue angle of 270.25º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A669E2 is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 105 | 226 | - |
| CMYK | 0.27 | 0.54 | 0 | 0.11 |
| HSL | 270.25º | 0.68% | 0.65% | - |
| HSV(B) | 270.25º | 0.54% | 0.89% | - |
| XYZ | 34.5 | 23.7 | 74.71 | - |
| YUV | 137.03 | 178.21 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 105 | 226 | 0.27 | 0.54 | 0 | 0.11 | 270.25 | 0.68 | 0.65 |
| Hex | A6 | 69 | E2 | 1B | 36 | 0 | B | 10E | 44 | 41 |
| Octal | 246 | 151 | 342 | 33 | 66 | 0 | 13 | 416 | 104 | 101 |
| Binary | 10100110 | 1101001 | 11100010 | 11011 | 110110 | 0 | 1011 | 100001110 | 1000100 | 1000001 |
Color Harmonies of #A669E2
Complementary color
Monochromatic Colors of #A669E2
Black with #A669E2
Text Example
Text Example
White with #A669E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A669E2; }
p { color: rgb(166,105,226); }
H1.HeaderClassName
{
color: #A669E2;
}
.AnyTagClassName
{
color: #A669E2;
}
</style>
background-color css
<style>
a { background-color: #A669E2; }
a { background-color: rgb(166,105,226); }
div.DivClassName
{
background-color: #A669E2;
}
.BgClassName
{
background-color: #A669E2;
}
</style>
border-color css
<style>
span { border-color: #A669E2; }
span { border-color: rgb(166,105,226); }
td.TdClassName
{
border-color: #A669E2;
}
.TagClassName
{
border-color: #A669E2;
}
</style>