Shades of Amethyst #A554DF
Tints of Amethyst #A554DF
RGB
CMYK
RGB Variations
Color information
#A554DF (or 0xA554DF) is known color: Amethyst. HEX triplet: A5, 54 and DF. RGB value is (165,84,223). Sum of RGB (Red+Green+Blue) = 165+84+223=472 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.96% from 472); Green value is 84 (33.20% from 255 or 17.80% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #A554DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A554DF is #5AAB20. Grayscale: #7B7B7B. Windows color (decimal): -5942049 or 14636197. OLE color: 14636197.
HSL color Cylindrical-coordinate representation of color #A554DF: hue angle of 274.96º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A554DF is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 84 | 223 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.13 |
| HSL | 274.96º | 0.68% | 0.6% | - |
| HSV(B) | 274.96º | 0.62% | 0.87% | - |
| XYZ | 32.01 | 19.67 | 71.92 | - |
| YUV | 124.07 | 183.84 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 84 | 223 | 0.26 | 0.62 | 0 | 0.13 | 274.96 | 0.68 | 0.6 |
| Hex | A5 | 54 | DF | 1A | 3E | 0 | D | 113 | 44 | 3C |
| Octal | 245 | 124 | 337 | 32 | 76 | 0 | 15 | 423 | 104 | 74 |
| Binary | 10100101 | 1010100 | 11011111 | 11010 | 111110 | 0 | 1101 | 100010011 | 1000100 | 111100 |
Color Harmonies of #A554DF
Complementary color
Monochromatic Colors of #A554DF
Black with #A554DF
Text Example
Text Example
White with #A554DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A554DF; }
p { color: rgb(165,84,223); }
H1.HeaderClassName
{
color: #A554DF;
}
.AnyTagClassName
{
color: #A554DF;
}
</style>
background-color css
<style>
a { background-color: #A554DF; }
a { background-color: rgb(165,84,223); }
div.DivClassName
{
background-color: #A554DF;
}
.BgClassName
{
background-color: #A554DF;
}
</style>
border-color css
<style>
span { border-color: #A554DF; }
span { border-color: rgb(165,84,223); }
td.TdClassName
{
border-color: #A554DF;
}
.TagClassName
{
border-color: #A554DF;
}
</style>