Shades of Amethyst #A865E0
Tints of Amethyst #A865E0
RGB
CMYK
RGB Variations
Color information
#A865E0 (or 0xA865E0) is known color: Amethyst. HEX triplet: A8, 65 and E0. RGB value is (168,101,224). Sum of RGB (Red+Green+Blue) = 168+101+224=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 101 (39.84% from 255 or 20.49% from 493); Blue value is 224 (87.89% from 255 or 45.44% from 493); Max value from RGB is 224 - color contains mainly: blue. Hex color #A865E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A865E0 is #579A1F. Grayscale: #868686. Windows color (decimal): -5741088 or 14706088. OLE color: 14706088.
HSL color Cylindrical-coordinate representation of color #A865E0: hue angle of 272.68º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A865E0 is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 101 | 224 | - |
| CMYK | 0.25 | 0.55 | 0 | 0.12 |
| HSL | 272.68º | 0.66% | 0.64% | - |
| HSV(B) | 272.68º | 0.55% | 0.88% | - |
| XYZ | 34.26 | 23.01 | 73.16 | - |
| YUV | 135.06 | 178.2 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 224 | 0.25 | 0.55 | 0 | 0.12 | 272.68 | 0.66 | 0.64 |
| Hex | A8 | 65 | E0 | 19 | 37 | 0 | C | 111 | 42 | 40 |
| Octal | 250 | 145 | 340 | 31 | 67 | 0 | 14 | 421 | 102 | 100 |
| Binary | 10101000 | 1100101 | 11100000 | 11001 | 110111 | 0 | 1100 | 100010001 | 1000010 | 1000000 |
Color Harmonies of #A865E0
Complementary color
Monochromatic Colors of #A865E0
Black with #A865E0
Text Example
Text Example
White with #A865E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A865E0; }
p { color: rgb(168,101,224); }
H1.HeaderClassName
{
color: #A865E0;
}
.AnyTagClassName
{
color: #A865E0;
}
</style>
background-color css
<style>
a { background-color: #A865E0; }
a { background-color: rgb(168,101,224); }
div.DivClassName
{
background-color: #A865E0;
}
.BgClassName
{
background-color: #A865E0;
}
</style>
border-color css
<style>
span { border-color: #A865E0; }
span { border-color: rgb(168,101,224); }
td.TdClassName
{
border-color: #A865E0;
}
.TagClassName
{
border-color: #A865E0;
}
</style>