Shades of Amethyst #A254E2
Tints of Amethyst #A254E2
RGB
CMYK
RGB Variations
Color information
#A254E2 (or 0xA254E2) is known color: Amethyst. HEX triplet: A2, 54 and E2. RGB value is (162,84,226). Sum of RGB (Red+Green+Blue) = 162+84+226=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 84 (33.20% from 255 or 17.80% from 472); Blue value is 226 (88.67% from 255 or 47.88% from 472); Max value from RGB is 226 - color contains mainly: blue. Hex color #A254E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A254E2 is #5DAB1D. Grayscale: #7B7B7B. Windows color (decimal): -6138654 or 14832802. OLE color: 14832802.
HSL color Cylindrical-coordinate representation of color #A254E2: hue angle of 272.96º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A254E2 is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 84 | 226 | - |
| CMYK | 0.28 | 0.63 | 0 | 0.11 |
| HSL | 272.96º | 0.71% | 0.61% | - |
| HSV(B) | 272.96º | 0.63% | 0.89% | - |
| XYZ | 31.8 | 19.51 | 74.04 | - |
| YUV | 123.51 | 185.84 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 84 | 226 | 0.28 | 0.63 | 0 | 0.11 | 272.96 | 0.71 | 0.61 |
| Hex | A2 | 54 | E2 | 1C | 3F | 0 | B | 111 | 47 | 3D |
| Octal | 242 | 124 | 342 | 34 | 77 | 0 | 13 | 421 | 107 | 75 |
| Binary | 10100010 | 1010100 | 11100010 | 11100 | 111111 | 0 | 1011 | 100010001 | 1000111 | 111101 |
Color Harmonies of #A254E2
Complementary color
Monochromatic Colors of #A254E2
Black with #A254E2
Text Example
Text Example
White with #A254E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A254E2; }
p { color: rgb(162,84,226); }
H1.HeaderClassName
{
color: #A254E2;
}
.AnyTagClassName
{
color: #A254E2;
}
</style>
background-color css
<style>
a { background-color: #A254E2; }
a { background-color: rgb(162,84,226); }
div.DivClassName
{
background-color: #A254E2;
}
.BgClassName
{
background-color: #A254E2;
}
</style>
border-color css
<style>
span { border-color: #A254E2; }
span { border-color: rgb(162,84,226); }
td.TdClassName
{
border-color: #A254E2;
}
.TagClassName
{
border-color: #A254E2;
}
</style>