Shades of Amethyst #A067DC
Tints of Amethyst #A067DC
RGB
CMYK
RGB Variations
Color information
#A067DC (or 0xA067DC) is known color: Amethyst. HEX triplet: A0, 67 and DC. RGB value is (160,103,220). Sum of RGB (Red+Green+Blue) = 160+103+220=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 103 (40.62% from 255 or 21.33% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #A067DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A067DC is #5F9823. Grayscale: #848484. Windows color (decimal): -6264868 or 14444448. OLE color: 14444448.
HSL color Cylindrical-coordinate representation of color #A067DC: hue angle of 269.23º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A067DC is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 103 | 220 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.14 |
| HSL | 269.23º | 0.63% | 0.63% | - |
| HSV(B) | 269.23º | 0.53% | 0.86% | - |
| XYZ | 32.27 | 22.34 | 70.32 | - |
| YUV | 133.38 | 176.88 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 103 | 220 | 0.27 | 0.53 | 0 | 0.14 | 269.23 | 0.63 | 0.63 |
| Hex | A0 | 67 | DC | 1B | 35 | 0 | E | 10D | 3F | 3F |
| Octal | 240 | 147 | 334 | 33 | 65 | 0 | 16 | 415 | 77 | 77 |
| Binary | 10100000 | 1100111 | 11011100 | 11011 | 110101 | 0 | 1110 | 100001101 | 111111 | 111111 |
Color Harmonies of #A067DC
Complementary color
Monochromatic Colors of #A067DC
Black with #A067DC
Text Example
Text Example
White with #A067DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A067DC; }
p { color: rgb(160,103,220); }
H1.HeaderClassName
{
color: #A067DC;
}
.AnyTagClassName
{
color: #A067DC;
}
</style>
background-color css
<style>
a { background-color: #A067DC; }
a { background-color: rgb(160,103,220); }
div.DivClassName
{
background-color: #A067DC;
}
.BgClassName
{
background-color: #A067DC;
}
</style>
border-color css
<style>
span { border-color: #A067DC; }
span { border-color: rgb(160,103,220); }
td.TdClassName
{
border-color: #A067DC;
}
.TagClassName
{
border-color: #A067DC;
}
</style>