Shades of Amethyst #A05FDA
Tints of Amethyst #A05FDA
RGB
CMYK
RGB Variations
Color information
#A05FDA (or 0xA05FDA) is known color: Amethyst. HEX triplet: A0, 5F and DA. RGB value is (160,95,218). Sum of RGB (Red+Green+Blue) = 160+95+218=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 95 (37.5% from 255 or 20.08% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #A05FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05FDA is #5FA025. Grayscale: #808080. Windows color (decimal): -6266918 or 14311328. OLE color: 14311328.
HSL color Cylindrical-coordinate representation of color #A05FDA: hue angle of 271.71º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A05FDA is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 95 | 218 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.15 |
| HSL | 271.71º | 0.62% | 0.61% | - |
| HSV(B) | 271.71º | 0.56% | 0.85% | - |
| XYZ | 31.24 | 20.72 | 68.68 | - |
| YUV | 128.46 | 178.53 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 95 | 218 | 0.27 | 0.56 | 0 | 0.15 | 271.71 | 0.62 | 0.61 |
| Hex | A0 | 5F | DA | 1B | 38 | 0 | F | 110 | 3E | 3D |
| Octal | 240 | 137 | 332 | 33 | 70 | 0 | 17 | 420 | 76 | 75 |
| Binary | 10100000 | 1011111 | 11011010 | 11011 | 111000 | 0 | 1111 | 100010000 | 111110 | 111101 |
Color Harmonies of #A05FDA
Complementary color
Monochromatic Colors of #A05FDA
Black with #A05FDA
Text Example
Text Example
White with #A05FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05FDA; }
p { color: rgb(160,95,218); }
H1.HeaderClassName
{
color: #A05FDA;
}
.AnyTagClassName
{
color: #A05FDA;
}
</style>
background-color css
<style>
a { background-color: #A05FDA; }
a { background-color: rgb(160,95,218); }
div.DivClassName
{
background-color: #A05FDA;
}
.BgClassName
{
background-color: #A05FDA;
}
</style>
border-color css
<style>
span { border-color: #A05FDA; }
span { border-color: rgb(160,95,218); }
td.TdClassName
{
border-color: #A05FDA;
}
.TagClassName
{
border-color: #A05FDA;
}
</style>