Shades of Amethyst #A56FDD
Tints of Amethyst #A56FDD
RGB
CMYK
RGB Variations
Color information
#A56FDD (or 0xA56FDD) is known color: Amethyst. HEX triplet: A5, 6F and DD. RGB value is (165,111,221). Sum of RGB (Red+Green+Blue) = 165+111+221=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 111 (43.75% from 255 or 22.33% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #A56FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56FDD is #5A9022. Grayscale: #8B8B8B. Windows color (decimal): -5935139 or 14512037. OLE color: 14512037.
HSL color Cylindrical-coordinate representation of color #A56FDD: hue angle of 269.45º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A56FDD is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 111 | 221 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.13 |
| HSL | 269.45º | 0.62% | 0.65% | - |
| HSV(B) | 269.45º | 0.5% | 0.87% | - |
| XYZ | 34.25 | 24.59 | 71.35 | - |
| YUV | 139.69 | 173.89 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 111 | 221 | 0.25 | 0.50 | 0 | 0.13 | 269.45 | 0.62 | 0.65 |
| Hex | A5 | 6F | DD | 19 | 32 | 0 | D | 10D | 3E | 41 |
| Octal | 245 | 157 | 335 | 31 | 62 | 0 | 15 | 415 | 76 | 101 |
| Binary | 10100101 | 1101111 | 11011101 | 11001 | 110010 | 0 | 1101 | 100001101 | 111110 | 1000001 |
Color Harmonies of #A56FDD
Complementary color
Monochromatic Colors of #A56FDD
Black with #A56FDD
Text Example
Text Example
White with #A56FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56FDD; }
p { color: rgb(165,111,221); }
H1.HeaderClassName
{
color: #A56FDD;
}
.AnyTagClassName
{
color: #A56FDD;
}
</style>
background-color css
<style>
a { background-color: #A56FDD; }
a { background-color: rgb(165,111,221); }
div.DivClassName
{
background-color: #A56FDD;
}
.BgClassName
{
background-color: #A56FDD;
}
</style>
border-color css
<style>
span { border-color: #A56FDD; }
span { border-color: rgb(165,111,221); }
td.TdClassName
{
border-color: #A56FDD;
}
.TagClassName
{
border-color: #A56FDD;
}
</style>