Shades of Amethyst #A85BE5
Tints of Amethyst #A85BE5
RGB
CMYK
RGB Variations
Color information
#A85BE5 (or 0xA85BE5) is known color: Amethyst. HEX triplet: A8, 5B and E5. RGB value is (168,91,229). Sum of RGB (Red+Green+Blue) = 168+91+229=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 91 (35.94% from 255 or 18.65% from 488); Blue value is 229 (89.84% from 255 or 46.93% from 488); Max value from RGB is 229 - color contains mainly: blue. Hex color #A85BE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85BE5 is #57A41A. Grayscale: #818181. Windows color (decimal): -5743643 or 15031208. OLE color: 15031208.
HSL color Cylindrical-coordinate representation of color #A85BE5: hue angle of 273.48º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A85BE5 is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 91 | 229 | - |
| CMYK | 0.27 | 0.60 | 0 | 0.10 |
| HSL | 273.48º | 0.73% | 0.63% | - |
| HSV(B) | 273.48º | 0.6% | 0.9% | - |
| XYZ | 34.03 | 21.46 | 76.48 | - |
| YUV | 129.76 | 184.01 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 91 | 229 | 0.27 | 0.60 | 0 | 0.10 | 273.48 | 0.73 | 0.63 |
| Hex | A8 | 5B | E5 | 1B | 3C | 0 | A | 111 | 49 | 3F |
| Octal | 250 | 133 | 345 | 33 | 74 | 0 | 12 | 421 | 111 | 77 |
| Binary | 10101000 | 1011011 | 11100101 | 11011 | 111100 | 0 | 1010 | 100010001 | 1001001 | 111111 |
Color Harmonies of #A85BE5
Complementary color
Monochromatic Colors of #A85BE5
Black with #A85BE5
Text Example
Text Example
White with #A85BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85BE5; }
p { color: rgb(168,91,229); }
H1.HeaderClassName
{
color: #A85BE5;
}
.AnyTagClassName
{
color: #A85BE5;
}
</style>
background-color css
<style>
a { background-color: #A85BE5; }
a { background-color: rgb(168,91,229); }
div.DivClassName
{
background-color: #A85BE5;
}
.BgClassName
{
background-color: #A85BE5;
}
</style>
border-color css
<style>
span { border-color: #A85BE5; }
span { border-color: rgb(168,91,229); }
td.TdClassName
{
border-color: #A85BE5;
}
.TagClassName
{
border-color: #A85BE5;
}
</style>