Shades of Amethyst #A35BDE
Tints of Amethyst #A35BDE
RGB
CMYK
RGB Variations
Color information
#A35BDE (or 0xA35BDE) is known color: Amethyst. HEX triplet: A3, 5B and DE. RGB value is (163,91,222). Sum of RGB (Red+Green+Blue) = 163+91+222=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 91 (35.94% from 255 or 19.12% from 476); Blue value is 222 (87.11% from 255 or 46.64% from 476); Max value from RGB is 222 - color contains mainly: blue. Hex color #A35BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35BDE is #5CA421. Grayscale: #7F7F7F. Windows color (decimal): -6071330 or 14572451. OLE color: 14572451.
HSL color Cylindrical-coordinate representation of color #A35BDE: hue angle of 272.98º degrees, saturation: 0.66, 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 #A35BDE is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 91 | 222 | - |
| CMYK | 0.27 | 0.59 | 0 | 0.13 |
| HSL | 272.98º | 0.66% | 0.61% | - |
| HSV(B) | 272.98º | 0.59% | 0.87% | - |
| XYZ | 32.03 | 20.54 | 71.38 | - |
| YUV | 127.46 | 181.35 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 91 | 222 | 0.27 | 0.59 | 0 | 0.13 | 272.98 | 0.66 | 0.61 |
| Hex | A3 | 5B | DE | 1B | 3B | 0 | D | 111 | 42 | 3D |
| Octal | 243 | 133 | 336 | 33 | 73 | 0 | 15 | 421 | 102 | 75 |
| Binary | 10100011 | 1011011 | 11011110 | 11011 | 111011 | 0 | 1101 | 100010001 | 1000010 | 111101 |
Color Harmonies of #A35BDE
Complementary color
Monochromatic Colors of #A35BDE
Black with #A35BDE
Text Example
Text Example
White with #A35BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35BDE; }
p { color: rgb(163,91,222); }
H1.HeaderClassName
{
color: #A35BDE;
}
.AnyTagClassName
{
color: #A35BDE;
}
</style>
background-color css
<style>
a { background-color: #A35BDE; }
a { background-color: rgb(163,91,222); }
div.DivClassName
{
background-color: #A35BDE;
}
.BgClassName
{
background-color: #A35BDE;
}
</style>
border-color css
<style>
span { border-color: #A35BDE; }
span { border-color: rgb(163,91,222); }
td.TdClassName
{
border-color: #A35BDE;
}
.TagClassName
{
border-color: #A35BDE;
}
</style>