Shades of Amethyst #A05FCD
Tints of Amethyst #A05FCD
RGB
CMYK
RGB Variations
Color information
#A05FCD (or 0xA05FCD) is known color: Amethyst. HEX triplet: A0, 5F and CD. RGB value is (160,95,205). Sum of RGB (Red+Green+Blue) = 160+95+205=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 95 (37.5% from 255 or 20.65% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #A05FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05FCD is #5FA032. Grayscale: #7E7E7E. Windows color (decimal): -6266931 or 13459360. OLE color: 13459360.
HSL color Cylindrical-coordinate representation of color #A05FCD: hue angle of 275.45º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A05FCD is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 95 | 205 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.20 |
| HSL | 275.45º | 0.52% | 0.59% | - |
| HSV(B) | 275.45º | 0.54% | 0.8% | - |
| XYZ | 29.61 | 20.07 | 60.07 | - |
| YUV | 126.98 | 172.03 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 95 | 205 | 0.22 | 0.54 | 0 | 0.20 | 275.45 | 0.52 | 0.59 |
| Hex | A0 | 5F | CD | 16 | 36 | 0 | 14 | 113 | 34 | 3B |
| Octal | 240 | 137 | 315 | 26 | 66 | 0 | 24 | 423 | 64 | 73 |
| Binary | 10100000 | 1011111 | 11001101 | 10110 | 110110 | 0 | 10100 | 100010011 | 110100 | 111011 |
Color Harmonies of #A05FCD
Complementary color
Monochromatic Colors of #A05FCD
Black with #A05FCD
Text Example
Text Example
White with #A05FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05FCD; }
p { color: rgb(160,95,205); }
H1.HeaderClassName
{
color: #A05FCD;
}
.AnyTagClassName
{
color: #A05FCD;
}
</style>
background-color css
<style>
a { background-color: #A05FCD; }
a { background-color: rgb(160,95,205); }
div.DivClassName
{
background-color: #A05FCD;
}
.BgClassName
{
background-color: #A05FCD;
}
</style>
border-color css
<style>
span { border-color: #A05FCD; }
span { border-color: rgb(160,95,205); }
td.TdClassName
{
border-color: #A05FCD;
}
.TagClassName
{
border-color: #A05FCD;
}
</style>