Shades of Amethyst #A05CE4
Tints of Amethyst #A05CE4
RGB
CMYK
RGB Variations
Color information
#A05CE4 (or 0xA05CE4) is known color: Amethyst. HEX triplet: A0, 5C and E4. RGB value is (160,92,228). Sum of RGB (Red+Green+Blue) = 160+92+228=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 92 (36.33% from 255 or 19.17% from 480); Blue value is 228 (89.45% from 255 or 47.5% from 480); Max value from RGB is 228 - color contains mainly: blue. Hex color #A05CE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05CE4 is #5FA31B. Grayscale: #7F7F7F. Windows color (decimal): -6267676 or 14965920. OLE color: 14965920.
HSL color Cylindrical-coordinate representation of color #A05CE4: hue angle of 270º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A05CE4 is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 92 | 228 | - |
| CMYK | 0.30 | 0.60 | 0 | 0.11 |
| HSL | 270º | 0.72% | 0.63% | - |
| HSV(B) | 270º | 0.6% | 0.89% | - |
| XYZ | 32.33 | 20.73 | 75.7 | - |
| YUV | 127.84 | 184.53 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 92 | 228 | 0.30 | 0.60 | 0 | 0.11 | 270 | 0.72 | 0.63 |
| Hex | A0 | 5C | E4 | 1E | 3C | 0 | B | 10E | 48 | 3F |
| Octal | 240 | 134 | 344 | 36 | 74 | 0 | 13 | 416 | 110 | 77 |
| Binary | 10100000 | 1011100 | 11100100 | 11110 | 111100 | 0 | 1011 | 100001110 | 1001000 | 111111 |
Color Harmonies of #A05CE4
Complementary color
Monochromatic Colors of #A05CE4
Black with #A05CE4
Text Example
Text Example
White with #A05CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05CE4; }
p { color: rgb(160,92,228); }
H1.HeaderClassName
{
color: #A05CE4;
}
.AnyTagClassName
{
color: #A05CE4;
}
</style>
background-color css
<style>
a { background-color: #A05CE4; }
a { background-color: rgb(160,92,228); }
div.DivClassName
{
background-color: #A05CE4;
}
.BgClassName
{
background-color: #A05CE4;
}
</style>
border-color css
<style>
span { border-color: #A05CE4; }
span { border-color: rgb(160,92,228); }
td.TdClassName
{
border-color: #A05CE4;
}
.TagClassName
{
border-color: #A05CE4;
}
</style>