Shades of Amethyst #A35ADC
Tints of Amethyst #A35ADC
RGB
CMYK
RGB Variations
Color information
#A35ADC (or 0xA35ADC) is known color: Amethyst. HEX triplet: A3, 5A and DC. RGB value is (163,90,220). Sum of RGB (Red+Green+Blue) = 163+90+220=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 90 (35.55% from 255 or 19.03% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #A35ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35ADC is #5CA523. Grayscale: #7E7E7E. Windows color (decimal): -6071588 or 14441123. OLE color: 14441123.
HSL color Cylindrical-coordinate representation of color #A35ADC: hue angle of 273.69º 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 #A35ADC is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 90 | 220 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.14 |
| HSL | 273.69º | 0.65% | 0.61% | - |
| HSV(B) | 273.69º | 0.59% | 0.86% | - |
| XYZ | 31.68 | 20.27 | 69.95 | - |
| YUV | 126.65 | 180.68 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 90 | 220 | 0.26 | 0.59 | 0 | 0.14 | 273.69 | 0.65 | 0.61 |
| Hex | A3 | 5A | DC | 1A | 3B | 0 | E | 112 | 41 | 3D |
| Octal | 243 | 132 | 334 | 32 | 73 | 0 | 16 | 422 | 101 | 75 |
| Binary | 10100011 | 1011010 | 11011100 | 11010 | 111011 | 0 | 1110 | 100010010 | 1000001 | 111101 |
Color Harmonies of #A35ADC
Complementary color
Monochromatic Colors of #A35ADC
Black with #A35ADC
Text Example
Text Example
White with #A35ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35ADC; }
p { color: rgb(163,90,220); }
H1.HeaderClassName
{
color: #A35ADC;
}
.AnyTagClassName
{
color: #A35ADC;
}
</style>
background-color css
<style>
a { background-color: #A35ADC; }
a { background-color: rgb(163,90,220); }
div.DivClassName
{
background-color: #A35ADC;
}
.BgClassName
{
background-color: #A35ADC;
}
</style>
border-color css
<style>
span { border-color: #A35ADC; }
span { border-color: rgb(163,90,220); }
td.TdClassName
{
border-color: #A35ADC;
}
.TagClassName
{
border-color: #A35ADC;
}
</style>