Shades of Amethyst #A95DEB
Tints of Amethyst #A95DEB
RGB
CMYK
RGB Variations
Color information
#A95DEB (or 0xA95DEB) is known color: Amethyst. HEX triplet: A9, 5D and EB. RGB value is (169,93,235). Sum of RGB (Red+Green+Blue) = 169+93+235=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 93 (36.72% from 255 or 18.71% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 235 - color contains mainly: blue. Hex color #A95DEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A95DEB is #56A214. Grayscale: #838383. Windows color (decimal): -5677589 or 15424937. OLE color: 15424937.
HSL color Cylindrical-coordinate representation of color #A95DEB: hue angle of 272.11º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A95DEB is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 169 | 93 | 235 | - |
| CMYK | 0.28 | 0.60 | 0 | 0.08 |
| HSL | 272.11º | 0.78% | 0.64% | - |
| HSV(B) | 272.11º | 0.6% | 0.92% | - |
| XYZ | 35.27 | 22.26 | 81.04 | - |
| YUV | 131.91 | 186.18 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 93 | 235 | 0.28 | 0.60 | 0 | 0.08 | 272.11 | 0.78 | 0.64 |
| Hex | A9 | 5D | EB | 1C | 3C | 0 | 8 | 110 | 4E | 40 |
| Octal | 251 | 135 | 353 | 34 | 74 | 0 | 10 | 420 | 116 | 100 |
| Binary | 10101001 | 1011101 | 11101011 | 11100 | 111100 | 0 | 1000 | 100010000 | 1001110 | 1000000 |
Color Harmonies of #A95DEB
Complementary color
Monochromatic Colors of #A95DEB
Black with #A95DEB
Text Example
Text Example
White with #A95DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95DEB; }
p { color: rgb(169,93,235); }
H1.HeaderClassName
{
color: #A95DEB;
}
.AnyTagClassName
{
color: #A95DEB;
}
</style>
background-color css
<style>
a { background-color: #A95DEB; }
a { background-color: rgb(169,93,235); }
div.DivClassName
{
background-color: #A95DEB;
}
.BgClassName
{
background-color: #A95DEB;
}
</style>
border-color css
<style>
span { border-color: #A95DEB; }
span { border-color: rgb(169,93,235); }
td.TdClassName
{
border-color: #A95DEB;
}
.TagClassName
{
border-color: #A95DEB;
}
</style>