Shades of Amethyst #A05CD3
Tints of Amethyst #A05CD3
RGB
CMYK
RGB Variations
Color information
#A05CD3 (or 0xA05CD3) is known color: Amethyst. HEX triplet: A0, 5C and D3. RGB value is (160,92,211). Sum of RGB (Red+Green+Blue) = 160+92+211=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 92 (36.33% from 255 or 19.87% from 463); Blue value is 211 (82.81% from 255 or 45.57% from 463); Max value from RGB is 211 - color contains mainly: blue. Hex color #A05CD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05CD3 is #5FA32C. Grayscale: #7D7D7D. Windows color (decimal): -6267693 or 13851808. OLE color: 13851808.
HSL color Cylindrical-coordinate representation of color #A05CD3: hue angle of 274.29º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A05CD3 is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 160 | 92 | 211 | - |
| CMYK | 0.24 | 0.56 | 0 | 0.17 |
| HSL | 274.29º | 0.57% | 0.59% | - |
| HSV(B) | 274.29º | 0.56% | 0.83% | - |
| XYZ | 30.08 | 19.83 | 63.87 | - |
| YUV | 125.9 | 176.03 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 92 | 211 | 0.24 | 0.56 | 0 | 0.17 | 274.29 | 0.57 | 0.59 |
| Hex | A0 | 5C | D3 | 18 | 38 | 0 | 11 | 112 | 39 | 3B |
| Octal | 240 | 134 | 323 | 30 | 70 | 0 | 21 | 422 | 71 | 73 |
| Binary | 10100000 | 1011100 | 11010011 | 11000 | 111000 | 0 | 10001 | 100010010 | 111001 | 111011 |
Color Harmonies of #A05CD3
Complementary color
Monochromatic Colors of #A05CD3
Black with #A05CD3
Text Example
Text Example
White with #A05CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05CD3; }
p { color: rgb(160,92,211); }
H1.HeaderClassName
{
color: #A05CD3;
}
.AnyTagClassName
{
color: #A05CD3;
}
</style>
background-color css
<style>
a { background-color: #A05CD3; }
a { background-color: rgb(160,92,211); }
div.DivClassName
{
background-color: #A05CD3;
}
.BgClassName
{
background-color: #A05CD3;
}
</style>
border-color css
<style>
span { border-color: #A05CD3; }
span { border-color: rgb(160,92,211); }
td.TdClassName
{
border-color: #A05CD3;
}
.TagClassName
{
border-color: #A05CD3;
}
</style>