Shades of Amethyst #A86BCB
Tints of Amethyst #A86BCB
RGB
CMYK
RGB Variations
Color information
#A86BCB (or 0xA86BCB) is known color: Amethyst. HEX triplet: A8, 6B and CB. RGB value is (168,107,203). Sum of RGB (Red+Green+Blue) = 168+107+203=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 107 (42.19% from 255 or 22.38% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #A86BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86BCB is #579434. Grayscale: #878787. Windows color (decimal): -5739573 or 13331368. OLE color: 13331368.
HSL color Cylindrical-coordinate representation of color #A86BCB: hue angle of 278.12º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A86BCB is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 107 | 203 | - |
| CMYK | 0.17 | 0.47 | 0 | 0.20 |
| HSL | 278.13º | 0.48% | 0.61% | - |
| HSV(B) | 278.13º | 0.47% | 0.8% | - |
| XYZ | 32.19 | 23.15 | 59.27 | - |
| YUV | 136.18 | 165.71 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 107 | 203 | 0.17 | 0.47 | 0 | 0.20 | 278.13 | 0.48 | 0.61 |
| Hex | A8 | 6B | CB | 11 | 2F | 0 | 14 | 116 | 30 | 3D |
| Octal | 250 | 153 | 313 | 21 | 57 | 0 | 24 | 426 | 60 | 75 |
| Binary | 10101000 | 1101011 | 11001011 | 10001 | 101111 | 0 | 10100 | 100010110 | 110000 | 111101 |
Color Harmonies of #A86BCB
Complementary color
Monochromatic Colors of #A86BCB
Black with #A86BCB
Text Example
Text Example
White with #A86BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86BCB; }
p { color: rgb(168,107,203); }
H1.HeaderClassName
{
color: #A86BCB;
}
.AnyTagClassName
{
color: #A86BCB;
}
</style>
background-color css
<style>
a { background-color: #A86BCB; }
a { background-color: rgb(168,107,203); }
div.DivClassName
{
background-color: #A86BCB;
}
.BgClassName
{
background-color: #A86BCB;
}
</style>
border-color css
<style>
span { border-color: #A86BCB; }
span { border-color: rgb(168,107,203); }
td.TdClassName
{
border-color: #A86BCB;
}
.TagClassName
{
border-color: #A86BCB;
}
</style>