Shades of Amethyst #A85DD9
Tints of Amethyst #A85DD9
RGB
CMYK
RGB Variations
Color information
#A85DD9 (or 0xA85DD9) is known color: Amethyst. HEX triplet: A8, 5D and D9. RGB value is (168,93,217). Sum of RGB (Red+Green+Blue) = 168+93+217=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 93 (36.72% from 255 or 19.46% from 478); Blue value is 217 (85.16% from 255 or 45.40% from 478); Max value from RGB is 217 - color contains mainly: blue. Hex color #A85DD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85DD9 is #57A226. Grayscale: #818181. Windows color (decimal): -5743143 or 14245288. OLE color: 14245288.
HSL color Cylindrical-coordinate representation of color #A85DD9: hue angle of 276.29º degrees, saturation: 0.62, 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 #A85DD9 is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 93 | 217 | - |
| CMYK | 0.23 | 0.57 | 0 | 0.15 |
| HSL | 276.29º | 0.62% | 0.61% | - |
| HSV(B) | 276.29º | 0.57% | 0.85% | - |
| XYZ | 32.59 | 21.16 | 68.01 | - |
| YUV | 129.56 | 177.35 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 93 | 217 | 0.23 | 0.57 | 0 | 0.15 | 276.29 | 0.62 | 0.61 |
| Hex | A8 | 5D | D9 | 17 | 39 | 0 | F | 114 | 3E | 3D |
| Octal | 250 | 135 | 331 | 27 | 71 | 0 | 17 | 424 | 76 | 75 |
| Binary | 10101000 | 1011101 | 11011001 | 10111 | 111001 | 0 | 1111 | 100010100 | 111110 | 111101 |
Color Harmonies of #A85DD9
Complementary color
Monochromatic Colors of #A85DD9
Black with #A85DD9
Text Example
Text Example
White with #A85DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85DD9; }
p { color: rgb(168,93,217); }
H1.HeaderClassName
{
color: #A85DD9;
}
.AnyTagClassName
{
color: #A85DD9;
}
</style>
background-color css
<style>
a { background-color: #A85DD9; }
a { background-color: rgb(168,93,217); }
div.DivClassName
{
background-color: #A85DD9;
}
.BgClassName
{
background-color: #A85DD9;
}
</style>
border-color css
<style>
span { border-color: #A85DD9; }
span { border-color: rgb(168,93,217); }
td.TdClassName
{
border-color: #A85DD9;
}
.TagClassName
{
border-color: #A85DD9;
}
</style>