Shades of Amethyst #A05BCF
Tints of Amethyst #A05BCF
RGB
CMYK
RGB Variations
Color information
#A05BCF (or 0xA05BCF) is known color: Amethyst. HEX triplet: A0, 5B and CF. RGB value is (160,91,207). Sum of RGB (Red+Green+Blue) = 160+91+207=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 91 (35.94% from 255 or 19.87% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #A05BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05BCF is #5FA430. Grayscale: #7C7C7C. Windows color (decimal): -6267953 or 13589408. OLE color: 13589408.
HSL color Cylindrical-coordinate representation of color #A05BCF: hue angle of 275.69º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A05BCF is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 91 | 207 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.19 |
| HSL | 275.69º | 0.55% | 0.58% | - |
| HSV(B) | 275.69º | 0.56% | 0.81% | - |
| XYZ | 29.5 | 19.46 | 61.23 | - |
| YUV | 124.86 | 174.36 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 91 | 207 | 0.23 | 0.56 | 0 | 0.19 | 275.69 | 0.55 | 0.58 |
| Hex | A0 | 5B | CF | 17 | 38 | 0 | 13 | 114 | 37 | 3A |
| Octal | 240 | 133 | 317 | 27 | 70 | 0 | 23 | 424 | 67 | 72 |
| Binary | 10100000 | 1011011 | 11001111 | 10111 | 111000 | 0 | 10011 | 100010100 | 110111 | 111010 |
Color Harmonies of #A05BCF
Complementary color
Monochromatic Colors of #A05BCF
Black with #A05BCF
Text Example
Text Example
White with #A05BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05BCF; }
p { color: rgb(160,91,207); }
H1.HeaderClassName
{
color: #A05BCF;
}
.AnyTagClassName
{
color: #A05BCF;
}
</style>
background-color css
<style>
a { background-color: #A05BCF; }
a { background-color: rgb(160,91,207); }
div.DivClassName
{
background-color: #A05BCF;
}
.BgClassName
{
background-color: #A05BCF;
}
</style>
border-color css
<style>
span { border-color: #A05BCF; }
span { border-color: rgb(160,91,207); }
td.TdClassName
{
border-color: #A05BCF;
}
.TagClassName
{
border-color: #A05BCF;
}
</style>