Shades of Amethyst #A361DA
Tints of Amethyst #A361DA
RGB
CMYK
RGB Variations
Color information
#A361DA (or 0xA361DA) is known color: Amethyst. HEX triplet: A3, 61 and DA. RGB value is (163,97,218). Sum of RGB (Red+Green+Blue) = 163+97+218=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 97 (38.28% from 255 or 20.29% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #A361DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A361DA is #5C9E25. Grayscale: #828282. Windows color (decimal): -6069798 or 14311843. OLE color: 14311843.
HSL color Cylindrical-coordinate representation of color #A361DA: hue angle of 272.73º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A361DA is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 97 | 218 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.15 |
| HSL | 272.73º | 0.62% | 0.62% | - |
| HSV(B) | 272.73º | 0.56% | 0.85% | - |
| XYZ | 32.03 | 21.4 | 68.77 | - |
| YUV | 130.53 | 177.37 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 97 | 218 | 0.25 | 0.56 | 0 | 0.15 | 272.73 | 0.62 | 0.62 |
| Hex | A3 | 61 | DA | 19 | 38 | 0 | F | 111 | 3E | 3E |
| Octal | 243 | 141 | 332 | 31 | 70 | 0 | 17 | 421 | 76 | 76 |
| Binary | 10100011 | 1100001 | 11011010 | 11001 | 111000 | 0 | 1111 | 100010001 | 111110 | 111110 |
Color Harmonies of #A361DA
Complementary color
Monochromatic Colors of #A361DA
Black with #A361DA
Text Example
Text Example
White with #A361DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A361DA; }
p { color: rgb(163,97,218); }
H1.HeaderClassName
{
color: #A361DA;
}
.AnyTagClassName
{
color: #A361DA;
}
</style>
background-color css
<style>
a { background-color: #A361DA; }
a { background-color: rgb(163,97,218); }
div.DivClassName
{
background-color: #A361DA;
}
.BgClassName
{
background-color: #A361DA;
}
</style>
border-color css
<style>
span { border-color: #A361DA; }
span { border-color: rgb(163,97,218); }
td.TdClassName
{
border-color: #A361DA;
}
.TagClassName
{
border-color: #A361DA;
}
</style>