Shades of Amethyst #A370D3
Tints of Amethyst #A370D3
RGB
CMYK
RGB Variations
Color information
#A370D3 (or 0xA370D3) is known color: Amethyst. HEX triplet: A3, 70 and D3. RGB value is (163,112,211). Sum of RGB (Red+Green+Blue) = 163+112+211=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 112 (44.14% from 255 or 23.05% from 486); Blue value is 211 (82.81% from 255 or 43.42% from 486); Max value from RGB is 211 - color contains mainly: blue. Hex color #A370D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A370D3 is #5C8F2C. Grayscale: #8A8A8A. Windows color (decimal): -6065965 or 13856931. OLE color: 13856931.
HSL color Cylindrical-coordinate representation of color #A370D3: hue angle of 270.91º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A370D3 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 163 | 112 | 211 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.17 |
| HSL | 270.91º | 0.53% | 0.63% | - |
| HSV(B) | 270.91º | 0.47% | 0.83% | - |
| XYZ | 32.66 | 24.08 | 64.55 | - |
| YUV | 138.54 | 168.9 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 112 | 211 | 0.23 | 0.47 | 0 | 0.17 | 270.91 | 0.53 | 0.63 |
| Hex | A3 | 70 | D3 | 17 | 2F | 0 | 11 | 10F | 35 | 3F |
| Octal | 243 | 160 | 323 | 27 | 57 | 0 | 21 | 417 | 65 | 77 |
| Binary | 10100011 | 1110000 | 11010011 | 10111 | 101111 | 0 | 10001 | 100001111 | 110101 | 111111 |
Color Harmonies of #A370D3
Complementary color
Monochromatic Colors of #A370D3
Black with #A370D3
Text Example
Text Example
White with #A370D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A370D3; }
p { color: rgb(163,112,211); }
H1.HeaderClassName
{
color: #A370D3;
}
.AnyTagClassName
{
color: #A370D3;
}
</style>
background-color css
<style>
a { background-color: #A370D3; }
a { background-color: rgb(163,112,211); }
div.DivClassName
{
background-color: #A370D3;
}
.BgClassName
{
background-color: #A370D3;
}
</style>
border-color css
<style>
span { border-color: #A370D3; }
span { border-color: rgb(163,112,211); }
td.TdClassName
{
border-color: #A370D3;
}
.TagClassName
{
border-color: #A370D3;
}
</style>