Shades of Amethyst #A65AEA
Tints of Amethyst #A65AEA
RGB
CMYK
RGB Variations
Color information
#A65AEA (or 0xA65AEA) is known color: Amethyst. HEX triplet: A6, 5A and EA. RGB value is (166,90,234). Sum of RGB (Red+Green+Blue) = 166+90+234=490 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.88% from 490); Green value is 90 (35.55% from 255 or 18.37% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #A65AEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65AEA is #59A515. Grayscale: #808080. Windows color (decimal): -5874966 or 15358630. OLE color: 15358630.
HSL color Cylindrical-coordinate representation of color #A65AEA: hue angle of 271.67º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A65AEA is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 90 | 234 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.08 |
| HSL | 271.67º | 0.77% | 0.64% | - |
| HSV(B) | 271.67º | 0.62% | 0.92% | - |
| XYZ | 34.23 | 21.36 | 80.16 | - |
| YUV | 129.14 | 187.18 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 90 | 234 | 0.29 | 0.62 | 0 | 0.08 | 271.67 | 0.77 | 0.64 |
| Hex | A6 | 5A | EA | 1D | 3E | 0 | 8 | 110 | 4D | 40 |
| Octal | 246 | 132 | 352 | 35 | 76 | 0 | 10 | 420 | 115 | 100 |
| Binary | 10100110 | 1011010 | 11101010 | 11101 | 111110 | 0 | 1000 | 100010000 | 1001101 | 1000000 |
Color Harmonies of #A65AEA
Complementary color
Monochromatic Colors of #A65AEA
Black with #A65AEA
Text Example
Text Example
White with #A65AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65AEA; }
p { color: rgb(166,90,234); }
H1.HeaderClassName
{
color: #A65AEA;
}
.AnyTagClassName
{
color: #A65AEA;
}
</style>
background-color css
<style>
a { background-color: #A65AEA; }
a { background-color: rgb(166,90,234); }
div.DivClassName
{
background-color: #A65AEA;
}
.BgClassName
{
background-color: #A65AEA;
}
</style>
border-color css
<style>
span { border-color: #A65AEA; }
span { border-color: rgb(166,90,234); }
td.TdClassName
{
border-color: #A65AEA;
}
.TagClassName
{
border-color: #A65AEA;
}
</style>