Shades of Amethyst #A453EA
Tints of Amethyst #A453EA
RGB
CMYK
RGB Variations
Color information
#A453EA (or 0xA453EA) is known color: Amethyst. HEX triplet: A4, 53 and EA. RGB value is (164,83,234). Sum of RGB (Red+Green+Blue) = 164+83+234=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 83 (32.81% from 255 or 17.26% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #A453EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A453EA is #5BAC15. Grayscale: #7B7B7B. Windows color (decimal): -6007830 or 15356836. OLE color: 15356836.
HSL color Cylindrical-coordinate representation of color #A453EA: hue angle of 272.19º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A453EA is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 83 | 234 | - |
| CMYK | 0.30 | 0.65 | 0 | 0.08 |
| HSL | 272.19º | 0.78% | 0.62% | - |
| HSV(B) | 272.19º | 0.65% | 0.92% | - |
| XYZ | 33.25 | 20.02 | 79.95 | - |
| YUV | 124.43 | 189.84 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 83 | 234 | 0.30 | 0.65 | 0 | 0.08 | 272.19 | 0.78 | 0.62 |
| Hex | A4 | 53 | EA | 1E | 41 | 0 | 8 | 110 | 4E | 3E |
| Octal | 244 | 123 | 352 | 36 | 101 | 0 | 10 | 420 | 116 | 76 |
| Binary | 10100100 | 1010011 | 11101010 | 11110 | 1000001 | 0 | 1000 | 100010000 | 1001110 | 111110 |
Color Harmonies of #A453EA
Complementary color
Monochromatic Colors of #A453EA
Black with #A453EA
Text Example
Text Example
White with #A453EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A453EA; }
p { color: rgb(164,83,234); }
H1.HeaderClassName
{
color: #A453EA;
}
.AnyTagClassName
{
color: #A453EA;
}
</style>
background-color css
<style>
a { background-color: #A453EA; }
a { background-color: rgb(164,83,234); }
div.DivClassName
{
background-color: #A453EA;
}
.BgClassName
{
background-color: #A453EA;
}
</style>
border-color css
<style>
span { border-color: #A453EA; }
span { border-color: rgb(164,83,234); }
td.TdClassName
{
border-color: #A453EA;
}
.TagClassName
{
border-color: #A453EA;
}
</style>