Shades of Amethyst #A85DD8
Tints of Amethyst #A85DD8
RGB
CMYK
RGB Variations
Color information
#A85DD8 (or 0xA85DD8) is known color: Amethyst. HEX triplet: A8, 5D and D8. RGB value is (168,93,216). Sum of RGB (Red+Green+Blue) = 168+93+216=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 93 (36.72% from 255 or 19.50% from 477); Blue value is 216 (84.77% from 255 or 45.28% from 477); Max value from RGB is 216 - color contains mainly: blue. Hex color #A85DD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85DD8 is #57A227. Grayscale: #818181. Windows color (decimal): -5743144 or 14179752. OLE color: 14179752.
HSL color Cylindrical-coordinate representation of color #A85DD8: hue angle of 276.59º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A85DD8 is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 93 | 216 | - |
| CMYK | 0.22 | 0.57 | 0 | 0.15 |
| HSL | 276.59º | 0.61% | 0.61% | - |
| HSV(B) | 276.59º | 0.57% | 0.85% | - |
| XYZ | 32.46 | 21.11 | 67.33 | - |
| YUV | 129.45 | 176.85 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 93 | 216 | 0.22 | 0.57 | 0 | 0.15 | 276.59 | 0.61 | 0.61 |
| Hex | A8 | 5D | D8 | 16 | 39 | 0 | F | 115 | 3D | 3D |
| Octal | 250 | 135 | 330 | 26 | 71 | 0 | 17 | 425 | 75 | 75 |
| Binary | 10101000 | 1011101 | 11011000 | 10110 | 111001 | 0 | 1111 | 100010101 | 111101 | 111101 |
Color Harmonies of #A85DD8
Complementary color
Monochromatic Colors of #A85DD8
Black with #A85DD8
Text Example
Text Example
White with #A85DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85DD8; }
p { color: rgb(168,93,216); }
H1.HeaderClassName
{
color: #A85DD8;
}
.AnyTagClassName
{
color: #A85DD8;
}
</style>
background-color css
<style>
a { background-color: #A85DD8; }
a { background-color: rgb(168,93,216); }
div.DivClassName
{
background-color: #A85DD8;
}
.BgClassName
{
background-color: #A85DD8;
}
</style>
border-color css
<style>
span { border-color: #A85DD8; }
span { border-color: rgb(168,93,216); }
td.TdClassName
{
border-color: #A85DD8;
}
.TagClassName
{
border-color: #A85DD8;
}
</style>