Shades of Amethyst #A867DE
Tints of Amethyst #A867DE
RGB
CMYK
RGB Variations
Color information
#A867DE (or 0xA867DE) is known color: Amethyst. HEX triplet: A8, 67 and DE. RGB value is (168,103,222). Sum of RGB (Red+Green+Blue) = 168+103+222=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 103 (40.62% from 255 or 20.89% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #A867DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A867DE is #579821. Grayscale: #878787. Windows color (decimal): -5740578 or 14575528. OLE color: 14575528.
HSL color Cylindrical-coordinate representation of color #A867DE: hue angle of 272.77º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A867DE is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 103 | 222 | - |
| CMYK | 0.24 | 0.54 | 0 | 0.13 |
| HSL | 272.77º | 0.64% | 0.64% | - |
| HSV(B) | 272.77º | 0.54% | 0.87% | - |
| XYZ | 34.18 | 23.3 | 71.8 | - |
| YUV | 136 | 176.53 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 103 | 222 | 0.24 | 0.54 | 0 | 0.13 | 272.77 | 0.64 | 0.64 |
| Hex | A8 | 67 | DE | 18 | 36 | 0 | D | 111 | 40 | 40 |
| Octal | 250 | 147 | 336 | 30 | 66 | 0 | 15 | 421 | 100 | 100 |
| Binary | 10101000 | 1100111 | 11011110 | 11000 | 110110 | 0 | 1101 | 100010001 | 1000000 | 1000000 |
Color Harmonies of #A867DE
Complementary color
Monochromatic Colors of #A867DE
Black with #A867DE
Text Example
Text Example
White with #A867DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A867DE; }
p { color: rgb(168,103,222); }
H1.HeaderClassName
{
color: #A867DE;
}
.AnyTagClassName
{
color: #A867DE;
}
</style>
background-color css
<style>
a { background-color: #A867DE; }
a { background-color: rgb(168,103,222); }
div.DivClassName
{
background-color: #A867DE;
}
.BgClassName
{
background-color: #A867DE;
}
</style>
border-color css
<style>
span { border-color: #A867DE; }
span { border-color: rgb(168,103,222); }
td.TdClassName
{
border-color: #A867DE;
}
.TagClassName
{
border-color: #A867DE;
}
</style>