Shades of Amethyst #A862E5
Tints of Amethyst #A862E5
RGB
CMYK
RGB Variations
Color information
#A862E5 (or 0xA862E5) is known color: Amethyst. HEX triplet: A8, 62 and E5. RGB value is (168,98,229). Sum of RGB (Red+Green+Blue) = 168+98+229=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 98 (38.67% from 255 or 19.80% from 495); Blue value is 229 (89.84% from 255 or 46.26% from 495); Max value from RGB is 229 - color contains mainly: blue. Hex color #A862E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A862E5 is #579D1A. Grayscale: #858585. Windows color (decimal): -5741851 or 15033000. OLE color: 15033000.
HSL color Cylindrical-coordinate representation of color #A862E5: hue angle of 272.06º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A862E5 is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 98 | 229 | - |
| CMYK | 0.27 | 0.57 | 0 | 0.10 |
| HSL | 272.06º | 0.72% | 0.64% | - |
| HSV(B) | 272.06º | 0.57% | 0.9% | - |
| XYZ | 34.66 | 22.72 | 76.69 | - |
| YUV | 133.86 | 181.69 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 98 | 229 | 0.27 | 0.57 | 0 | 0.10 | 272.06 | 0.72 | 0.64 |
| Hex | A8 | 62 | E5 | 1B | 39 | 0 | A | 110 | 48 | 40 |
| Octal | 250 | 142 | 345 | 33 | 71 | 0 | 12 | 420 | 110 | 100 |
| Binary | 10101000 | 1100010 | 11100101 | 11011 | 111001 | 0 | 1010 | 100010000 | 1001000 | 1000000 |
Color Harmonies of #A862E5
Complementary color
Monochromatic Colors of #A862E5
Black with #A862E5
Text Example
Text Example
White with #A862E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A862E5; }
p { color: rgb(168,98,229); }
H1.HeaderClassName
{
color: #A862E5;
}
.AnyTagClassName
{
color: #A862E5;
}
</style>
background-color css
<style>
a { background-color: #A862E5; }
a { background-color: rgb(168,98,229); }
div.DivClassName
{
background-color: #A862E5;
}
.BgClassName
{
background-color: #A862E5;
}
</style>
border-color css
<style>
span { border-color: #A862E5; }
span { border-color: rgb(168,98,229); }
td.TdClassName
{
border-color: #A862E5;
}
.TagClassName
{
border-color: #A862E5;
}
</style>