Shades of Amethyst #A154EE
Tints of Amethyst #A154EE
RGB
CMYK
RGB Variations
Color information
#A154EE (or 0xA154EE) is known color: Amethyst. HEX triplet: A1, 54 and EE. RGB value is (161,84,238). Sum of RGB (Red+Green+Blue) = 161+84+238=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 84 (33.20% from 255 or 17.39% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #A154EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A154EE is #5EAB11. Grayscale: #7C7C7C. Windows color (decimal): -6204178 or 15619233. OLE color: 15619233.
HSL color Cylindrical-coordinate representation of color #A154EE: hue angle of 270º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A154EE is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 84 | 238 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.07 |
| HSL | 270º | 0.82% | 0.63% | - |
| HSV(B) | 270º | 0.65% | 0.93% | - |
| XYZ | 33.3 | 20.09 | 83.01 | - |
| YUV | 124.58 | 192.01 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 84 | 238 | 0.32 | 0.65 | 0 | 0.07 | 270 | 0.82 | 0.63 |
| Hex | A1 | 54 | EE | 20 | 41 | 0 | 7 | 10E | 52 | 3F |
| Octal | 241 | 124 | 356 | 40 | 101 | 0 | 7 | 416 | 122 | 77 |
| Binary | 10100001 | 1010100 | 11101110 | 100000 | 1000001 | 0 | 111 | 100001110 | 1010010 | 111111 |
Color Harmonies of #A154EE
Complementary color
Monochromatic Colors of #A154EE
Black with #A154EE
Text Example
Text Example
White with #A154EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A154EE; }
p { color: rgb(161,84,238); }
H1.HeaderClassName
{
color: #A154EE;
}
.AnyTagClassName
{
color: #A154EE;
}
</style>
background-color css
<style>
a { background-color: #A154EE; }
a { background-color: rgb(161,84,238); }
div.DivClassName
{
background-color: #A154EE;
}
.BgClassName
{
background-color: #A154EE;
}
</style>
border-color css
<style>
span { border-color: #A154EE; }
span { border-color: rgb(161,84,238); }
td.TdClassName
{
border-color: #A154EE;
}
.TagClassName
{
border-color: #A154EE;
}
</style>