Shades of Amethyst #A367E1
Tints of Amethyst #A367E1
RGB
CMYK
RGB Variations
Color information
#A367E1 (or 0xA367E1) is known color: Amethyst. HEX triplet: A3, 67 and E1. RGB value is (163,103,225). Sum of RGB (Red+Green+Blue) = 163+103+225=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 103 (40.62% from 255 or 20.98% from 491); Blue value is 225 (88.28% from 255 or 45.82% from 491); Max value from RGB is 225 - color contains mainly: blue. Hex color #A367E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A367E1 is #5C981E. Grayscale: #868686. Windows color (decimal): -6068255 or 14772131. OLE color: 14772131.
HSL color Cylindrical-coordinate representation of color #A367E1: hue angle of 269.51º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A367E1 is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 103 | 225 | - |
| CMYK | 0.28 | 0.54 | 0 | 0.12 |
| HSL | 269.51º | 0.67% | 0.64% | - |
| HSV(B) | 269.51º | 0.54% | 0.88% | - |
| XYZ | 33.55 | 22.92 | 73.89 | - |
| YUV | 134.85 | 178.88 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 103 | 225 | 0.28 | 0.54 | 0 | 0.12 | 269.51 | 0.67 | 0.64 |
| Hex | A3 | 67 | E1 | 1C | 36 | 0 | C | 10E | 43 | 40 |
| Octal | 243 | 147 | 341 | 34 | 66 | 0 | 14 | 416 | 103 | 100 |
| Binary | 10100011 | 1100111 | 11100001 | 11100 | 110110 | 0 | 1100 | 100001110 | 1000011 | 1000000 |
Color Harmonies of #A367E1
Complementary color
Monochromatic Colors of #A367E1
Black with #A367E1
Text Example
Text Example
White with #A367E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A367E1; }
p { color: rgb(163,103,225); }
H1.HeaderClassName
{
color: #A367E1;
}
.AnyTagClassName
{
color: #A367E1;
}
</style>
background-color css
<style>
a { background-color: #A367E1; }
a { background-color: rgb(163,103,225); }
div.DivClassName
{
background-color: #A367E1;
}
.BgClassName
{
background-color: #A367E1;
}
</style>
border-color css
<style>
span { border-color: #A367E1; }
span { border-color: rgb(163,103,225); }
td.TdClassName
{
border-color: #A367E1;
}
.TagClassName
{
border-color: #A367E1;
}
</style>