Shades of Amethyst #A86CCA
Tints of Amethyst #A86CCA
RGB
CMYK
RGB Variations
Color information
#A86CCA (or 0xA86CCA) is known color: Amethyst. HEX triplet: A8, 6C and CA. RGB value is (168,108,202). Sum of RGB (Red+Green+Blue) = 168+108+202=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 108 (42.58% from 255 or 22.59% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: blue. Hex color #A86CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86CCA is #579335. Grayscale: #888888. Windows color (decimal): -5739318 or 13266088. OLE color: 13266088.
HSL color Cylindrical-coordinate representation of color #A86CCA: hue angle of 278.3º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A86CCA is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 108 | 202 | - |
| CMYK | 0.17 | 0.47 | 0 | 0.21 |
| HSL | 278.3º | 0.47% | 0.61% | - |
| HSV(B) | 278.3º | 0.47% | 0.79% | - |
| XYZ | 32.17 | 23.31 | 58.68 | - |
| YUV | 136.66 | 164.88 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 108 | 202 | 0.17 | 0.47 | 0 | 0.21 | 278.3 | 0.47 | 0.61 |
| Hex | A8 | 6C | CA | 11 | 2F | 0 | 15 | 116 | 2F | 3D |
| Octal | 250 | 154 | 312 | 21 | 57 | 0 | 25 | 426 | 57 | 75 |
| Binary | 10101000 | 1101100 | 11001010 | 10001 | 101111 | 0 | 10101 | 100010110 | 101111 | 111101 |
Color Harmonies of #A86CCA
Complementary color
Monochromatic Colors of #A86CCA
Black with #A86CCA
Text Example
Text Example
White with #A86CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86CCA; }
p { color: rgb(168,108,202); }
H1.HeaderClassName
{
color: #A86CCA;
}
.AnyTagClassName
{
color: #A86CCA;
}
</style>
background-color css
<style>
a { background-color: #A86CCA; }
a { background-color: rgb(168,108,202); }
div.DivClassName
{
background-color: #A86CCA;
}
.BgClassName
{
background-color: #A86CCA;
}
</style>
border-color css
<style>
span { border-color: #A86CCA; }
span { border-color: rgb(168,108,202); }
td.TdClassName
{
border-color: #A86CCA;
}
.TagClassName
{
border-color: #A86CCA;
}
</style>