Shades of Amethyst #A270D4
Tints of Amethyst #A270D4
RGB
CMYK
RGB Variations
Color information
#A270D4 (or 0xA270D4) is known color: Amethyst. HEX triplet: A2, 70 and D4. RGB value is (162,112,212). Sum of RGB (Red+Green+Blue) = 162+112+212=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 112 (44.14% from 255 or 23.05% from 486); Blue value is 212 (83.20% from 255 or 43.62% from 486); Max value from RGB is 212 - color contains mainly: blue. Hex color #A270D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A270D4 is #5D8F2B. Grayscale: #8A8A8A. Windows color (decimal): -6131500 or 13922466. OLE color: 13922466.
HSL color Cylindrical-coordinate representation of color #A270D4: hue angle of 270º 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 #A270D4 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 112 | 212 | - |
| CMYK | 0.24 | 0.47 | 0 | 0.17 |
| HSL | 270º | 0.54% | 0.64% | - |
| HSV(B) | 270º | 0.47% | 0.83% | - |
| XYZ | 32.58 | 24.02 | 65.21 | - |
| YUV | 138.35 | 169.57 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 112 | 212 | 0.24 | 0.47 | 0 | 0.17 | 270 | 0.54 | 0.64 |
| Hex | A2 | 70 | D4 | 18 | 2F | 0 | 11 | 10E | 36 | 40 |
| Octal | 242 | 160 | 324 | 30 | 57 | 0 | 21 | 416 | 66 | 100 |
| Binary | 10100010 | 1110000 | 11010100 | 11000 | 101111 | 0 | 10001 | 100001110 | 110110 | 1000000 |
Color Harmonies of #A270D4
Complementary color
Monochromatic Colors of #A270D4
Black with #A270D4
Text Example
Text Example
White with #A270D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A270D4; }
p { color: rgb(162,112,212); }
H1.HeaderClassName
{
color: #A270D4;
}
.AnyTagClassName
{
color: #A270D4;
}
</style>
background-color css
<style>
a { background-color: #A270D4; }
a { background-color: rgb(162,112,212); }
div.DivClassName
{
background-color: #A270D4;
}
.BgClassName
{
background-color: #A270D4;
}
</style>
border-color css
<style>
span { border-color: #A270D4; }
span { border-color: rgb(162,112,212); }
td.TdClassName
{
border-color: #A270D4;
}
.TagClassName
{
border-color: #A270D4;
}
</style>