Shades of Amethyst #A351ED
Tints of Amethyst #A351ED
RGB
CMYK
RGB Variations
Color information
#A351ED (or 0xA351ED) is known color: Amethyst. HEX triplet: A3, 51 and ED. RGB value is (163,81,237). Sum of RGB (Red+Green+Blue) = 163+81+237=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 81 (32.03% from 255 or 16.84% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #A351ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A351ED is #5CAE12. Grayscale: #7A7A7A. Windows color (decimal): -6073875 or 15552931. OLE color: 15552931.
HSL color Cylindrical-coordinate representation of color #A351ED: hue angle of 271.54º 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 #A351ED is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 81 | 237 | - |
| CMYK | 0.31 | 0.66 | 0 | 0.07 |
| HSL | 271.54º | 0.81% | 0.62% | - |
| HSV(B) | 271.54º | 0.66% | 0.93% | - |
| XYZ | 33.33 | 19.79 | 82.18 | - |
| YUV | 123.3 | 192.17 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 81 | 237 | 0.31 | 0.66 | 0 | 0.07 | 271.54 | 0.81 | 0.62 |
| Hex | A3 | 51 | ED | 1F | 42 | 0 | 7 | 110 | 51 | 3E |
| Octal | 243 | 121 | 355 | 37 | 102 | 0 | 7 | 420 | 121 | 76 |
| Binary | 10100011 | 1010001 | 11101101 | 11111 | 1000010 | 0 | 111 | 100010000 | 1010001 | 111110 |
Color Harmonies of #A351ED
Complementary color
Monochromatic Colors of #A351ED
Black with #A351ED
Text Example
Text Example
White with #A351ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A351ED; }
p { color: rgb(163,81,237); }
H1.HeaderClassName
{
color: #A351ED;
}
.AnyTagClassName
{
color: #A351ED;
}
</style>
background-color css
<style>
a { background-color: #A351ED; }
a { background-color: rgb(163,81,237); }
div.DivClassName
{
background-color: #A351ED;
}
.BgClassName
{
background-color: #A351ED;
}
</style>
border-color css
<style>
span { border-color: #A351ED; }
span { border-color: rgb(163,81,237); }
td.TdClassName
{
border-color: #A351ED;
}
.TagClassName
{
border-color: #A351ED;
}
</style>