Shades of Amethyst #A85BEC
Tints of Amethyst #A85BEC
RGB
CMYK
RGB Variations
Color information
#A85BEC (or 0xA85BEC) is known color: Amethyst. HEX triplet: A8, 5B and EC. RGB value is (168,91,236). Sum of RGB (Red+Green+Blue) = 168+91+236=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 91 (35.94% from 255 or 18.38% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #A85BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85BEC is #57A413. Grayscale: #828282. Windows color (decimal): -5743636 or 15489960. OLE color: 15489960.
HSL color Cylindrical-coordinate representation of color #A85BEC: hue angle of 271.86º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A85BEC is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 91 | 236 | - |
| CMYK | 0.29 | 0.61 | 0 | 0.07 |
| HSL | 271.86º | 0.79% | 0.64% | - |
| HSV(B) | 271.86º | 0.61% | 0.93% | - |
| XYZ | 35.03 | 21.86 | 81.73 | - |
| YUV | 130.55 | 187.51 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 91 | 236 | 0.29 | 0.61 | 0 | 0.07 | 271.86 | 0.79 | 0.64 |
| Hex | A8 | 5B | EC | 1D | 3D | 0 | 7 | 110 | 4F | 40 |
| Octal | 250 | 133 | 354 | 35 | 75 | 0 | 7 | 420 | 117 | 100 |
| Binary | 10101000 | 1011011 | 11101100 | 11101 | 111101 | 0 | 111 | 100010000 | 1001111 | 1000000 |
Color Harmonies of #A85BEC
Complementary color
Monochromatic Colors of #A85BEC
Black with #A85BEC
Text Example
Text Example
White with #A85BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85BEC; }
p { color: rgb(168,91,236); }
H1.HeaderClassName
{
color: #A85BEC;
}
.AnyTagClassName
{
color: #A85BEC;
}
</style>
background-color css
<style>
a { background-color: #A85BEC; }
a { background-color: rgb(168,91,236); }
div.DivClassName
{
background-color: #A85BEC;
}
.BgClassName
{
background-color: #A85BEC;
}
</style>
border-color css
<style>
span { border-color: #A85BEC; }
span { border-color: rgb(168,91,236); }
td.TdClassName
{
border-color: #A85BEC;
}
.TagClassName
{
border-color: #A85BEC;
}
</style>