Shades of Amethyst #A35DDA
Tints of Amethyst #A35DDA
RGB
CMYK
RGB Variations
Color information
#A35DDA (or 0xA35DDA) is known color: Amethyst. HEX triplet: A3, 5D and DA. RGB value is (163,93,218). Sum of RGB (Red+Green+Blue) = 163+93+218=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 93 (36.72% from 255 or 19.62% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #A35DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35DDA is #5CA225. Grayscale: #7F7F7F. Windows color (decimal): -6070822 or 14310819. OLE color: 14310819.
HSL color Cylindrical-coordinate representation of color #A35DDA: hue angle of 273.6º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A35DDA is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 93 | 218 | - |
| CMYK | 0.25 | 0.57 | 0 | 0.15 |
| HSL | 273.6º | 0.63% | 0.61% | - |
| HSV(B) | 273.6º | 0.57% | 0.85% | - |
| XYZ | 31.67 | 20.68 | 68.65 | - |
| YUV | 128.18 | 178.69 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 93 | 218 | 0.25 | 0.57 | 0 | 0.15 | 273.6 | 0.63 | 0.61 |
| Hex | A3 | 5D | DA | 19 | 39 | 0 | F | 112 | 3F | 3D |
| Octal | 243 | 135 | 332 | 31 | 71 | 0 | 17 | 422 | 77 | 75 |
| Binary | 10100011 | 1011101 | 11011010 | 11001 | 111001 | 0 | 1111 | 100010010 | 111111 | 111101 |
Color Harmonies of #A35DDA
Complementary color
Monochromatic Colors of #A35DDA
Black with #A35DDA
Text Example
Text Example
White with #A35DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35DDA; }
p { color: rgb(163,93,218); }
H1.HeaderClassName
{
color: #A35DDA;
}
.AnyTagClassName
{
color: #A35DDA;
}
</style>
background-color css
<style>
a { background-color: #A35DDA; }
a { background-color: rgb(163,93,218); }
div.DivClassName
{
background-color: #A35DDA;
}
.BgClassName
{
background-color: #A35DDA;
}
</style>
border-color css
<style>
span { border-color: #A35DDA; }
span { border-color: rgb(163,93,218); }
td.TdClassName
{
border-color: #A35DDA;
}
.TagClassName
{
border-color: #A35DDA;
}
</style>