Shades of Amethyst #A45FE6
Tints of Amethyst #A45FE6
RGB
CMYK
RGB Variations
Color information
#A45FE6 (or 0xA45FE6) is known color: Amethyst. HEX triplet: A4, 5F and E6. RGB value is (164,95,230). Sum of RGB (Red+Green+Blue) = 164+95+230=489 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.54% from 489); Green value is 95 (37.5% from 255 or 19.43% from 489); Blue value is 230 (90.23% from 255 or 47.03% from 489); Max value from RGB is 230 - color contains mainly: blue. Hex color #A45FE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45FE6 is #5BA019. Grayscale: #828282. Windows color (decimal): -6004762 or 15097764. OLE color: 15097764.
HSL color Cylindrical-coordinate representation of color #A45FE6: hue angle of 270.67º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A45FE6 is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 95 | 230 | - |
| CMYK | 0.29 | 0.59 | 0 | 0.10 |
| HSL | 270.67º | 0.73% | 0.64% | - |
| HSV(B) | 270.67º | 0.59% | 0.9% | - |
| XYZ | 33.68 | 21.79 | 77.29 | - |
| YUV | 131.02 | 183.86 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 95 | 230 | 0.29 | 0.59 | 0 | 0.10 | 270.67 | 0.73 | 0.64 |
| Hex | A4 | 5F | E6 | 1D | 3B | 0 | A | 10F | 49 | 40 |
| Octal | 244 | 137 | 346 | 35 | 73 | 0 | 12 | 417 | 111 | 100 |
| Binary | 10100100 | 1011111 | 11100110 | 11101 | 111011 | 0 | 1010 | 100001111 | 1001001 | 1000000 |
Color Harmonies of #A45FE6
Complementary color
Monochromatic Colors of #A45FE6
Black with #A45FE6
Text Example
Text Example
White with #A45FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45FE6; }
p { color: rgb(164,95,230); }
H1.HeaderClassName
{
color: #A45FE6;
}
.AnyTagClassName
{
color: #A45FE6;
}
</style>
background-color css
<style>
a { background-color: #A45FE6; }
a { background-color: rgb(164,95,230); }
div.DivClassName
{
background-color: #A45FE6;
}
.BgClassName
{
background-color: #A45FE6;
}
</style>
border-color css
<style>
span { border-color: #A45FE6; }
span { border-color: rgb(164,95,230); }
td.TdClassName
{
border-color: #A45FE6;
}
.TagClassName
{
border-color: #A45FE6;
}
</style>