Shades of Amethyst #A561DC
Tints of Amethyst #A561DC
RGB
CMYK
RGB Variations
Color information
#A561DC (or 0xA561DC) is known color: Amethyst. HEX triplet: A5, 61 and DC. RGB value is (165,97,220). Sum of RGB (Red+Green+Blue) = 165+97+220=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 97 (38.28% from 255 or 20.12% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #A561DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A561DC is #5A9E23. Grayscale: #828282. Windows color (decimal): -5938724 or 14442917. OLE color: 14442917.
HSL color Cylindrical-coordinate representation of color #A561DC: hue angle of 273.17º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A561DC is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 97 | 220 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.14 |
| HSL | 273.17º | 0.64% | 0.62% | - |
| HSV(B) | 273.17º | 0.56% | 0.86% | - |
| XYZ | 32.71 | 21.72 | 70.18 | - |
| YUV | 131.35 | 178.03 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 97 | 220 | 0.25 | 0.56 | 0 | 0.14 | 273.17 | 0.64 | 0.62 |
| Hex | A5 | 61 | DC | 19 | 38 | 0 | E | 111 | 40 | 3E |
| Octal | 245 | 141 | 334 | 31 | 70 | 0 | 16 | 421 | 100 | 76 |
| Binary | 10100101 | 1100001 | 11011100 | 11001 | 111000 | 0 | 1110 | 100010001 | 1000000 | 111110 |
Color Harmonies of #A561DC
Complementary color
Monochromatic Colors of #A561DC
Black with #A561DC
Text Example
Text Example
White with #A561DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A561DC; }
p { color: rgb(165,97,220); }
H1.HeaderClassName
{
color: #A561DC;
}
.AnyTagClassName
{
color: #A561DC;
}
</style>
background-color css
<style>
a { background-color: #A561DC; }
a { background-color: rgb(165,97,220); }
div.DivClassName
{
background-color: #A561DC;
}
.BgClassName
{
background-color: #A561DC;
}
</style>
border-color css
<style>
span { border-color: #A561DC; }
span { border-color: rgb(165,97,220); }
td.TdClassName
{
border-color: #A561DC;
}
.TagClassName
{
border-color: #A561DC;
}
</style>