Shades of Amethyst #A95DDC
Tints of Amethyst #A95DDC
RGB
CMYK
RGB Variations
Color information
#A95DDC (or 0xA95DDC) is known color: Amethyst. HEX triplet: A9, 5D and DC. RGB value is (169,93,220). Sum of RGB (Red+Green+Blue) = 169+93+220=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 93 (36.72% from 255 or 19.29% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #A95DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95DDC is #56A223. Grayscale: #818181. Windows color (decimal): -5677604 or 14441897. OLE color: 14441897.
HSL color Cylindrical-coordinate representation of color #A95DDC: hue angle of 275.91º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A95DDC is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 93 | 220 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.14 |
| HSL | 275.91º | 0.64% | 0.61% | - |
| HSV(B) | 275.91º | 0.58% | 0.86% | - |
| XYZ | 33.19 | 21.43 | 70.1 | - |
| YUV | 130.2 | 178.68 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 93 | 220 | 0.23 | 0.58 | 0 | 0.14 | 275.91 | 0.64 | 0.61 |
| Hex | A9 | 5D | DC | 17 | 3A | 0 | E | 114 | 40 | 3D |
| Octal | 251 | 135 | 334 | 27 | 72 | 0 | 16 | 424 | 100 | 75 |
| Binary | 10101001 | 1011101 | 11011100 | 10111 | 111010 | 0 | 1110 | 100010100 | 1000000 | 111101 |
Color Harmonies of #A95DDC
Complementary color
Monochromatic Colors of #A95DDC
Black with #A95DDC
Text Example
Text Example
White with #A95DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95DDC; }
p { color: rgb(169,93,220); }
H1.HeaderClassName
{
color: #A95DDC;
}
.AnyTagClassName
{
color: #A95DDC;
}
</style>
background-color css
<style>
a { background-color: #A95DDC; }
a { background-color: rgb(169,93,220); }
div.DivClassName
{
background-color: #A95DDC;
}
.BgClassName
{
background-color: #A95DDC;
}
</style>
border-color css
<style>
span { border-color: #A95DDC; }
span { border-color: rgb(169,93,220); }
td.TdClassName
{
border-color: #A95DDC;
}
.TagClassName
{
border-color: #A95DDC;
}
</style>