Shades of Amethyst #A865E4
Tints of Amethyst #A865E4
RGB
CMYK
RGB Variations
Color information
#A865E4 (or 0xA865E4) is known color: Amethyst. HEX triplet: A8, 65 and E4. RGB value is (168,101,228). Sum of RGB (Red+Green+Blue) = 168+101+228=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 101 (39.84% from 255 or 20.32% from 497); Blue value is 228 (89.45% from 255 or 45.88% from 497); Max value from RGB is 228 - color contains mainly: blue. Hex color #A865E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A865E4 is #579A1B. Grayscale: #878787. Windows color (decimal): -5741084 or 14968232. OLE color: 14968232.
HSL color Cylindrical-coordinate representation of color #A865E4: hue angle of 271.65º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A865E4 is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 101 | 228 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.11 |
| HSL | 271.65º | 0.7% | 0.65% | - |
| HSV(B) | 271.65º | 0.56% | 0.89% | - |
| XYZ | 34.81 | 23.23 | 76.05 | - |
| YUV | 135.51 | 180.2 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 228 | 0.26 | 0.56 | 0 | 0.11 | 271.65 | 0.7 | 0.65 |
| Hex | A8 | 65 | E4 | 1A | 38 | 0 | B | 110 | 46 | 41 |
| Octal | 250 | 145 | 344 | 32 | 70 | 0 | 13 | 420 | 106 | 101 |
| Binary | 10101000 | 1100101 | 11100100 | 11010 | 111000 | 0 | 1011 | 100010000 | 1000110 | 1000001 |
Color Harmonies of #A865E4
Complementary color
Monochromatic Colors of #A865E4
Black with #A865E4
Text Example
Text Example
White with #A865E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A865E4; }
p { color: rgb(168,101,228); }
H1.HeaderClassName
{
color: #A865E4;
}
.AnyTagClassName
{
color: #A865E4;
}
</style>
background-color css
<style>
a { background-color: #A865E4; }
a { background-color: rgb(168,101,228); }
div.DivClassName
{
background-color: #A865E4;
}
.BgClassName
{
background-color: #A865E4;
}
</style>
border-color css
<style>
span { border-color: #A865E4; }
span { border-color: rgb(168,101,228); }
td.TdClassName
{
border-color: #A865E4;
}
.TagClassName
{
border-color: #A865E4;
}
</style>