Shades of Amethyst #A05DCF
Tints of Amethyst #A05DCF
RGB
CMYK
RGB Variations
Color information
#A05DCF (or 0xA05DCF) is known color: Amethyst. HEX triplet: A0, 5D and CF. RGB value is (160,93,207). Sum of RGB (Red+Green+Blue) = 160+93+207=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 93 (36.72% from 255 or 20.22% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #A05DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05DCF is #5FA230. Grayscale: #7D7D7D. Windows color (decimal): -6267441 or 13589920. OLE color: 13589920.
HSL color Cylindrical-coordinate representation of color #A05DCF: hue angle of 275.26º 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 #A05DCF is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 93 | 207 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.19 |
| HSL | 275.26º | 0.54% | 0.59% | - |
| HSV(B) | 275.26º | 0.55% | 0.81% | - |
| XYZ | 29.67 | 19.81 | 61.29 | - |
| YUV | 126.03 | 173.7 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 93 | 207 | 0.23 | 0.55 | 0 | 0.19 | 275.26 | 0.54 | 0.59 |
| Hex | A0 | 5D | CF | 17 | 37 | 0 | 13 | 113 | 36 | 3B |
| Octal | 240 | 135 | 317 | 27 | 67 | 0 | 23 | 423 | 66 | 73 |
| Binary | 10100000 | 1011101 | 11001111 | 10111 | 110111 | 0 | 10011 | 100010011 | 110110 | 111011 |
Color Harmonies of #A05DCF
Complementary color
Monochromatic Colors of #A05DCF
Black with #A05DCF
Text Example
Text Example
White with #A05DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05DCF; }
p { color: rgb(160,93,207); }
H1.HeaderClassName
{
color: #A05DCF;
}
.AnyTagClassName
{
color: #A05DCF;
}
</style>
background-color css
<style>
a { background-color: #A05DCF; }
a { background-color: rgb(160,93,207); }
div.DivClassName
{
background-color: #A05DCF;
}
.BgClassName
{
background-color: #A05DCF;
}
</style>
border-color css
<style>
span { border-color: #A05DCF; }
span { border-color: rgb(160,93,207); }
td.TdClassName
{
border-color: #A05DCF;
}
.TagClassName
{
border-color: #A05DCF;
}
</style>