Shades of Amethyst #A35BCD
Tints of Amethyst #A35BCD
RGB
CMYK
RGB Variations
Color information
#A35BCD (or 0xA35BCD) is known color: Amethyst. HEX triplet: A3, 5B and CD. RGB value is (163,91,205). Sum of RGB (Red+Green+Blue) = 163+91+205=459 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.51% from 459); Green value is 91 (35.94% from 255 or 19.83% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #A35BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35BCD is #5CA432. Grayscale: #7D7D7D. Windows color (decimal): -6071347 or 13458339. OLE color: 13458339.
HSL color Cylindrical-coordinate representation of color #A35BCD: hue angle of 277.89º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A35BCD is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 91 | 205 | - |
| CMYK | 0.20 | 0.56 | 0 | 0.20 |
| HSL | 277.89º | 0.53% | 0.58% | - |
| HSV(B) | 277.89º | 0.56% | 0.8% | - |
| XYZ | 29.86 | 19.68 | 59.98 | - |
| YUV | 125.52 | 172.85 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 91 | 205 | 0.20 | 0.56 | 0 | 0.20 | 277.89 | 0.53 | 0.58 |
| Hex | A3 | 5B | CD | 14 | 38 | 0 | 14 | 116 | 35 | 3A |
| Octal | 243 | 133 | 315 | 24 | 70 | 0 | 24 | 426 | 65 | 72 |
| Binary | 10100011 | 1011011 | 11001101 | 10100 | 111000 | 0 | 10100 | 100010110 | 110101 | 111010 |
Color Harmonies of #A35BCD
Complementary color
Monochromatic Colors of #A35BCD
Black with #A35BCD
Text Example
Text Example
White with #A35BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35BCD; }
p { color: rgb(163,91,205); }
H1.HeaderClassName
{
color: #A35BCD;
}
.AnyTagClassName
{
color: #A35BCD;
}
</style>
background-color css
<style>
a { background-color: #A35BCD; }
a { background-color: rgb(163,91,205); }
div.DivClassName
{
background-color: #A35BCD;
}
.BgClassName
{
background-color: #A35BCD;
}
</style>
border-color css
<style>
span { border-color: #A35BCD; }
span { border-color: rgb(163,91,205); }
td.TdClassName
{
border-color: #A35BCD;
}
.TagClassName
{
border-color: #A35BCD;
}
</style>