Shades of Amethyst #A95CDA
Tints of Amethyst #A95CDA
RGB
CMYK
RGB Variations
Color information
#A95CDA (or 0xA95CDA) is known color: Amethyst. HEX triplet: A9, 5C and DA. RGB value is (169,92,218). Sum of RGB (Red+Green+Blue) = 169+92+218=479 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.28% from 479); Green value is 92 (36.33% from 255 or 19.21% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #A95CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95CDA is #56A325. Grayscale: #808080. Windows color (decimal): -5677862 or 14310569. OLE color: 14310569.
HSL color Cylindrical-coordinate representation of color #A95CDA: hue angle of 276.67º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A95CDA is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 92 | 218 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.15 |
| HSL | 276.67º | 0.63% | 0.61% | - |
| HSV(B) | 276.67º | 0.58% | 0.85% | - |
| XYZ | 32.84 | 21.15 | 68.68 | - |
| YUV | 129.39 | 178.01 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 92 | 218 | 0.22 | 0.58 | 0 | 0.15 | 276.67 | 0.63 | 0.61 |
| Hex | A9 | 5C | DA | 16 | 3A | 0 | F | 115 | 3F | 3D |
| Octal | 251 | 134 | 332 | 26 | 72 | 0 | 17 | 425 | 77 | 75 |
| Binary | 10101001 | 1011100 | 11011010 | 10110 | 111010 | 0 | 1111 | 100010101 | 111111 | 111101 |
Color Harmonies of #A95CDA
Complementary color
Monochromatic Colors of #A95CDA
Black with #A95CDA
Text Example
Text Example
White with #A95CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95CDA; }
p { color: rgb(169,92,218); }
H1.HeaderClassName
{
color: #A95CDA;
}
.AnyTagClassName
{
color: #A95CDA;
}
</style>
background-color css
<style>
a { background-color: #A95CDA; }
a { background-color: rgb(169,92,218); }
div.DivClassName
{
background-color: #A95CDA;
}
.BgClassName
{
background-color: #A95CDA;
}
</style>
border-color css
<style>
span { border-color: #A95CDA; }
span { border-color: rgb(169,92,218); }
td.TdClassName
{
border-color: #A95CDA;
}
.TagClassName
{
border-color: #A95CDA;
}
</style>