Shades of Amethyst #A370D2
Tints of Amethyst #A370D2
RGB
CMYK
RGB Variations
Color information
#A370D2 (or 0xA370D2) is known color: Amethyst. HEX triplet: A3, 70 and D2. RGB value is (163,112,210). Sum of RGB (Red+Green+Blue) = 163+112+210=485 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.61% from 485); Green value is 112 (44.14% from 255 or 23.09% from 485); Blue value is 210 (82.42% from 255 or 43.30% from 485); Max value from RGB is 210 - color contains mainly: blue. Hex color #A370D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A370D2 is #5C8F2D. Grayscale: #8A8A8A. Windows color (decimal): -6065966 or 13791395. OLE color: 13791395.
HSL color Cylindrical-coordinate representation of color #A370D2: hue angle of 271.22º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A370D2 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 112 | 210 | - |
| CMYK | 0.22 | 0.47 | 0 | 0.18 |
| HSL | 271.22º | 0.52% | 0.63% | - |
| HSV(B) | 271.22º | 0.47% | 0.82% | - |
| XYZ | 32.53 | 24.03 | 63.9 | - |
| YUV | 138.42 | 168.4 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 112 | 210 | 0.22 | 0.47 | 0 | 0.18 | 271.22 | 0.52 | 0.63 |
| Hex | A3 | 70 | D2 | 16 | 2F | 0 | 12 | 10F | 34 | 3F |
| Octal | 243 | 160 | 322 | 26 | 57 | 0 | 22 | 417 | 64 | 77 |
| Binary | 10100011 | 1110000 | 11010010 | 10110 | 101111 | 0 | 10010 | 100001111 | 110100 | 111111 |
Color Harmonies of #A370D2
Complementary color
Monochromatic Colors of #A370D2
Black with #A370D2
Text Example
Text Example
White with #A370D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A370D2; }
p { color: rgb(163,112,210); }
H1.HeaderClassName
{
color: #A370D2;
}
.AnyTagClassName
{
color: #A370D2;
}
</style>
background-color css
<style>
a { background-color: #A370D2; }
a { background-color: rgb(163,112,210); }
div.DivClassName
{
background-color: #A370D2;
}
.BgClassName
{
background-color: #A370D2;
}
</style>
border-color css
<style>
span { border-color: #A370D2; }
span { border-color: rgb(163,112,210); }
td.TdClassName
{
border-color: #A370D2;
}
.TagClassName
{
border-color: #A370D2;
}
</style>