Shades of Amethyst #A370DA
Tints of Amethyst #A370DA
RGB
CMYK
RGB Variations
Color information
#A370DA (or 0xA370DA) is known color: Amethyst. HEX triplet: A3, 70 and DA. RGB value is (163,112,218). Sum of RGB (Red+Green+Blue) = 163+112+218=493 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.06% from 493); Green value is 112 (44.14% from 255 or 22.72% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #A370DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A370DA is #5C8F25. Grayscale: #8A8A8A. Windows color (decimal): -6065958 or 14315683. OLE color: 14315683.
HSL color Cylindrical-coordinate representation of color #A370DA: hue angle of 268.87º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A370DA is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 112 | 218 | - |
| CMYK | 0.25 | 0.49 | 0 | 0.15 |
| HSL | 268.87º | 0.59% | 0.65% | - |
| HSV(B) | 268.87º | 0.49% | 0.85% | - |
| XYZ | 33.55 | 24.44 | 69.28 | - |
| YUV | 139.33 | 172.4 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 112 | 218 | 0.25 | 0.49 | 0 | 0.15 | 268.87 | 0.59 | 0.65 |
| Hex | A3 | 70 | DA | 19 | 31 | 0 | F | 10D | 3B | 41 |
| Octal | 243 | 160 | 332 | 31 | 61 | 0 | 17 | 415 | 73 | 101 |
| Binary | 10100011 | 1110000 | 11011010 | 11001 | 110001 | 0 | 1111 | 100001101 | 111011 | 1000001 |
Color Harmonies of #A370DA
Complementary color
Monochromatic Colors of #A370DA
Black with #A370DA
Text Example
Text Example
White with #A370DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A370DA; }
p { color: rgb(163,112,218); }
H1.HeaderClassName
{
color: #A370DA;
}
.AnyTagClassName
{
color: #A370DA;
}
</style>
background-color css
<style>
a { background-color: #A370DA; }
a { background-color: rgb(163,112,218); }
div.DivClassName
{
background-color: #A370DA;
}
.BgClassName
{
background-color: #A370DA;
}
</style>
border-color css
<style>
span { border-color: #A370DA; }
span { border-color: rgb(163,112,218); }
td.TdClassName
{
border-color: #A370DA;
}
.TagClassName
{
border-color: #A370DA;
}
</style>