Shades of Amethyst #A05ADC
Tints of Amethyst #A05ADC
RGB
CMYK
RGB Variations
Color information
#A05ADC (or 0xA05ADC) is known color: Amethyst. HEX triplet: A0, 5A and DC. RGB value is (160,90,220). Sum of RGB (Red+Green+Blue) = 160+90+220=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 90 (35.55% from 255 or 19.15% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #A05ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05ADC is #5FA523. Grayscale: #7D7D7D. Windows color (decimal): -6268196 or 14441120. OLE color: 14441120.
HSL color Cylindrical-coordinate representation of color #A05ADC: hue angle of 272.31º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A05ADC is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 90 | 220 | - |
| CMYK | 0.27 | 0.59 | 0 | 0.14 |
| HSL | 272.31º | 0.65% | 0.61% | - |
| HSV(B) | 272.31º | 0.59% | 0.86% | - |
| XYZ | 31.07 | 19.95 | 69.92 | - |
| YUV | 125.75 | 181.19 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 90 | 220 | 0.27 | 0.59 | 0 | 0.14 | 272.31 | 0.65 | 0.61 |
| Hex | A0 | 5A | DC | 1B | 3B | 0 | E | 110 | 41 | 3D |
| Octal | 240 | 132 | 334 | 33 | 73 | 0 | 16 | 420 | 101 | 75 |
| Binary | 10100000 | 1011010 | 11011100 | 11011 | 111011 | 0 | 1110 | 100010000 | 1000001 | 111101 |
Color Harmonies of #A05ADC
Complementary color
Monochromatic Colors of #A05ADC
Black with #A05ADC
Text Example
Text Example
White with #A05ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05ADC; }
p { color: rgb(160,90,220); }
H1.HeaderClassName
{
color: #A05ADC;
}
.AnyTagClassName
{
color: #A05ADC;
}
</style>
background-color css
<style>
a { background-color: #A05ADC; }
a { background-color: rgb(160,90,220); }
div.DivClassName
{
background-color: #A05ADC;
}
.BgClassName
{
background-color: #A05ADC;
}
</style>
border-color css
<style>
span { border-color: #A05ADC; }
span { border-color: rgb(160,90,220); }
td.TdClassName
{
border-color: #A05ADC;
}
.TagClassName
{
border-color: #A05ADC;
}
</style>