Shades of Amethyst #A85ADD
Tints of Amethyst #A85ADD
RGB
CMYK
RGB Variations
Color information
#A85ADD (or 0xA85ADD) is known color: Amethyst. HEX triplet: A8, 5A and DD. RGB value is (168,90,221). Sum of RGB (Red+Green+Blue) = 168+90+221=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 90 (35.55% from 255 or 18.79% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #A85ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85ADD is #57A522. Grayscale: #7F7F7F. Windows color (decimal): -5743907 or 14506664. OLE color: 14506664.
HSL color Cylindrical-coordinate representation of color #A85ADD: hue angle of 275.73º degrees, saturation: 0.66, 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 #A85ADD is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 90 | 221 | - |
| CMYK | 0.24 | 0.59 | 0 | 0.13 |
| HSL | 275.73º | 0.66% | 0.61% | - |
| HSV(B) | 275.73º | 0.59% | 0.87% | - |
| XYZ | 32.86 | 20.86 | 70.7 | - |
| YUV | 128.26 | 180.34 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 90 | 221 | 0.24 | 0.59 | 0 | 0.13 | 275.73 | 0.66 | 0.61 |
| Hex | A8 | 5A | DD | 18 | 3B | 0 | D | 114 | 42 | 3D |
| Octal | 250 | 132 | 335 | 30 | 73 | 0 | 15 | 424 | 102 | 75 |
| Binary | 10101000 | 1011010 | 11011101 | 11000 | 111011 | 0 | 1101 | 100010100 | 1000010 | 111101 |
Color Harmonies of #A85ADD
Complementary color
Monochromatic Colors of #A85ADD
Black with #A85ADD
Text Example
Text Example
White with #A85ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85ADD; }
p { color: rgb(168,90,221); }
H1.HeaderClassName
{
color: #A85ADD;
}
.AnyTagClassName
{
color: #A85ADD;
}
</style>
background-color css
<style>
a { background-color: #A85ADD; }
a { background-color: rgb(168,90,221); }
div.DivClassName
{
background-color: #A85ADD;
}
.BgClassName
{
background-color: #A85ADD;
}
</style>
border-color css
<style>
span { border-color: #A85ADD; }
span { border-color: rgb(168,90,221); }
td.TdClassName
{
border-color: #A85ADD;
}
.TagClassName
{
border-color: #A85ADD;
}
</style>