Shades of Amethyst #A268DF
Tints of Amethyst #A268DF
RGB
CMYK
RGB Variations
Color information
#A268DF (or 0xA268DF) is known color: Amethyst. HEX triplet: A2, 68 and DF. RGB value is (162,104,223). Sum of RGB (Red+Green+Blue) = 162+104+223=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 104 (41.02% from 255 or 21.27% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #A268DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A268DF is #5D9720. Grayscale: #868686. Windows color (decimal): -6133537 or 14641314. OLE color: 14641314.
HSL color Cylindrical-coordinate representation of color #A268DF: hue angle of 269.24º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A268DF is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 104 | 223 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.13 |
| HSL | 269.24º | 0.65% | 0.64% | - |
| HSV(B) | 269.24º | 0.53% | 0.87% | - |
| XYZ | 33.17 | 22.91 | 72.49 | - |
| YUV | 134.91 | 177.72 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 104 | 223 | 0.27 | 0.53 | 0 | 0.13 | 269.24 | 0.65 | 0.64 |
| Hex | A2 | 68 | DF | 1B | 35 | 0 | D | 10D | 41 | 40 |
| Octal | 242 | 150 | 337 | 33 | 65 | 0 | 15 | 415 | 101 | 100 |
| Binary | 10100010 | 1101000 | 11011111 | 11011 | 110101 | 0 | 1101 | 100001101 | 1000001 | 1000000 |
Color Harmonies of #A268DF
Complementary color
Monochromatic Colors of #A268DF
Black with #A268DF
Text Example
Text Example
White with #A268DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A268DF; }
p { color: rgb(162,104,223); }
H1.HeaderClassName
{
color: #A268DF;
}
.AnyTagClassName
{
color: #A268DF;
}
</style>
background-color css
<style>
a { background-color: #A268DF; }
a { background-color: rgb(162,104,223); }
div.DivClassName
{
background-color: #A268DF;
}
.BgClassName
{
background-color: #A268DF;
}
</style>
border-color css
<style>
span { border-color: #A268DF; }
span { border-color: rgb(162,104,223); }
td.TdClassName
{
border-color: #A268DF;
}
.TagClassName
{
border-color: #A268DF;
}
</style>