Shades of Amethyst #A65EE0
Tints of Amethyst #A65EE0
RGB
CMYK
RGB Variations
Color information
#A65EE0 (or 0xA65EE0) is known color: Amethyst. HEX triplet: A6, 5E and E0. RGB value is (166,94,224). Sum of RGB (Red+Green+Blue) = 166+94+224=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 94 (37.11% from 255 or 19.42% from 484); Blue value is 224 (87.89% from 255 or 46.28% from 484); Max value from RGB is 224 - color contains mainly: blue. Hex color #A65EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65EE0 is #59A11F. Grayscale: #818181. Windows color (decimal): -5873952 or 14704294. OLE color: 14704294.
HSL color Cylindrical-coordinate representation of color #A65EE0: hue angle of 273.23º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A65EE0 is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 94 | 224 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.12 |
| HSL | 273.23º | 0.68% | 0.62% | - |
| HSV(B) | 273.23º | 0.58% | 0.88% | - |
| XYZ | 33.18 | 21.49 | 72.92 | - |
| YUV | 130.35 | 180.85 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 94 | 224 | 0.26 | 0.58 | 0 | 0.12 | 273.23 | 0.68 | 0.62 |
| Hex | A6 | 5E | E0 | 1A | 3A | 0 | C | 111 | 44 | 3E |
| Octal | 246 | 136 | 340 | 32 | 72 | 0 | 14 | 421 | 104 | 76 |
| Binary | 10100110 | 1011110 | 11100000 | 11010 | 111010 | 0 | 1100 | 100010001 | 1000100 | 111110 |
Color Harmonies of #A65EE0
Complementary color
Monochromatic Colors of #A65EE0
Black with #A65EE0
Text Example
Text Example
White with #A65EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65EE0; }
p { color: rgb(166,94,224); }
H1.HeaderClassName
{
color: #A65EE0;
}
.AnyTagClassName
{
color: #A65EE0;
}
</style>
background-color css
<style>
a { background-color: #A65EE0; }
a { background-color: rgb(166,94,224); }
div.DivClassName
{
background-color: #A65EE0;
}
.BgClassName
{
background-color: #A65EE0;
}
</style>
border-color css
<style>
span { border-color: #A65EE0; }
span { border-color: rgb(166,94,224); }
td.TdClassName
{
border-color: #A65EE0;
}
.TagClassName
{
border-color: #A65EE0;
}
</style>