Shades of Amethyst #A868DA
Tints of Amethyst #A868DA
RGB
CMYK
RGB Variations
Color information
#A868DA (or 0xA868DA) is known color: Amethyst. HEX triplet: A8, 68 and DA. RGB value is (168,104,218). Sum of RGB (Red+Green+Blue) = 168+104+218=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 104 (41.02% from 255 or 21.22% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #A868DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A868DA is #579725. Grayscale: #878787. Windows color (decimal): -5740326 or 14313640. OLE color: 14313640.
HSL color Cylindrical-coordinate representation of color #A868DA: hue angle of 273.68º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A868DA is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 104 | 218 | - |
| CMYK | 0.23 | 0.52 | 0 | 0.15 |
| HSL | 273.68º | 0.61% | 0.63% | - |
| HSV(B) | 273.68º | 0.52% | 0.85% | - |
| XYZ | 33.75 | 23.29 | 69.05 | - |
| YUV | 136.13 | 174.2 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 104 | 218 | 0.23 | 0.52 | 0 | 0.15 | 273.68 | 0.61 | 0.63 |
| Hex | A8 | 68 | DA | 17 | 34 | 0 | F | 112 | 3D | 3F |
| Octal | 250 | 150 | 332 | 27 | 64 | 0 | 17 | 422 | 75 | 77 |
| Binary | 10101000 | 1101000 | 11011010 | 10111 | 110100 | 0 | 1111 | 100010010 | 111101 | 111111 |
Color Harmonies of #A868DA
Complementary color
Monochromatic Colors of #A868DA
Black with #A868DA
Text Example
Text Example
White with #A868DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A868DA; }
p { color: rgb(168,104,218); }
H1.HeaderClassName
{
color: #A868DA;
}
.AnyTagClassName
{
color: #A868DA;
}
</style>
background-color css
<style>
a { background-color: #A868DA; }
a { background-color: rgb(168,104,218); }
div.DivClassName
{
background-color: #A868DA;
}
.BgClassName
{
background-color: #A868DA;
}
</style>
border-color css
<style>
span { border-color: #A868DA; }
span { border-color: rgb(168,104,218); }
td.TdClassName
{
border-color: #A868DA;
}
.TagClassName
{
border-color: #A868DA;
}
</style>