Shades of Amethyst #A95DE8
Tints of Amethyst #A95DE8
RGB
CMYK
RGB Variations
Color information
#A95DE8 (or 0xA95DE8) is known color: Amethyst. HEX triplet: A9, 5D and E8. RGB value is (169,93,232). Sum of RGB (Red+Green+Blue) = 169+93+232=494 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.21% from 494); Green value is 93 (36.72% from 255 or 18.83% from 494); Blue value is 232 (91.02% from 255 or 46.96% from 494); Max value from RGB is 232 - color contains mainly: blue. Hex color #A95DE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A95DE8 is #56A217. Grayscale: #838383. Windows color (decimal): -5677592 or 15228329. OLE color: 15228329.
HSL color Cylindrical-coordinate representation of color #A95DE8: hue angle of 272.81º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A95DE8 is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 169 | 93 | 232 | - |
| CMYK | 0.27 | 0.60 | 0 | 0.09 |
| HSL | 272.81º | 0.75% | 0.64% | - |
| HSV(B) | 272.81º | 0.6% | 0.91% | - |
| XYZ | 34.84 | 22.09 | 78.77 | - |
| YUV | 131.57 | 184.68 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 93 | 232 | 0.27 | 0.60 | 0 | 0.09 | 272.81 | 0.75 | 0.64 |
| Hex | A9 | 5D | E8 | 1B | 3C | 0 | 9 | 111 | 4B | 40 |
| Octal | 251 | 135 | 350 | 33 | 74 | 0 | 11 | 421 | 113 | 100 |
| Binary | 10101001 | 1011101 | 11101000 | 11011 | 111100 | 0 | 1001 | 100010001 | 1001011 | 1000000 |
Color Harmonies of #A95DE8
Complementary color
Monochromatic Colors of #A95DE8
Black with #A95DE8
Text Example
Text Example
White with #A95DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95DE8; }
p { color: rgb(169,93,232); }
H1.HeaderClassName
{
color: #A95DE8;
}
.AnyTagClassName
{
color: #A95DE8;
}
</style>
background-color css
<style>
a { background-color: #A95DE8; }
a { background-color: rgb(169,93,232); }
div.DivClassName
{
background-color: #A95DE8;
}
.BgClassName
{
background-color: #A95DE8;
}
</style>
border-color css
<style>
span { border-color: #A95DE8; }
span { border-color: rgb(169,93,232); }
td.TdClassName
{
border-color: #A95DE8;
}
.TagClassName
{
border-color: #A95DE8;
}
</style>