Shades of Amethyst #A05BDF
Tints of Amethyst #A05BDF
RGB
CMYK
RGB Variations
Color information
#A05BDF (or 0xA05BDF) is known color: Amethyst. HEX triplet: A0, 5B and DF. RGB value is (160,91,223). Sum of RGB (Red+Green+Blue) = 160+91+223=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 91 (35.94% from 255 or 19.20% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #A05BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05BDF is #5FA420. Grayscale: #7E7E7E. Windows color (decimal): -6267937 or 14637984. OLE color: 14637984.
HSL color Cylindrical-coordinate representation of color #A05BDF: hue angle of 271.36º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A05BDF is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 91 | 223 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.13 |
| HSL | 271.36º | 0.67% | 0.62% | - |
| HSV(B) | 271.36º | 0.59% | 0.87% | - |
| XYZ | 31.56 | 20.28 | 72.06 | - |
| YUV | 126.68 | 182.36 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 91 | 223 | 0.28 | 0.59 | 0 | 0.13 | 271.36 | 0.67 | 0.62 |
| Hex | A0 | 5B | DF | 1C | 3B | 0 | D | 10F | 43 | 3E |
| Octal | 240 | 133 | 337 | 34 | 73 | 0 | 15 | 417 | 103 | 76 |
| Binary | 10100000 | 1011011 | 11011111 | 11100 | 111011 | 0 | 1101 | 100001111 | 1000011 | 111110 |
Color Harmonies of #A05BDF
Complementary color
Monochromatic Colors of #A05BDF
Black with #A05BDF
Text Example
Text Example
White with #A05BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05BDF; }
p { color: rgb(160,91,223); }
H1.HeaderClassName
{
color: #A05BDF;
}
.AnyTagClassName
{
color: #A05BDF;
}
</style>
background-color css
<style>
a { background-color: #A05BDF; }
a { background-color: rgb(160,91,223); }
div.DivClassName
{
background-color: #A05BDF;
}
.BgClassName
{
background-color: #A05BDF;
}
</style>
border-color css
<style>
span { border-color: #A05BDF; }
span { border-color: rgb(160,91,223); }
td.TdClassName
{
border-color: #A05BDF;
}
.TagClassName
{
border-color: #A05BDF;
}
</style>