Shades of Amethyst #A95CE5
Tints of Amethyst #A95CE5
RGB
CMYK
RGB Variations
Color information
#A95CE5 (or 0xA95CE5) is known color: Amethyst. HEX triplet: A9, 5C and E5. RGB value is (169,92,229). Sum of RGB (Red+Green+Blue) = 169+92+229=490 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.49% from 490); Green value is 92 (36.33% from 255 or 18.78% from 490); Blue value is 229 (89.84% from 255 or 46.73% from 490); Max value from RGB is 229 - color contains mainly: blue. Hex color #A95CE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95CE5 is #56A31A. Grayscale: #828282. Windows color (decimal): -5677851 or 15031465. OLE color: 15031465.
HSL color Cylindrical-coordinate representation of color #A95CE5: hue angle of 273.72º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A95CE5 is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 169 | 92 | 229 | - |
| CMYK | 0.26 | 0.60 | 0 | 0.10 |
| HSL | 273.72º | 0.72% | 0.63% | - |
| HSV(B) | 273.72º | 0.6% | 0.9% | - |
| XYZ | 34.33 | 21.75 | 76.52 | - |
| YUV | 130.64 | 183.51 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 92 | 229 | 0.26 | 0.60 | 0 | 0.10 | 273.72 | 0.72 | 0.63 |
| Hex | A9 | 5C | E5 | 1A | 3C | 0 | A | 112 | 48 | 3F |
| Octal | 251 | 134 | 345 | 32 | 74 | 0 | 12 | 422 | 110 | 77 |
| Binary | 10101001 | 1011100 | 11100101 | 11010 | 111100 | 0 | 1010 | 100010010 | 1001000 | 111111 |
Color Harmonies of #A95CE5
Complementary color
Monochromatic Colors of #A95CE5
Black with #A95CE5
Text Example
Text Example
White with #A95CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95CE5; }
p { color: rgb(169,92,229); }
H1.HeaderClassName
{
color: #A95CE5;
}
.AnyTagClassName
{
color: #A95CE5;
}
</style>
background-color css
<style>
a { background-color: #A95CE5; }
a { background-color: rgb(169,92,229); }
div.DivClassName
{
background-color: #A95CE5;
}
.BgClassName
{
background-color: #A95CE5;
}
</style>
border-color css
<style>
span { border-color: #A95CE5; }
span { border-color: rgb(169,92,229); }
td.TdClassName
{
border-color: #A95CE5;
}
.TagClassName
{
border-color: #A95CE5;
}
</style>