Shades of Amethyst #A070C6
Tints of Amethyst #A070C6
RGB
CMYK
RGB Variations
Color information
#A070C6 (or 0xA070C6) is known color: Amethyst. HEX triplet: A0, 70 and C6. RGB value is (160,112,198). Sum of RGB (Red+Green+Blue) = 160+112+198=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 198 (77.73% from 255 or 42.13% from 470); Max value from RGB is 198 - color contains mainly: blue. Hex color #A070C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A070C6 is #5F8F39. Grayscale: #878787. Windows color (decimal): -6262586 or 13004960. OLE color: 13004960.
HSL color Cylindrical-coordinate representation of color #A070C6: hue angle of 273.49º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A070C6 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 112 | 198 | - |
| CMYK | 0.19 | 0.43 | 0 | 0.22 |
| HSL | 273.49º | 0.43% | 0.61% | - |
| HSV(B) | 273.49º | 0.43% | 0.78% | - |
| XYZ | 30.48 | 23.14 | 56.29 | - |
| YUV | 136.16 | 162.9 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 112 | 198 | 0.19 | 0.43 | 0 | 0.22 | 273.49 | 0.43 | 0.61 |
| Hex | A0 | 70 | C6 | 13 | 2B | 0 | 16 | 111 | 2B | 3D |
| Octal | 240 | 160 | 306 | 23 | 53 | 0 | 26 | 421 | 53 | 75 |
| Binary | 10100000 | 1110000 | 11000110 | 10011 | 101011 | 0 | 10110 | 100010001 | 101011 | 111101 |
Color Harmonies of #A070C6
Complementary color
Monochromatic Colors of #A070C6
Black with #A070C6
Text Example
Text Example
White with #A070C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A070C6; }
p { color: rgb(160,112,198); }
H1.HeaderClassName
{
color: #A070C6;
}
.AnyTagClassName
{
color: #A070C6;
}
</style>
background-color css
<style>
a { background-color: #A070C6; }
a { background-color: rgb(160,112,198); }
div.DivClassName
{
background-color: #A070C6;
}
.BgClassName
{
background-color: #A070C6;
}
</style>
border-color css
<style>
span { border-color: #A070C6; }
span { border-color: rgb(160,112,198); }
td.TdClassName
{
border-color: #A070C6;
}
.TagClassName
{
border-color: #A070C6;
}
</style>