Shades of Amethyst #A367DD
Tints of Amethyst #A367DD
RGB
CMYK
RGB Variations
Color information
#A367DD (or 0xA367DD) is known color: Amethyst. HEX triplet: A3, 67 and DD. RGB value is (163,103,221). Sum of RGB (Red+Green+Blue) = 163+103+221=487 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.47% from 487); Green value is 103 (40.62% from 255 or 21.15% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #A367DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A367DD is #5C9822. Grayscale: #858585. Windows color (decimal): -6068259 or 14509987. OLE color: 14509987.
HSL color Cylindrical-coordinate representation of color #A367DD: hue angle of 270.51º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A367DD is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 103 | 221 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.13 |
| HSL | 270.51º | 0.63% | 0.64% | - |
| HSV(B) | 270.51º | 0.53% | 0.87% | - |
| XYZ | 33.01 | 22.71 | 71.05 | - |
| YUV | 134.39 | 176.88 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 103 | 221 | 0.26 | 0.53 | 0 | 0.13 | 270.51 | 0.63 | 0.64 |
| Hex | A3 | 67 | DD | 1A | 35 | 0 | D | 10F | 3F | 40 |
| Octal | 243 | 147 | 335 | 32 | 65 | 0 | 15 | 417 | 77 | 100 |
| Binary | 10100011 | 1100111 | 11011101 | 11010 | 110101 | 0 | 1101 | 100001111 | 111111 | 1000000 |
Color Harmonies of #A367DD
Complementary color
Monochromatic Colors of #A367DD
Black with #A367DD
Text Example
Text Example
White with #A367DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A367DD; }
p { color: rgb(163,103,221); }
H1.HeaderClassName
{
color: #A367DD;
}
.AnyTagClassName
{
color: #A367DD;
}
</style>
background-color css
<style>
a { background-color: #A367DD; }
a { background-color: rgb(163,103,221); }
div.DivClassName
{
background-color: #A367DD;
}
.BgClassName
{
background-color: #A367DD;
}
</style>
border-color css
<style>
span { border-color: #A367DD; }
span { border-color: rgb(163,103,221); }
td.TdClassName
{
border-color: #A367DD;
}
.TagClassName
{
border-color: #A367DD;
}
</style>