Shades of Amethyst #A067DF
Tints of Amethyst #A067DF
RGB
CMYK
RGB Variations
Color information
#A067DF (or 0xA067DF) is known color: Amethyst. HEX triplet: A0, 67 and DF. RGB value is (160,103,223). Sum of RGB (Red+Green+Blue) = 160+103+223=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 103 (40.62% from 255 or 21.19% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #A067DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A067DF is #5F9820. Grayscale: #858585. Windows color (decimal): -6264865 or 14641056. OLE color: 14641056.
HSL color Cylindrical-coordinate representation of color #A067DF: hue angle of 268.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A067DF is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 103 | 223 | - |
| CMYK | 0.28 | 0.54 | 0 | 0.13 |
| HSL | 268.5º | 0.65% | 0.64% | - |
| HSV(B) | 268.5º | 0.54% | 0.87% | - |
| XYZ | 32.67 | 22.5 | 72.43 | - |
| YUV | 133.72 | 178.38 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 103 | 223 | 0.28 | 0.54 | 0 | 0.13 | 268.5 | 0.65 | 0.64 |
| Hex | A0 | 67 | DF | 1C | 36 | 0 | D | 10C | 41 | 40 |
| Octal | 240 | 147 | 337 | 34 | 66 | 0 | 15 | 414 | 101 | 100 |
| Binary | 10100000 | 1100111 | 11011111 | 11100 | 110110 | 0 | 1101 | 100001100 | 1000001 | 1000000 |
Color Harmonies of #A067DF
Complementary color
Monochromatic Colors of #A067DF
Black with #A067DF
Text Example
Text Example
White with #A067DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A067DF; }
p { color: rgb(160,103,223); }
H1.HeaderClassName
{
color: #A067DF;
}
.AnyTagClassName
{
color: #A067DF;
}
</style>
background-color css
<style>
a { background-color: #A067DF; }
a { background-color: rgb(160,103,223); }
div.DivClassName
{
background-color: #A067DF;
}
.BgClassName
{
background-color: #A067DF;
}
</style>
border-color css
<style>
span { border-color: #A067DF; }
span { border-color: rgb(160,103,223); }
td.TdClassName
{
border-color: #A067DF;
}
.TagClassName
{
border-color: #A067DF;
}
</style>