Shades of Amethyst #A360DA
Tints of Amethyst #A360DA
RGB
CMYK
RGB Variations
Color information
#A360DA (or 0xA360DA) is known color: Amethyst. HEX triplet: A3, 60 and DA. RGB value is (163,96,218). Sum of RGB (Red+Green+Blue) = 163+96+218=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #A360DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A360DA is #5C9F25. Grayscale: #818181. Windows color (decimal): -6070054 or 14311587. OLE color: 14311587.
HSL color Cylindrical-coordinate representation of color #A360DA: hue angle of 272.95º 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 #A360DA is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 96 | 218 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.15 |
| HSL | 272.95º | 0.62% | 0.62% | - |
| HSV(B) | 272.95º | 0.56% | 0.85% | - |
| XYZ | 31.94 | 21.21 | 68.74 | - |
| YUV | 129.94 | 177.7 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 96 | 218 | 0.25 | 0.56 | 0 | 0.15 | 272.95 | 0.62 | 0.62 |
| Hex | A3 | 60 | DA | 19 | 38 | 0 | F | 111 | 3E | 3E |
| Octal | 243 | 140 | 332 | 31 | 70 | 0 | 17 | 421 | 76 | 76 |
| Binary | 10100011 | 1100000 | 11011010 | 11001 | 111000 | 0 | 1111 | 100010001 | 111110 | 111110 |
Color Harmonies of #A360DA
Complementary color
Monochromatic Colors of #A360DA
Black with #A360DA
Text Example
Text Example
White with #A360DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A360DA; }
p { color: rgb(163,96,218); }
H1.HeaderClassName
{
color: #A360DA;
}
.AnyTagClassName
{
color: #A360DA;
}
</style>
background-color css
<style>
a { background-color: #A360DA; }
a { background-color: rgb(163,96,218); }
div.DivClassName
{
background-color: #A360DA;
}
.BgClassName
{
background-color: #A360DA;
}
</style>
border-color css
<style>
span { border-color: #A360DA; }
span { border-color: rgb(163,96,218); }
td.TdClassName
{
border-color: #A360DA;
}
.TagClassName
{
border-color: #A360DA;
}
</style>