Shades of Amethyst #A864E2
Tints of Amethyst #A864E2
RGB
CMYK
RGB Variations
Color information
#A864E2 (or 0xA864E2) is known color: Amethyst. HEX triplet: A8, 64 and E2. RGB value is (168,100,226). Sum of RGB (Red+Green+Blue) = 168+100+226=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 100 (39.45% from 255 or 20.24% from 494); Blue value is 226 (88.67% from 255 or 45.75% from 494); Max value from RGB is 226 - color contains mainly: blue. Hex color #A864E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A864E2 is #579B1D. Grayscale: #868686. Windows color (decimal): -5741342 or 14836904. OLE color: 14836904.
HSL color Cylindrical-coordinate representation of color #A864E2: hue angle of 272.38º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A864E2 is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 100 | 226 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.11 |
| HSL | 272.38º | 0.68% | 0.64% | - |
| HSV(B) | 272.38º | 0.56% | 0.89% | - |
| XYZ | 34.43 | 22.93 | 74.56 | - |
| YUV | 134.7 | 179.53 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 100 | 226 | 0.26 | 0.56 | 0 | 0.11 | 272.38 | 0.68 | 0.64 |
| Hex | A8 | 64 | E2 | 1A | 38 | 0 | B | 110 | 44 | 40 |
| Octal | 250 | 144 | 342 | 32 | 70 | 0 | 13 | 420 | 104 | 100 |
| Binary | 10101000 | 1100100 | 11100010 | 11010 | 111000 | 0 | 1011 | 100010000 | 1000100 | 1000000 |
Color Harmonies of #A864E2
Complementary color
Monochromatic Colors of #A864E2
Black with #A864E2
Text Example
Text Example
White with #A864E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A864E2; }
p { color: rgb(168,100,226); }
H1.HeaderClassName
{
color: #A864E2;
}
.AnyTagClassName
{
color: #A864E2;
}
</style>
background-color css
<style>
a { background-color: #A864E2; }
a { background-color: rgb(168,100,226); }
div.DivClassName
{
background-color: #A864E2;
}
.BgClassName
{
background-color: #A864E2;
}
</style>
border-color css
<style>
span { border-color: #A864E2; }
span { border-color: rgb(168,100,226); }
td.TdClassName
{
border-color: #A864E2;
}
.TagClassName
{
border-color: #A864E2;
}
</style>