Shades of Amethyst #A85AE2
Tints of Amethyst #A85AE2
RGB
CMYK
RGB Variations
Color information
#A85AE2 (or 0xA85AE2) is known color: Amethyst. HEX triplet: A8, 5A and E2. RGB value is (168,90,226). Sum of RGB (Red+Green+Blue) = 168+90+226=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 90 (35.55% from 255 or 18.60% from 484); Blue value is 226 (88.67% from 255 or 46.69% from 484); Max value from RGB is 226 - color contains mainly: blue. Hex color #A85AE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85AE2 is #57A51D. Grayscale: #808080. Windows color (decimal): -5743902 or 14834344. OLE color: 14834344.
HSL color Cylindrical-coordinate representation of color #A85AE2: hue angle of 274.41º 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 #A85AE2 is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 90 | 226 | - |
| CMYK | 0.26 | 0.60 | 0 | 0.11 |
| HSL | 274.41º | 0.7% | 0.62% | - |
| HSV(B) | 274.41º | 0.6% | 0.89% | - |
| XYZ | 33.53 | 21.13 | 74.26 | - |
| YUV | 128.83 | 182.84 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 90 | 226 | 0.26 | 0.60 | 0 | 0.11 | 274.41 | 0.7 | 0.62 |
| Hex | A8 | 5A | E2 | 1A | 3C | 0 | B | 112 | 46 | 3E |
| Octal | 250 | 132 | 342 | 32 | 74 | 0 | 13 | 422 | 106 | 76 |
| Binary | 10101000 | 1011010 | 11100010 | 11010 | 111100 | 0 | 1011 | 100010010 | 1000110 | 111110 |
Color Harmonies of #A85AE2
Complementary color
Monochromatic Colors of #A85AE2
Black with #A85AE2
Text Example
Text Example
White with #A85AE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85AE2; }
p { color: rgb(168,90,226); }
H1.HeaderClassName
{
color: #A85AE2;
}
.AnyTagClassName
{
color: #A85AE2;
}
</style>
background-color css
<style>
a { background-color: #A85AE2; }
a { background-color: rgb(168,90,226); }
div.DivClassName
{
background-color: #A85AE2;
}
.BgClassName
{
background-color: #A85AE2;
}
</style>
border-color css
<style>
span { border-color: #A85AE2; }
span { border-color: rgb(168,90,226); }
td.TdClassName
{
border-color: #A85AE2;
}
.TagClassName
{
border-color: #A85AE2;
}
</style>