Shades of Amethyst #A865DA
Tints of Amethyst #A865DA
RGB
CMYK
RGB Variations
Color information
#A865DA (or 0xA865DA) is known color: Amethyst. HEX triplet: A8, 65 and DA. RGB value is (168,101,218). Sum of RGB (Red+Green+Blue) = 168+101+218=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 101 (39.84% from 255 or 20.74% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 218 - color contains mainly: blue. Hex color #A865DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A865DA is #579A25. Grayscale: #858585. Windows color (decimal): -5741094 or 14312872. OLE color: 14312872.
HSL color Cylindrical-coordinate representation of color #A865DA: hue angle of 274.36º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A865DA is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 101 | 218 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.15 |
| HSL | 274.36º | 0.61% | 0.63% | - |
| HSV(B) | 274.36º | 0.54% | 0.85% | - |
| XYZ | 33.46 | 22.69 | 68.95 | - |
| YUV | 134.37 | 175.2 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 101 | 218 | 0.23 | 0.54 | 0 | 0.15 | 274.36 | 0.61 | 0.63 |
| Hex | A8 | 65 | DA | 17 | 36 | 0 | F | 112 | 3D | 3F |
| Octal | 250 | 145 | 332 | 27 | 66 | 0 | 17 | 422 | 75 | 77 |
| Binary | 10101000 | 1100101 | 11011010 | 10111 | 110110 | 0 | 1111 | 100010010 | 111101 | 111111 |
Color Harmonies of #A865DA
Complementary color
Monochromatic Colors of #A865DA
Black with #A865DA
Text Example
Text Example
White with #A865DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A865DA; }
p { color: rgb(168,101,218); }
H1.HeaderClassName
{
color: #A865DA;
}
.AnyTagClassName
{
color: #A865DA;
}
</style>
background-color css
<style>
a { background-color: #A865DA; }
a { background-color: rgb(168,101,218); }
div.DivClassName
{
background-color: #A865DA;
}
.BgClassName
{
background-color: #A865DA;
}
</style>
border-color css
<style>
span { border-color: #A865DA; }
span { border-color: rgb(168,101,218); }
td.TdClassName
{
border-color: #A865DA;
}
.TagClassName
{
border-color: #A865DA;
}
</style>