Shades of Amethyst #A660E8
Tints of Amethyst #A660E8
RGB
CMYK
RGB Variations
Color information
#A660E8 (or 0xA660E8) is known color: Amethyst. HEX triplet: A6, 60 and E8. RGB value is (166,96,232). Sum of RGB (Red+Green+Blue) = 166+96+232=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 96 (37.89% from 255 or 19.43% from 494); Blue value is 232 (91.02% from 255 or 46.96% from 494); Max value from RGB is 232 - color contains mainly: blue. Hex color #A660E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A660E8 is #599F17. Grayscale: #838383. Windows color (decimal): -5873432 or 15229094. OLE color: 15229094.
HSL color Cylindrical-coordinate representation of color #A660E8: hue angle of 270.88º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A660E8 is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 96 | 232 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.09 |
| HSL | 270.88º | 0.75% | 0.64% | - |
| HSV(B) | 270.88º | 0.59% | 0.91% | - |
| XYZ | 34.47 | 22.3 | 78.83 | - |
| YUV | 132.43 | 184.19 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 96 | 232 | 0.28 | 0.59 | 0 | 0.09 | 270.88 | 0.75 | 0.64 |
| Hex | A6 | 60 | E8 | 1C | 3B | 0 | 9 | 10F | 4B | 40 |
| Octal | 246 | 140 | 350 | 34 | 73 | 0 | 11 | 417 | 113 | 100 |
| Binary | 10100110 | 1100000 | 11101000 | 11100 | 111011 | 0 | 1001 | 100001111 | 1001011 | 1000000 |
Color Harmonies of #A660E8
Complementary color
Monochromatic Colors of #A660E8
Black with #A660E8
Text Example
Text Example
White with #A660E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A660E8; }
p { color: rgb(166,96,232); }
H1.HeaderClassName
{
color: #A660E8;
}
.AnyTagClassName
{
color: #A660E8;
}
</style>
background-color css
<style>
a { background-color: #A660E8; }
a { background-color: rgb(166,96,232); }
div.DivClassName
{
background-color: #A660E8;
}
.BgClassName
{
background-color: #A660E8;
}
</style>
border-color css
<style>
span { border-color: #A660E8; }
span { border-color: rgb(166,96,232); }
td.TdClassName
{
border-color: #A660E8;
}
.TagClassName
{
border-color: #A660E8;
}
</style>