Shades of Amethyst #A35ECF
Tints of Amethyst #A35ECF
RGB
CMYK
RGB Variations
Color information
#A35ECF (or 0xA35ECF) is known color: Amethyst. HEX triplet: A3, 5E and CF. RGB value is (163,94,207). Sum of RGB (Red+Green+Blue) = 163+94+207=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 94 (37.11% from 255 or 20.26% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #A35ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35ECF is #5CA130. Grayscale: #7F7F7F. Windows color (decimal): -6070577 or 13590179. OLE color: 13590179.
HSL color Cylindrical-coordinate representation of color #A35ECF: hue angle of 276.64º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A35ECF is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 94 | 207 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.19 |
| HSL | 276.64º | 0.54% | 0.59% | - |
| HSV(B) | 276.64º | 0.55% | 0.81% | - |
| XYZ | 30.37 | 20.3 | 61.35 | - |
| YUV | 127.51 | 172.86 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 94 | 207 | 0.21 | 0.55 | 0 | 0.19 | 276.64 | 0.54 | 0.59 |
| Hex | A3 | 5E | CF | 15 | 37 | 0 | 13 | 115 | 36 | 3B |
| Octal | 243 | 136 | 317 | 25 | 67 | 0 | 23 | 425 | 66 | 73 |
| Binary | 10100011 | 1011110 | 11001111 | 10101 | 110111 | 0 | 10011 | 100010101 | 110110 | 111011 |
Color Harmonies of #A35ECF
Complementary color
Monochromatic Colors of #A35ECF
Black with #A35ECF
Text Example
Text Example
White with #A35ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35ECF; }
p { color: rgb(163,94,207); }
H1.HeaderClassName
{
color: #A35ECF;
}
.AnyTagClassName
{
color: #A35ECF;
}
</style>
background-color css
<style>
a { background-color: #A35ECF; }
a { background-color: rgb(163,94,207); }
div.DivClassName
{
background-color: #A35ECF;
}
.BgClassName
{
background-color: #A35ECF;
}
</style>
border-color css
<style>
span { border-color: #A35ECF; }
span { border-color: rgb(163,94,207); }
td.TdClassName
{
border-color: #A35ECF;
}
.TagClassName
{
border-color: #A35ECF;
}
</style>