Shades of Amethyst #A270C7
Tints of Amethyst #A270C7
RGB
CMYK
RGB Variations
Color information
#A270C7 (or 0xA270C7) is known color: Amethyst. HEX triplet: A2, 70 and C7. RGB value is (162,112,199). Sum of RGB (Red+Green+Blue) = 162+112+199=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 199 (78.12% from 255 or 42.07% from 473); Max value from RGB is 199 - color contains mainly: blue. Hex color #A270C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A270C7 is #5D8F38. Grayscale: #888888. Windows color (decimal): -6131513 or 13070498. OLE color: 13070498.
HSL color Cylindrical-coordinate representation of color #A270C7: hue angle of 274.48º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A270C7 is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 112 | 199 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.22 |
| HSL | 274.48º | 0.44% | 0.61% | - |
| HSV(B) | 274.48º | 0.44% | 0.78% | - |
| XYZ | 31 | 23.39 | 56.91 | - |
| YUV | 136.87 | 163.07 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 112 | 199 | 0.19 | 0.44 | 0 | 0.22 | 274.48 | 0.44 | 0.61 |
| Hex | A2 | 70 | C7 | 13 | 2C | 0 | 16 | 112 | 2C | 3D |
| Octal | 242 | 160 | 307 | 23 | 54 | 0 | 26 | 422 | 54 | 75 |
| Binary | 10100010 | 1110000 | 11000111 | 10011 | 101100 | 0 | 10110 | 100010010 | 101100 | 111101 |
Color Harmonies of #A270C7
Complementary color
Monochromatic Colors of #A270C7
Black with #A270C7
Text Example
Text Example
White with #A270C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A270C7; }
p { color: rgb(162,112,199); }
H1.HeaderClassName
{
color: #A270C7;
}
.AnyTagClassName
{
color: #A270C7;
}
</style>
background-color css
<style>
a { background-color: #A270C7; }
a { background-color: rgb(162,112,199); }
div.DivClassName
{
background-color: #A270C7;
}
.BgClassName
{
background-color: #A270C7;
}
</style>
border-color css
<style>
span { border-color: #A270C7; }
span { border-color: rgb(162,112,199); }
td.TdClassName
{
border-color: #A270C7;
}
.TagClassName
{
border-color: #A270C7;
}
</style>