Shades of Amethyst #A35DDF
Tints of Amethyst #A35DDF
RGB
CMYK
RGB Variations
Color information
#A35DDF (or 0xA35DDF) is known color: Amethyst. HEX triplet: A3, 5D and DF. RGB value is (163,93,223). Sum of RGB (Red+Green+Blue) = 163+93+223=479 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.03% from 479); Green value is 93 (36.72% from 255 or 19.42% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #A35DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35DDF is #5CA220. Grayscale: #808080. Windows color (decimal): -6070817 or 14638499. OLE color: 14638499.
HSL color Cylindrical-coordinate representation of color #A35DDF: hue angle of 272.31º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A35DDF is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 93 | 223 | - |
| CMYK | 0.27 | 0.58 | 0 | 0.13 |
| HSL | 272.31º | 0.67% | 0.62% | - |
| HSV(B) | 272.31º | 0.58% | 0.87% | - |
| XYZ | 32.34 | 20.94 | 72.15 | - |
| YUV | 128.75 | 181.19 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 93 | 223 | 0.27 | 0.58 | 0 | 0.13 | 272.31 | 0.67 | 0.62 |
| Hex | A3 | 5D | DF | 1B | 3A | 0 | D | 110 | 43 | 3E |
| Octal | 243 | 135 | 337 | 33 | 72 | 0 | 15 | 420 | 103 | 76 |
| Binary | 10100011 | 1011101 | 11011111 | 11011 | 111010 | 0 | 1101 | 100010000 | 1000011 | 111110 |
Color Harmonies of #A35DDF
Complementary color
Monochromatic Colors of #A35DDF
Black with #A35DDF
Text Example
Text Example
White with #A35DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35DDF; }
p { color: rgb(163,93,223); }
H1.HeaderClassName
{
color: #A35DDF;
}
.AnyTagClassName
{
color: #A35DDF;
}
</style>
background-color css
<style>
a { background-color: #A35DDF; }
a { background-color: rgb(163,93,223); }
div.DivClassName
{
background-color: #A35DDF;
}
.BgClassName
{
background-color: #A35DDF;
}
</style>
border-color css
<style>
span { border-color: #A35DDF; }
span { border-color: rgb(163,93,223); }
td.TdClassName
{
border-color: #A35DDF;
}
.TagClassName
{
border-color: #A35DDF;
}
</style>