Shades of Amethyst #A557EE
Tints of Amethyst #A557EE
RGB
CMYK
RGB Variations
Color information
#A557EE (or 0xA557EE) is known color: Amethyst. HEX triplet: A5, 57 and EE. RGB value is (165,87,238). Sum of RGB (Red+Green+Blue) = 165+87+238=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 87 (34.38% from 255 or 17.76% from 490); Blue value is 238 (93.36% from 255 or 48.57% from 490); Max value from RGB is 238 - color contains mainly: blue. Hex color #A557EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A557EE is #5AA811. Grayscale: #7F7F7F. Windows color (decimal): -5941266 or 15620005. OLE color: 15620005.
HSL color Cylindrical-coordinate representation of color #A557EE: hue angle of 270.99º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A557EE is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 87 | 238 | - |
| CMYK | 0.31 | 0.63 | 0 | 0.07 |
| HSL | 270.99º | 0.82% | 0.64% | - |
| HSV(B) | 270.99º | 0.63% | 0.93% | - |
| XYZ | 34.36 | 20.99 | 83.13 | - |
| YUV | 127.54 | 190.34 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 87 | 238 | 0.31 | 0.63 | 0 | 0.07 | 270.99 | 0.82 | 0.64 |
| Hex | A5 | 57 | EE | 1F | 3F | 0 | 7 | 10F | 52 | 40 |
| Octal | 245 | 127 | 356 | 37 | 77 | 0 | 7 | 417 | 122 | 100 |
| Binary | 10100101 | 1010111 | 11101110 | 11111 | 111111 | 0 | 111 | 100001111 | 1010010 | 1000000 |
Color Harmonies of #A557EE
Complementary color
Monochromatic Colors of #A557EE
Black with #A557EE
Text Example
Text Example
White with #A557EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A557EE; }
p { color: rgb(165,87,238); }
H1.HeaderClassName
{
color: #A557EE;
}
.AnyTagClassName
{
color: #A557EE;
}
</style>
background-color css
<style>
a { background-color: #A557EE; }
a { background-color: rgb(165,87,238); }
div.DivClassName
{
background-color: #A557EE;
}
.BgClassName
{
background-color: #A557EE;
}
</style>
border-color css
<style>
span { border-color: #A557EE; }
span { border-color: rgb(165,87,238); }
td.TdClassName
{
border-color: #A557EE;
}
.TagClassName
{
border-color: #A557EE;
}
</style>