Shades of Amethyst #A35DC9
Tints of Amethyst #A35DC9
RGB
CMYK
RGB Variations
Color information
#A35DC9 (or 0xA35DC9) is known color: Amethyst. HEX triplet: A3, 5D and C9. RGB value is (163,93,201). Sum of RGB (Red+Green+Blue) = 163+93+201=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 93 (36.72% from 255 or 20.35% from 457); Blue value is 201 (78.91% from 255 or 43.98% from 457); Max value from RGB is 201 - color contains mainly: blue. Hex color #A35DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35DC9 is #5CA236. Grayscale: #7D7D7D. Windows color (decimal): -6070839 or 13196707. OLE color: 13196707.
HSL color Cylindrical-coordinate representation of color #A35DC9: hue angle of 278.89º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A35DC9 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 93 | 201 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.21 |
| HSL | 278.89º | 0.5% | 0.58% | - |
| HSV(B) | 278.89º | 0.54% | 0.79% | - |
| XYZ | 29.56 | 19.83 | 57.53 | - |
| YUV | 126.24 | 170.19 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 93 | 201 | 0.19 | 0.54 | 0 | 0.21 | 278.89 | 0.5 | 0.58 |
| Hex | A3 | 5D | C9 | 13 | 36 | 0 | 15 | 117 | 32 | 3A |
| Octal | 243 | 135 | 311 | 23 | 66 | 0 | 25 | 427 | 62 | 72 |
| Binary | 10100011 | 1011101 | 11001001 | 10011 | 110110 | 0 | 10101 | 100010111 | 110010 | 111010 |
Color Harmonies of #A35DC9
Complementary color
Monochromatic Colors of #A35DC9
Black with #A35DC9
Text Example
Text Example
White with #A35DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35DC9; }
p { color: rgb(163,93,201); }
H1.HeaderClassName
{
color: #A35DC9;
}
.AnyTagClassName
{
color: #A35DC9;
}
</style>
background-color css
<style>
a { background-color: #A35DC9; }
a { background-color: rgb(163,93,201); }
div.DivClassName
{
background-color: #A35DC9;
}
.BgClassName
{
background-color: #A35DC9;
}
</style>
border-color css
<style>
span { border-color: #A35DC9; }
span { border-color: rgb(163,93,201); }
td.TdClassName
{
border-color: #A35DC9;
}
.TagClassName
{
border-color: #A35DC9;
}
</style>