Shades of Amethyst #A251ED
Tints of Amethyst #A251ED
RGB
CMYK
RGB Variations
Color information
#A251ED (or 0xA251ED) is known color: Amethyst. HEX triplet: A2, 51 and ED. RGB value is (162,81,237). Sum of RGB (Red+Green+Blue) = 162+81+237=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 81 (32.03% from 255 or 16.88% from 480); Blue value is 237 (92.97% from 255 or 49.38% from 480); Max value from RGB is 237 - color contains mainly: blue. Hex color #A251ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A251ED is #5DAE12. Grayscale: #7A7A7A. Windows color (decimal): -6139411 or 15552930. OLE color: 15552930.
HSL color Cylindrical-coordinate representation of color #A251ED: hue angle of 271.15º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A251ED is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 81 | 237 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.07 |
| HSL | 271.15º | 0.81% | 0.62% | - |
| HSV(B) | 271.15º | 0.66% | 0.93% | - |
| XYZ | 33.13 | 19.68 | 82.17 | - |
| YUV | 123 | 192.34 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 81 | 237 | 0.32 | 0.66 | 0 | 0.07 | 271.15 | 0.81 | 0.62 |
| Hex | A2 | 51 | ED | 20 | 42 | 0 | 7 | 10F | 51 | 3E |
| Octal | 242 | 121 | 355 | 40 | 102 | 0 | 7 | 417 | 121 | 76 |
| Binary | 10100010 | 1010001 | 11101101 | 100000 | 1000010 | 0 | 111 | 100001111 | 1010001 | 111110 |
Color Harmonies of #A251ED
Complementary color
Monochromatic Colors of #A251ED
Black with #A251ED
Text Example
Text Example
White with #A251ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A251ED; }
p { color: rgb(162,81,237); }
H1.HeaderClassName
{
color: #A251ED;
}
.AnyTagClassName
{
color: #A251ED;
}
</style>
background-color css
<style>
a { background-color: #A251ED; }
a { background-color: rgb(162,81,237); }
div.DivClassName
{
background-color: #A251ED;
}
.BgClassName
{
background-color: #A251ED;
}
</style>
border-color css
<style>
span { border-color: #A251ED; }
span { border-color: rgb(162,81,237); }
td.TdClassName
{
border-color: #A251ED;
}
.TagClassName
{
border-color: #A251ED;
}
</style>