Shades of Amethyst #A35DCF
Tints of Amethyst #A35DCF
RGB
CMYK
RGB Variations
Color information
#A35DCF (or 0xA35DCF) is known color: Amethyst. HEX triplet: A3, 5D and CF. RGB value is (163,93,207). Sum of RGB (Red+Green+Blue) = 163+93+207=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 93 (36.72% from 255 or 20.09% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #A35DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35DCF is #5CA230. Grayscale: #7E7E7E. Windows color (decimal): -6070833 or 13589923. OLE color: 13589923.
HSL color Cylindrical-coordinate representation of color #A35DCF: hue angle of 276.84º 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 #A35DCF is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 93 | 207 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.19 |
| HSL | 276.84º | 0.54% | 0.59% | - |
| HSV(B) | 276.84º | 0.55% | 0.81% | - |
| XYZ | 30.28 | 20.12 | 61.32 | - |
| YUV | 126.93 | 173.19 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 93 | 207 | 0.21 | 0.55 | 0 | 0.19 | 276.84 | 0.54 | 0.59 |
| Hex | A3 | 5D | CF | 15 | 37 | 0 | 13 | 115 | 36 | 3B |
| Octal | 243 | 135 | 317 | 25 | 67 | 0 | 23 | 425 | 66 | 73 |
| Binary | 10100011 | 1011101 | 11001111 | 10101 | 110111 | 0 | 10011 | 100010101 | 110110 | 111011 |
Color Harmonies of #A35DCF
Complementary color
Monochromatic Colors of #A35DCF
Black with #A35DCF
Text Example
Text Example
White with #A35DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35DCF; }
p { color: rgb(163,93,207); }
H1.HeaderClassName
{
color: #A35DCF;
}
.AnyTagClassName
{
color: #A35DCF;
}
</style>
background-color css
<style>
a { background-color: #A35DCF; }
a { background-color: rgb(163,93,207); }
div.DivClassName
{
background-color: #A35DCF;
}
.BgClassName
{
background-color: #A35DCF;
}
</style>
border-color css
<style>
span { border-color: #A35DCF; }
span { border-color: rgb(163,93,207); }
td.TdClassName
{
border-color: #A35DCF;
}
.TagClassName
{
border-color: #A35DCF;
}
</style>