Shades of Amethyst #A361DC
Tints of Amethyst #A361DC
RGB
CMYK
RGB Variations
Color information
#A361DC (or 0xA361DC) is known color: Amethyst. HEX triplet: A3, 61 and DC. RGB value is (163,97,220). Sum of RGB (Red+Green+Blue) = 163+97+220=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 97 (38.28% from 255 or 20.21% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #A361DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A361DC is #5C9E23. Grayscale: #828282. Windows color (decimal): -6069796 or 14442915. OLE color: 14442915.
HSL color Cylindrical-coordinate representation of color #A361DC: hue angle of 272.2º 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 #A361DC is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 97 | 220 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.14 |
| HSL | 272.2º | 0.64% | 0.62% | - |
| HSV(B) | 272.2º | 0.56% | 0.86% | - |
| XYZ | 32.3 | 21.5 | 70.16 | - |
| YUV | 130.76 | 178.37 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 97 | 220 | 0.26 | 0.56 | 0 | 0.14 | 272.2 | 0.64 | 0.62 |
| Hex | A3 | 61 | DC | 1A | 38 | 0 | E | 110 | 40 | 3E |
| Octal | 243 | 141 | 334 | 32 | 70 | 0 | 16 | 420 | 100 | 76 |
| Binary | 10100011 | 1100001 | 11011100 | 11010 | 111000 | 0 | 1110 | 100010000 | 1000000 | 111110 |
Color Harmonies of #A361DC
Complementary color
Monochromatic Colors of #A361DC
Black with #A361DC
Text Example
Text Example
White with #A361DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A361DC; }
p { color: rgb(163,97,220); }
H1.HeaderClassName
{
color: #A361DC;
}
.AnyTagClassName
{
color: #A361DC;
}
</style>
background-color css
<style>
a { background-color: #A361DC; }
a { background-color: rgb(163,97,220); }
div.DivClassName
{
background-color: #A361DC;
}
.BgClassName
{
background-color: #A361DC;
}
</style>
border-color css
<style>
span { border-color: #A361DC; }
span { border-color: rgb(163,97,220); }
td.TdClassName
{
border-color: #A361DC;
}
.TagClassName
{
border-color: #A361DC;
}
</style>