Shades of Amethyst #A861D3
Tints of Amethyst #A861D3
RGB
CMYK
RGB Variations
Color information
#A861D3 (or 0xA861D3) is known color: Amethyst. HEX triplet: A8, 61 and D3. RGB value is (168,97,211). Sum of RGB (Red+Green+Blue) = 168+97+211=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 97 (38.28% from 255 or 20.38% from 476); Blue value is 211 (82.81% from 255 or 44.33% from 476); Max value from RGB is 211 - color contains mainly: blue. Hex color #A861D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A861D3 is #579E2C. Grayscale: #828282. Windows color (decimal): -5742125 or 13853096. OLE color: 13853096.
HSL color Cylindrical-coordinate representation of color #A861D3: hue angle of 277.37º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A861D3 is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 97 | 211 | - |
| CMYK | 0.20 | 0.54 | 0 | 0.17 |
| HSL | 277.37º | 0.56% | 0.6% | - |
| HSV(B) | 277.37º | 0.54% | 0.83% | - |
| XYZ | 32.18 | 21.58 | 64.1 | - |
| YUV | 131.23 | 173.02 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 97 | 211 | 0.20 | 0.54 | 0 | 0.17 | 277.37 | 0.56 | 0.6 |
| Hex | A8 | 61 | D3 | 14 | 36 | 0 | 11 | 115 | 38 | 3C |
| Octal | 250 | 141 | 323 | 24 | 66 | 0 | 21 | 425 | 70 | 74 |
| Binary | 10101000 | 1100001 | 11010011 | 10100 | 110110 | 0 | 10001 | 100010101 | 111000 | 111100 |
Color Harmonies of #A861D3
Complementary color
Monochromatic Colors of #A861D3
Black with #A861D3
Text Example
Text Example
White with #A861D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A861D3; }
p { color: rgb(168,97,211); }
H1.HeaderClassName
{
color: #A861D3;
}
.AnyTagClassName
{
color: #A861D3;
}
</style>
background-color css
<style>
a { background-color: #A861D3; }
a { background-color: rgb(168,97,211); }
div.DivClassName
{
background-color: #A861D3;
}
.BgClassName
{
background-color: #A861D3;
}
</style>
border-color css
<style>
span { border-color: #A861D3; }
span { border-color: rgb(168,97,211); }
td.TdClassName
{
border-color: #A861D3;
}
.TagClassName
{
border-color: #A861D3;
}
</style>