Shades of Amethyst #A570D4
Tints of Amethyst #A570D4
RGB
CMYK
RGB Variations
Color information
#A570D4 (or 0xA570D4) is known color: Amethyst. HEX triplet: A5, 70 and D4. RGB value is (165,112,212). Sum of RGB (Red+Green+Blue) = 165+112+212=489 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.74% from 489); Green value is 112 (44.14% from 255 or 22.90% from 489); Blue value is 212 (83.20% from 255 or 43.35% from 489); Max value from RGB is 212 - color contains mainly: blue. Hex color #A570D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A570D4 is #5A8F2B. Grayscale: #8A8A8A. Windows color (decimal): -5934892 or 13922469. OLE color: 13922469.
HSL color Cylindrical-coordinate representation of color #A570D4: hue angle of 271.8º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A570D4 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 165 | 112 | 212 | - |
| CMYK | 0.22 | 0.47 | 0 | 0.17 |
| HSL | 271.8º | 0.54% | 0.64% | - |
| HSV(B) | 271.8º | 0.47% | 0.83% | - |
| XYZ | 33.19 | 24.34 | 65.24 | - |
| YUV | 139.25 | 169.06 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 112 | 212 | 0.22 | 0.47 | 0 | 0.17 | 271.8 | 0.54 | 0.64 |
| Hex | A5 | 70 | D4 | 16 | 2F | 0 | 11 | 110 | 36 | 40 |
| Octal | 245 | 160 | 324 | 26 | 57 | 0 | 21 | 420 | 66 | 100 |
| Binary | 10100101 | 1110000 | 11010100 | 10110 | 101111 | 0 | 10001 | 100010000 | 110110 | 1000000 |
Color Harmonies of #A570D4
Complementary color
Monochromatic Colors of #A570D4
Black with #A570D4
Text Example
Text Example
White with #A570D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A570D4; }
p { color: rgb(165,112,212); }
H1.HeaderClassName
{
color: #A570D4;
}
.AnyTagClassName
{
color: #A570D4;
}
</style>
background-color css
<style>
a { background-color: #A570D4; }
a { background-color: rgb(165,112,212); }
div.DivClassName
{
background-color: #A570D4;
}
.BgClassName
{
background-color: #A570D4;
}
</style>
border-color css
<style>
span { border-color: #A570D4; }
span { border-color: rgb(165,112,212); }
td.TdClassName
{
border-color: #A570D4;
}
.TagClassName
{
border-color: #A570D4;
}
</style>