Shades of Amethyst #A05BDD
Tints of Amethyst #A05BDD
RGB
CMYK
RGB Variations
Color information
#A05BDD (or 0xA05BDD) is known color: Amethyst. HEX triplet: A0, 5B and DD. RGB value is (160,91,221). Sum of RGB (Red+Green+Blue) = 160+91+221=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 91 (35.94% from 255 or 19.28% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #A05BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05BDD is #5FA422. Grayscale: #7E7E7E. Windows color (decimal): -6267939 or 14506912. OLE color: 14506912.
HSL color Cylindrical-coordinate representation of color #A05BDD: hue angle of 271.85º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A05BDD is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 91 | 221 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.13 |
| HSL | 271.85º | 0.66% | 0.61% | - |
| HSV(B) | 271.85º | 0.59% | 0.87% | - |
| XYZ | 31.29 | 20.18 | 70.65 | - |
| YUV | 126.45 | 181.36 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 91 | 221 | 0.28 | 0.59 | 0 | 0.13 | 271.85 | 0.66 | 0.61 |
| Hex | A0 | 5B | DD | 1C | 3B | 0 | D | 110 | 42 | 3D |
| Octal | 240 | 133 | 335 | 34 | 73 | 0 | 15 | 420 | 102 | 75 |
| Binary | 10100000 | 1011011 | 11011101 | 11100 | 111011 | 0 | 1101 | 100010000 | 1000010 | 111101 |
Color Harmonies of #A05BDD
Complementary color
Monochromatic Colors of #A05BDD
Black with #A05BDD
Text Example
Text Example
White with #A05BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05BDD; }
p { color: rgb(160,91,221); }
H1.HeaderClassName
{
color: #A05BDD;
}
.AnyTagClassName
{
color: #A05BDD;
}
</style>
background-color css
<style>
a { background-color: #A05BDD; }
a { background-color: rgb(160,91,221); }
div.DivClassName
{
background-color: #A05BDD;
}
.BgClassName
{
background-color: #A05BDD;
}
</style>
border-color css
<style>
span { border-color: #A05BDD; }
span { border-color: rgb(160,91,221); }
td.TdClassName
{
border-color: #A05BDD;
}
.TagClassName
{
border-color: #A05BDD;
}
</style>