Shades of Amethyst #A36ADC
Tints of Amethyst #A36ADC
RGB
CMYK
RGB Variations
Color information
#A36ADC (or 0xA36ADC) is known color: Amethyst. HEX triplet: A3, 6A and DC. RGB value is (163,106,220). Sum of RGB (Red+Green+Blue) = 163+106+220=489 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.33% from 489); Green value is 106 (41.80% from 255 or 21.68% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #A36ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36ADC is #5C9523. Grayscale: #878787. Windows color (decimal): -6067492 or 14445219. OLE color: 14445219.
HSL color Cylindrical-coordinate representation of color #A36ADC: hue angle of 270º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A36ADC is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 106 | 220 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.14 |
| HSL | 270º | 0.62% | 0.64% | - |
| HSV(B) | 270º | 0.52% | 0.86% | - |
| XYZ | 33.18 | 23.26 | 70.45 | - |
| YUV | 136.04 | 175.38 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 106 | 220 | 0.26 | 0.52 | 0 | 0.14 | 270 | 0.62 | 0.64 |
| Hex | A3 | 6A | DC | 1A | 34 | 0 | E | 10E | 3E | 40 |
| Octal | 243 | 152 | 334 | 32 | 64 | 0 | 16 | 416 | 76 | 100 |
| Binary | 10100011 | 1101010 | 11011100 | 11010 | 110100 | 0 | 1110 | 100001110 | 111110 | 1000000 |
Color Harmonies of #A36ADC
Complementary color
Monochromatic Colors of #A36ADC
Black with #A36ADC
Text Example
Text Example
White with #A36ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36ADC; }
p { color: rgb(163,106,220); }
H1.HeaderClassName
{
color: #A36ADC;
}
.AnyTagClassName
{
color: #A36ADC;
}
</style>
background-color css
<style>
a { background-color: #A36ADC; }
a { background-color: rgb(163,106,220); }
div.DivClassName
{
background-color: #A36ADC;
}
.BgClassName
{
background-color: #A36ADC;
}
</style>
border-color css
<style>
span { border-color: #A36ADC; }
span { border-color: rgb(163,106,220); }
td.TdClassName
{
border-color: #A36ADC;
}
.TagClassName
{
border-color: #A36ADC;
}
</style>