Shades of Amethyst #A367CF
Tints of Amethyst #A367CF
RGB
CMYK
RGB Variations
Color information
#A367CF (or 0xA367CF) is known color: Amethyst. HEX triplet: A3, 67 and CF. RGB value is (163,103,207). Sum of RGB (Red+Green+Blue) = 163+103+207=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 103 (40.62% from 255 or 21.78% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #A367CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A367CF is #5C9830. Grayscale: #848484. Windows color (decimal): -6068273 or 13592483. OLE color: 13592483.
HSL color Cylindrical-coordinate representation of color #A367CF: hue angle of 274.62º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A367CF is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 103 | 207 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.19 |
| HSL | 274.62º | 0.52% | 0.61% | - |
| HSV(B) | 274.62º | 0.5% | 0.81% | - |
| XYZ | 31.22 | 21.99 | 61.63 | - |
| YUV | 132.8 | 169.88 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 103 | 207 | 0.21 | 0.50 | 0 | 0.19 | 274.62 | 0.52 | 0.61 |
| Hex | A3 | 67 | CF | 15 | 32 | 0 | 13 | 113 | 34 | 3D |
| Octal | 243 | 147 | 317 | 25 | 62 | 0 | 23 | 423 | 64 | 75 |
| Binary | 10100011 | 1100111 | 11001111 | 10101 | 110010 | 0 | 10011 | 100010011 | 110100 | 111101 |
Color Harmonies of #A367CF
Complementary color
Monochromatic Colors of #A367CF
Black with #A367CF
Text Example
Text Example
White with #A367CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A367CF; }
p { color: rgb(163,103,207); }
H1.HeaderClassName
{
color: #A367CF;
}
.AnyTagClassName
{
color: #A367CF;
}
</style>
background-color css
<style>
a { background-color: #A367CF; }
a { background-color: rgb(163,103,207); }
div.DivClassName
{
background-color: #A367CF;
}
.BgClassName
{
background-color: #A367CF;
}
</style>
border-color css
<style>
span { border-color: #A367CF; }
span { border-color: rgb(163,103,207); }
td.TdClassName
{
border-color: #A367CF;
}
.TagClassName
{
border-color: #A367CF;
}
</style>