Shades of Amethyst #A557DF
Tints of Amethyst #A557DF
RGB
CMYK
RGB Variations
Color information
#A557DF (or 0xA557DF) is known color: Amethyst. HEX triplet: A5, 57 and DF. RGB value is (165,87,223). Sum of RGB (Red+Green+Blue) = 165+87+223=475 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.74% from 475); Green value is 87 (34.38% from 255 or 18.32% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #A557DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A557DF is #5AA820. Grayscale: #7D7D7D. Windows color (decimal): -5941281 or 14636965. OLE color: 14636965.
HSL color Cylindrical-coordinate representation of color #A557DF: hue angle of 274.41º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A557DF is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 87 | 223 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.13 |
| HSL | 274.41º | 0.68% | 0.61% | - |
| HSV(B) | 274.41º | 0.61% | 0.87% | - |
| XYZ | 32.24 | 20.14 | 72 | - |
| YUV | 125.83 | 182.84 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 87 | 223 | 0.26 | 0.61 | 0 | 0.13 | 274.41 | 0.68 | 0.61 |
| Hex | A5 | 57 | DF | 1A | 3D | 0 | D | 112 | 44 | 3D |
| Octal | 245 | 127 | 337 | 32 | 75 | 0 | 15 | 422 | 104 | 75 |
| Binary | 10100101 | 1010111 | 11011111 | 11010 | 111101 | 0 | 1101 | 100010010 | 1000100 | 111101 |
Color Harmonies of #A557DF
Complementary color
Monochromatic Colors of #A557DF
Black with #A557DF
Text Example
Text Example
White with #A557DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A557DF; }
p { color: rgb(165,87,223); }
H1.HeaderClassName
{
color: #A557DF;
}
.AnyTagClassName
{
color: #A557DF;
}
</style>
background-color css
<style>
a { background-color: #A557DF; }
a { background-color: rgb(165,87,223); }
div.DivClassName
{
background-color: #A557DF;
}
.BgClassName
{
background-color: #A557DF;
}
</style>
border-color css
<style>
span { border-color: #A557DF; }
span { border-color: rgb(165,87,223); }
td.TdClassName
{
border-color: #A557DF;
}
.TagClassName
{
border-color: #A557DF;
}
</style>