Shades of Amethyst #A85CEC
Tints of Amethyst #A85CEC
RGB
CMYK
RGB Variations
Color information
#A85CEC (or 0xA85CEC) is known color: Amethyst. HEX triplet: A8, 5C and EC. RGB value is (168,92,236). Sum of RGB (Red+Green+Blue) = 168+92+236=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 92 (36.33% from 255 or 18.55% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 236 - color contains mainly: blue. Hex color #A85CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85CEC is #57A313. Grayscale: #828282. Windows color (decimal): -5743380 or 15490216. OLE color: 15490216.
HSL color Cylindrical-coordinate representation of color #A85CEC: hue angle of 271.67º 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 #A85CEC is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 92 | 236 | - |
| CMYK | 0.29 | 0.61 | 0 | 0.07 |
| HSL | 271.67º | 0.79% | 0.64% | - |
| HSV(B) | 271.67º | 0.61% | 0.93% | - |
| XYZ | 35.12 | 22.04 | 81.76 | - |
| YUV | 131.14 | 187.18 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 92 | 236 | 0.29 | 0.61 | 0 | 0.07 | 271.67 | 0.79 | 0.64 |
| Hex | A8 | 5C | EC | 1D | 3D | 0 | 7 | 110 | 4F | 40 |
| Octal | 250 | 134 | 354 | 35 | 75 | 0 | 7 | 420 | 117 | 100 |
| Binary | 10101000 | 1011100 | 11101100 | 11101 | 111101 | 0 | 111 | 100010000 | 1001111 | 1000000 |
Color Harmonies of #A85CEC
Complementary color
Monochromatic Colors of #A85CEC
Black with #A85CEC
Text Example
Text Example
White with #A85CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85CEC; }
p { color: rgb(168,92,236); }
H1.HeaderClassName
{
color: #A85CEC;
}
.AnyTagClassName
{
color: #A85CEC;
}
</style>
background-color css
<style>
a { background-color: #A85CEC; }
a { background-color: rgb(168,92,236); }
div.DivClassName
{
background-color: #A85CEC;
}
.BgClassName
{
background-color: #A85CEC;
}
</style>
border-color css
<style>
span { border-color: #A85CEC; }
span { border-color: rgb(168,92,236); }
td.TdClassName
{
border-color: #A85CEC;
}
.TagClassName
{
border-color: #A85CEC;
}
</style>