Shades of Amethyst #A85ADE
Tints of Amethyst #A85ADE
RGB
CMYK
RGB Variations
Color information
#A85ADE (or 0xA85ADE) is known color: Amethyst. HEX triplet: A8, 5A and DE. RGB value is (168,90,222). Sum of RGB (Red+Green+Blue) = 168+90+222=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 90 (35.55% from 255 or 18.75% from 480); Blue value is 222 (87.11% from 255 or 46.25% from 480); Max value from RGB is 222 - color contains mainly: blue. Hex color #A85ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85ADE is #57A521. Grayscale: #7F7F7F. Windows color (decimal): -5743906 or 14572200. OLE color: 14572200.
HSL color Cylindrical-coordinate representation of color #A85ADE: hue angle of 275.45º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A85ADE is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 90 | 222 | - |
| CMYK | 0.24 | 0.59 | 0 | 0.13 |
| HSL | 275.45º | 0.67% | 0.61% | - |
| HSV(B) | 275.45º | 0.59% | 0.87% | - |
| XYZ | 32.99 | 20.91 | 71.4 | - |
| YUV | 128.37 | 180.84 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 90 | 222 | 0.24 | 0.59 | 0 | 0.13 | 275.45 | 0.67 | 0.61 |
| Hex | A8 | 5A | DE | 18 | 3B | 0 | D | 113 | 43 | 3D |
| Octal | 250 | 132 | 336 | 30 | 73 | 0 | 15 | 423 | 103 | 75 |
| Binary | 10101000 | 1011010 | 11011110 | 11000 | 111011 | 0 | 1101 | 100010011 | 1000011 | 111101 |
Color Harmonies of #A85ADE
Complementary color
Monochromatic Colors of #A85ADE
Black with #A85ADE
Text Example
Text Example
White with #A85ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85ADE; }
p { color: rgb(168,90,222); }
H1.HeaderClassName
{
color: #A85ADE;
}
.AnyTagClassName
{
color: #A85ADE;
}
</style>
background-color css
<style>
a { background-color: #A85ADE; }
a { background-color: rgb(168,90,222); }
div.DivClassName
{
background-color: #A85ADE;
}
.BgClassName
{
background-color: #A85ADE;
}
</style>
border-color css
<style>
span { border-color: #A85ADE; }
span { border-color: rgb(168,90,222); }
td.TdClassName
{
border-color: #A85ADE;
}
.TagClassName
{
border-color: #A85ADE;
}
</style>