Shades of Amethyst #A663E7
Tints of Amethyst #A663E7
RGB
CMYK
RGB Variations
Color information
#A663E7 (or 0xA663E7) is known color: Amethyst. HEX triplet: A6, 63 and E7. RGB value is (166,99,231). Sum of RGB (Red+Green+Blue) = 166+99+231=496 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.47% from 496); Green value is 99 (39.06% from 255 or 19.96% from 496); Blue value is 231 (90.62% from 255 or 46.57% from 496); Max value from RGB is 231 - color contains mainly: blue. Hex color #A663E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A663E7 is #599C18. Grayscale: #858585. Windows color (decimal): -5872665 or 15164326. OLE color: 15164326.
HSL color Cylindrical-coordinate representation of color #A663E7: hue angle of 270.45º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A663E7 is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 99 | 231 | - |
| CMYK | 0.28 | 0.57 | 0 | 0.09 |
| HSL | 270.45º | 0.73% | 0.65% | - |
| HSV(B) | 270.45º | 0.57% | 0.91% | - |
| XYZ | 34.61 | 22.8 | 78.18 | - |
| YUV | 134.08 | 182.7 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 99 | 231 | 0.28 | 0.57 | 0 | 0.09 | 270.45 | 0.73 | 0.65 |
| Hex | A6 | 63 | E7 | 1C | 39 | 0 | 9 | 10E | 49 | 41 |
| Octal | 246 | 143 | 347 | 34 | 71 | 0 | 11 | 416 | 111 | 101 |
| Binary | 10100110 | 1100011 | 11100111 | 11100 | 111001 | 0 | 1001 | 100001110 | 1001001 | 1000001 |
Color Harmonies of #A663E7
Complementary color
Monochromatic Colors of #A663E7
Black with #A663E7
Text Example
Text Example
White with #A663E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A663E7; }
p { color: rgb(166,99,231); }
H1.HeaderClassName
{
color: #A663E7;
}
.AnyTagClassName
{
color: #A663E7;
}
</style>
background-color css
<style>
a { background-color: #A663E7; }
a { background-color: rgb(166,99,231); }
div.DivClassName
{
background-color: #A663E7;
}
.BgClassName
{
background-color: #A663E7;
}
</style>
border-color css
<style>
span { border-color: #A663E7; }
span { border-color: rgb(166,99,231); }
td.TdClassName
{
border-color: #A663E7;
}
.TagClassName
{
border-color: #A663E7;
}
</style>