Shades of Amethyst #A05FDC
Tints of Amethyst #A05FDC
RGB
CMYK
RGB Variations
Color information
#A05FDC (or 0xA05FDC) is known color: Amethyst. HEX triplet: A0, 5F and DC. RGB value is (160,95,220). Sum of RGB (Red+Green+Blue) = 160+95+220=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 95 (37.5% from 255 or 20% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #A05FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05FDC is #5FA023. Grayscale: #808080. Windows color (decimal): -6266916 or 14442400. OLE color: 14442400.
HSL color Cylindrical-coordinate representation of color #A05FDC: hue angle of 271.2º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A05FDC is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 95 | 220 | - |
| CMYK | 0.27 | 0.57 | 0 | 0.14 |
| HSL | 271.2º | 0.64% | 0.62% | - |
| HSV(B) | 271.2º | 0.57% | 0.86% | - |
| XYZ | 31.51 | 20.83 | 70.07 | - |
| YUV | 128.69 | 179.53 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 95 | 220 | 0.27 | 0.57 | 0 | 0.14 | 271.2 | 0.64 | 0.62 |
| Hex | A0 | 5F | DC | 1B | 39 | 0 | E | 10F | 40 | 3E |
| Octal | 240 | 137 | 334 | 33 | 71 | 0 | 16 | 417 | 100 | 76 |
| Binary | 10100000 | 1011111 | 11011100 | 11011 | 111001 | 0 | 1110 | 100001111 | 1000000 | 111110 |
Color Harmonies of #A05FDC
Complementary color
Monochromatic Colors of #A05FDC
Black with #A05FDC
Text Example
Text Example
White with #A05FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05FDC; }
p { color: rgb(160,95,220); }
H1.HeaderClassName
{
color: #A05FDC;
}
.AnyTagClassName
{
color: #A05FDC;
}
</style>
background-color css
<style>
a { background-color: #A05FDC; }
a { background-color: rgb(160,95,220); }
div.DivClassName
{
background-color: #A05FDC;
}
.BgClassName
{
background-color: #A05FDC;
}
</style>
border-color css
<style>
span { border-color: #A05FDC; }
span { border-color: rgb(160,95,220); }
td.TdClassName
{
border-color: #A05FDC;
}
.TagClassName
{
border-color: #A05FDC;
}
</style>