Shades of Amethyst #A862E8
Tints of Amethyst #A862E8
RGB
CMYK
RGB Variations
Color information
#A862E8 (or 0xA862E8) is known color: Amethyst. HEX triplet: A8, 62 and E8. RGB value is (168,98,232). Sum of RGB (Red+Green+Blue) = 168+98+232=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 98 (38.67% from 255 or 19.68% from 498); Blue value is 232 (91.02% from 255 or 46.59% from 498); Max value from RGB is 232 - color contains mainly: blue. Hex color #A862E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A862E8 is #579D17. Grayscale: #858585. Windows color (decimal): -5741848 or 15229608. OLE color: 15229608.
HSL color Cylindrical-coordinate representation of color #A862E8: hue angle of 271.34º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A862E8 is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 98 | 232 | - |
| CMYK | 0.28 | 0.58 | 0 | 0.09 |
| HSL | 271.34º | 0.74% | 0.65% | - |
| HSV(B) | 271.34º | 0.58% | 0.91% | - |
| XYZ | 35.08 | 22.89 | 78.91 | - |
| YUV | 134.21 | 183.19 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 98 | 232 | 0.28 | 0.58 | 0 | 0.09 | 271.34 | 0.74 | 0.65 |
| Hex | A8 | 62 | E8 | 1C | 3A | 0 | 9 | 10F | 4A | 41 |
| Octal | 250 | 142 | 350 | 34 | 72 | 0 | 11 | 417 | 112 | 101 |
| Binary | 10101000 | 1100010 | 11101000 | 11100 | 111010 | 0 | 1001 | 100001111 | 1001010 | 1000001 |
Color Harmonies of #A862E8
Complementary color
Monochromatic Colors of #A862E8
Black with #A862E8
Text Example
Text Example
White with #A862E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A862E8; }
p { color: rgb(168,98,232); }
H1.HeaderClassName
{
color: #A862E8;
}
.AnyTagClassName
{
color: #A862E8;
}
</style>
background-color css
<style>
a { background-color: #A862E8; }
a { background-color: rgb(168,98,232); }
div.DivClassName
{
background-color: #A862E8;
}
.BgClassName
{
background-color: #A862E8;
}
</style>
border-color css
<style>
span { border-color: #A862E8; }
span { border-color: rgb(168,98,232); }
td.TdClassName
{
border-color: #A862E8;
}
.TagClassName
{
border-color: #A862E8;
}
</style>