Shades of Amethyst #A251EE
Tints of Amethyst #A251EE
RGB
CMYK
RGB Variations
Color information
#A251EE (or 0xA251EE) is known color: Amethyst. HEX triplet: A2, 51 and EE. RGB value is (162,81,238). Sum of RGB (Red+Green+Blue) = 162+81+238=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 81 (32.03% from 255 or 16.84% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 238 - color contains mainly: blue. Hex color #A251EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A251EE is #5DAE11. Grayscale: #7A7A7A. Windows color (decimal): -6139410 or 15618466. OLE color: 15618466.
HSL color Cylindrical-coordinate representation of color #A251EE: hue angle of 270.96º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A251EE is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 81 | 238 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.07 |
| HSL | 270.96º | 0.82% | 0.63% | - |
| HSV(B) | 270.96º | 0.66% | 0.93% | - |
| XYZ | 33.28 | 19.74 | 82.95 | - |
| YUV | 123.12 | 192.84 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 81 | 238 | 0.32 | 0.66 | 0 | 0.07 | 270.96 | 0.82 | 0.63 |
| Hex | A2 | 51 | EE | 20 | 42 | 0 | 7 | 10F | 52 | 3F |
| Octal | 242 | 121 | 356 | 40 | 102 | 0 | 7 | 417 | 122 | 77 |
| Binary | 10100010 | 1010001 | 11101110 | 100000 | 1000010 | 0 | 111 | 100001111 | 1010010 | 111111 |
Color Harmonies of #A251EE
Complementary color
Monochromatic Colors of #A251EE
Black with #A251EE
Text Example
Text Example
White with #A251EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A251EE; }
p { color: rgb(162,81,238); }
H1.HeaderClassName
{
color: #A251EE;
}
.AnyTagClassName
{
color: #A251EE;
}
</style>
background-color css
<style>
a { background-color: #A251EE; }
a { background-color: rgb(162,81,238); }
div.DivClassName
{
background-color: #A251EE;
}
.BgClassName
{
background-color: #A251EE;
}
</style>
border-color css
<style>
span { border-color: #A251EE; }
span { border-color: rgb(162,81,238); }
td.TdClassName
{
border-color: #A251EE;
}
.TagClassName
{
border-color: #A251EE;
}
</style>