Shades of Amethyst #A86ACC
Tints of Amethyst #A86ACC
RGB
CMYK
RGB Variations
Color information
#A86ACC (or 0xA86ACC) is known color: Amethyst. HEX triplet: A8, 6A and CC. RGB value is (168,106,204). Sum of RGB (Red+Green+Blue) = 168+106+204=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 106 (41.80% from 255 or 22.18% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #A86ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86ACC is #579533. Grayscale: #878787. Windows color (decimal): -5739828 or 13396648. OLE color: 13396648.
HSL color Cylindrical-coordinate representation of color #A86ACC: hue angle of 277.96º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A86ACC is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 106 | 204 | - |
| CMYK | 0.18 | 0.48 | 0 | 0.2 |
| HSL | 277.96º | 0.49% | 0.61% | - |
| HSV(B) | 277.96º | 0.48% | 0.8% | - |
| XYZ | 32.2 | 22.99 | 59.87 | - |
| YUV | 135.71 | 166.54 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 106 | 204 | 0.18 | 0.48 | 0 | 0.2 | 277.96 | 0.49 | 0.61 |
| Hex | A8 | 6A | CC | 12 | 30 | 0 | 14 | 116 | 31 | 3D |
| Octal | 250 | 152 | 314 | 22 | 60 | 0 | 24 | 426 | 61 | 75 |
| Binary | 10101000 | 1101010 | 11001100 | 10010 | 110000 | 0 | 10100 | 100010110 | 110001 | 111101 |
Color Harmonies of #A86ACC
Complementary color
Monochromatic Colors of #A86ACC
Black with #A86ACC
Text Example
Text Example
White with #A86ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86ACC; }
p { color: rgb(168,106,204); }
H1.HeaderClassName
{
color: #A86ACC;
}
.AnyTagClassName
{
color: #A86ACC;
}
</style>
background-color css
<style>
a { background-color: #A86ACC; }
a { background-color: rgb(168,106,204); }
div.DivClassName
{
background-color: #A86ACC;
}
.BgClassName
{
background-color: #A86ACC;
}
</style>
border-color css
<style>
span { border-color: #A86ACC; }
span { border-color: rgb(168,106,204); }
td.TdClassName
{
border-color: #A86ACC;
}
.TagClassName
{
border-color: #A86ACC;
}
</style>