Shades of Amethyst #A467DA
Tints of Amethyst #A467DA
RGB
CMYK
RGB Variations
Color information
#A467DA (or 0xA467DA) is known color: Amethyst. HEX triplet: A4, 67 and DA. RGB value is (164,103,218). Sum of RGB (Red+Green+Blue) = 164+103+218=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 103 (40.62% from 255 or 21.24% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #A467DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A467DA is #5B9825. Grayscale: #858585. Windows color (decimal): -6002726 or 14313380. OLE color: 14313380.
HSL color Cylindrical-coordinate representation of color #A467DA: hue angle of 271.83º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A467DA is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 103 | 218 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.15 |
| HSL | 271.83º | 0.61% | 0.63% | - |
| HSV(B) | 271.83º | 0.53% | 0.85% | - |
| XYZ | 32.81 | 22.65 | 68.97 | - |
| YUV | 134.35 | 175.21 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 103 | 218 | 0.25 | 0.53 | 0 | 0.15 | 271.83 | 0.61 | 0.63 |
| Hex | A4 | 67 | DA | 19 | 35 | 0 | F | 110 | 3D | 3F |
| Octal | 244 | 147 | 332 | 31 | 65 | 0 | 17 | 420 | 75 | 77 |
| Binary | 10100100 | 1100111 | 11011010 | 11001 | 110101 | 0 | 1111 | 100010000 | 111101 | 111111 |
Color Harmonies of #A467DA
Complementary color
Monochromatic Colors of #A467DA
Black with #A467DA
Text Example
Text Example
White with #A467DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A467DA; }
p { color: rgb(164,103,218); }
H1.HeaderClassName
{
color: #A467DA;
}
.AnyTagClassName
{
color: #A467DA;
}
</style>
background-color css
<style>
a { background-color: #A467DA; }
a { background-color: rgb(164,103,218); }
div.DivClassName
{
background-color: #A467DA;
}
.BgClassName
{
background-color: #A467DA;
}
</style>
border-color css
<style>
span { border-color: #A467DA; }
span { border-color: rgb(164,103,218); }
td.TdClassName
{
border-color: #A467DA;
}
.TagClassName
{
border-color: #A467DA;
}
</style>