Shades of Amethyst #A85AE0
Tints of Amethyst #A85AE0
RGB
CMYK
RGB Variations
Color information
#A85AE0 (or 0xA85AE0) is known color: Amethyst. HEX triplet: A8, 5A and E0. RGB value is (168,90,224). Sum of RGB (Red+Green+Blue) = 168+90+224=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 90 (35.55% from 255 or 18.67% from 482); Blue value is 224 (87.89% from 255 or 46.47% from 482); Max value from RGB is 224 - color contains mainly: blue. Hex color #A85AE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85AE0 is #57A51F. Grayscale: #808080. Windows color (decimal): -5743904 or 14703272. OLE color: 14703272.
HSL color Cylindrical-coordinate representation of color #A85AE0: hue angle of 274.93º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A85AE0 is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 90 | 224 | - |
| CMYK | 0.25 | 0.60 | 0 | 0.12 |
| HSL | 274.93º | 0.68% | 0.62% | - |
| HSV(B) | 274.93º | 0.6% | 0.88% | - |
| XYZ | 33.26 | 21.02 | 72.83 | - |
| YUV | 128.6 | 181.84 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 90 | 224 | 0.25 | 0.60 | 0 | 0.12 | 274.93 | 0.68 | 0.62 |
| Hex | A8 | 5A | E0 | 19 | 3C | 0 | C | 113 | 44 | 3E |
| Octal | 250 | 132 | 340 | 31 | 74 | 0 | 14 | 423 | 104 | 76 |
| Binary | 10101000 | 1011010 | 11100000 | 11001 | 111100 | 0 | 1100 | 100010011 | 1000100 | 111110 |
Color Harmonies of #A85AE0
Complementary color
Monochromatic Colors of #A85AE0
Black with #A85AE0
Text Example
Text Example
White with #A85AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85AE0; }
p { color: rgb(168,90,224); }
H1.HeaderClassName
{
color: #A85AE0;
}
.AnyTagClassName
{
color: #A85AE0;
}
</style>
background-color css
<style>
a { background-color: #A85AE0; }
a { background-color: rgb(168,90,224); }
div.DivClassName
{
background-color: #A85AE0;
}
.BgClassName
{
background-color: #A85AE0;
}
</style>
border-color css
<style>
span { border-color: #A85AE0; }
span { border-color: rgb(168,90,224); }
td.TdClassName
{
border-color: #A85AE0;
}
.TagClassName
{
border-color: #A85AE0;
}
</style>