Shades of Amethyst #A85BE2
Tints of Amethyst #A85BE2
RGB
CMYK
RGB Variations
Color information
#A85BE2 (or 0xA85BE2) is known color: Amethyst. HEX triplet: A8, 5B and E2. RGB value is (168,91,226). Sum of RGB (Red+Green+Blue) = 168+91+226=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 91 (35.94% from 255 or 18.76% from 485); Blue value is 226 (88.67% from 255 or 46.60% from 485); Max value from RGB is 226 - color contains mainly: blue. Hex color #A85BE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85BE2 is #57A41D. Grayscale: #808080. Windows color (decimal): -5743646 or 14834600. OLE color: 14834600.
HSL color Cylindrical-coordinate representation of color #A85BE2: hue angle of 274.22º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A85BE2 is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 91 | 226 | - |
| CMYK | 0.26 | 0.60 | 0 | 0.11 |
| HSL | 274.22º | 0.7% | 0.62% | - |
| HSV(B) | 274.22º | 0.6% | 0.89% | - |
| XYZ | 33.62 | 21.3 | 74.29 | - |
| YUV | 129.41 | 182.51 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 91 | 226 | 0.26 | 0.60 | 0 | 0.11 | 274.22 | 0.7 | 0.62 |
| Hex | A8 | 5B | E2 | 1A | 3C | 0 | B | 112 | 46 | 3E |
| Octal | 250 | 133 | 342 | 32 | 74 | 0 | 13 | 422 | 106 | 76 |
| Binary | 10101000 | 1011011 | 11100010 | 11010 | 111100 | 0 | 1011 | 100010010 | 1000110 | 111110 |
Color Harmonies of #A85BE2
Complementary color
Monochromatic Colors of #A85BE2
Black with #A85BE2
Text Example
Text Example
White with #A85BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85BE2; }
p { color: rgb(168,91,226); }
H1.HeaderClassName
{
color: #A85BE2;
}
.AnyTagClassName
{
color: #A85BE2;
}
</style>
background-color css
<style>
a { background-color: #A85BE2; }
a { background-color: rgb(168,91,226); }
div.DivClassName
{
background-color: #A85BE2;
}
.BgClassName
{
background-color: #A85BE2;
}
</style>
border-color css
<style>
span { border-color: #A85BE2; }
span { border-color: rgb(168,91,226); }
td.TdClassName
{
border-color: #A85BE2;
}
.TagClassName
{
border-color: #A85BE2;
}
</style>