Shades of Amethyst #A869DA
Tints of Amethyst #A869DA
RGB
CMYK
RGB Variations
Color information
#A869DA (or 0xA869DA) is known color: Amethyst. HEX triplet: A8, 69 and DA. RGB value is (168,105,218). Sum of RGB (Red+Green+Blue) = 168+105+218=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 105 (41.41% from 255 or 21.38% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #A869DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A869DA is #579625. Grayscale: #888888. Windows color (decimal): -5740070 or 14313896. OLE color: 14313896.
HSL color Cylindrical-coordinate representation of color #A869DA: hue angle of 273.45º degrees, saturation: 0.6, 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 #A869DA is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 105 | 218 | - |
| CMYK | 0.23 | 0.52 | 0 | 0.15 |
| HSL | 273.45º | 0.6% | 0.63% | - |
| HSV(B) | 273.45º | 0.52% | 0.85% | - |
| XYZ | 33.85 | 23.49 | 69.08 | - |
| YUV | 136.72 | 173.87 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 105 | 218 | 0.23 | 0.52 | 0 | 0.15 | 273.45 | 0.6 | 0.63 |
| Hex | A8 | 69 | DA | 17 | 34 | 0 | F | 111 | 3C | 3F |
| Octal | 250 | 151 | 332 | 27 | 64 | 0 | 17 | 421 | 74 | 77 |
| Binary | 10101000 | 1101001 | 11011010 | 10111 | 110100 | 0 | 1111 | 100010001 | 111100 | 111111 |
Color Harmonies of #A869DA
Complementary color
Monochromatic Colors of #A869DA
Black with #A869DA
Text Example
Text Example
White with #A869DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A869DA; }
p { color: rgb(168,105,218); }
H1.HeaderClassName
{
color: #A869DA;
}
.AnyTagClassName
{
color: #A869DA;
}
</style>
background-color css
<style>
a { background-color: #A869DA; }
a { background-color: rgb(168,105,218); }
div.DivClassName
{
background-color: #A869DA;
}
.BgClassName
{
background-color: #A869DA;
}
</style>
border-color css
<style>
span { border-color: #A869DA; }
span { border-color: rgb(168,105,218); }
td.TdClassName
{
border-color: #A869DA;
}
.TagClassName
{
border-color: #A869DA;
}
</style>