Shades of Amethyst #A35ADE
Tints of Amethyst #A35ADE
RGB
CMYK
RGB Variations
Color information
#A35ADE (or 0xA35ADE) is known color: Amethyst. HEX triplet: A3, 5A and DE. RGB value is (163,90,222). Sum of RGB (Red+Green+Blue) = 163+90+222=475 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.32% from 475); Green value is 90 (35.55% from 255 or 18.95% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 222 - color contains mainly: blue. Hex color #A35ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35ADE is #5CA521. Grayscale: #7E7E7E. Windows color (decimal): -6071586 or 14572195. OLE color: 14572195.
HSL color Cylindrical-coordinate representation of color #A35ADE: hue angle of 273.18º degrees, saturation: 0.67, 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 #A35ADE is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 90 | 222 | - |
| CMYK | 0.27 | 0.59 | 0 | 0.13 |
| HSL | 273.18º | 0.67% | 0.61% | - |
| HSV(B) | 273.18º | 0.59% | 0.87% | - |
| XYZ | 31.95 | 20.37 | 71.36 | - |
| YUV | 126.88 | 181.68 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 90 | 222 | 0.27 | 0.59 | 0 | 0.13 | 273.18 | 0.67 | 0.61 |
| Hex | A3 | 5A | DE | 1B | 3B | 0 | D | 111 | 43 | 3D |
| Octal | 243 | 132 | 336 | 33 | 73 | 0 | 15 | 421 | 103 | 75 |
| Binary | 10100011 | 1011010 | 11011110 | 11011 | 111011 | 0 | 1101 | 100010001 | 1000011 | 111101 |
Color Harmonies of #A35ADE
Complementary color
Monochromatic Colors of #A35ADE
Black with #A35ADE
Text Example
Text Example
White with #A35ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35ADE; }
p { color: rgb(163,90,222); }
H1.HeaderClassName
{
color: #A35ADE;
}
.AnyTagClassName
{
color: #A35ADE;
}
</style>
background-color css
<style>
a { background-color: #A35ADE; }
a { background-color: rgb(163,90,222); }
div.DivClassName
{
background-color: #A35ADE;
}
.BgClassName
{
background-color: #A35ADE;
}
</style>
border-color css
<style>
span { border-color: #A35ADE; }
span { border-color: rgb(163,90,222); }
td.TdClassName
{
border-color: #A35ADE;
}
.TagClassName
{
border-color: #A35ADE;
}
</style>