Shades of Amethyst #A271CF
Tints of Amethyst #A271CF
RGB
CMYK
RGB Variations
Color information
#A271CF (or 0xA271CF) is known color: Amethyst. HEX triplet: A2, 71 and CF. RGB value is (162,113,207). Sum of RGB (Red+Green+Blue) = 162+113+207=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 113 (44.53% from 255 or 23.44% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #A271CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A271CF is #5D8E30. Grayscale: #8A8A8A. Windows color (decimal): -6131249 or 13595042. OLE color: 13595042.
HSL color Cylindrical-coordinate representation of color #A271CF: hue angle of 271.28º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A271CF is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 113 | 207 | - |
| CMYK | 0.22 | 0.45 | 0 | 0.19 |
| HSL | 271.28º | 0.49% | 0.63% | - |
| HSV(B) | 271.28º | 0.45% | 0.81% | - |
| XYZ | 32.07 | 24 | 61.97 | - |
| YUV | 138.37 | 166.73 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 113 | 207 | 0.22 | 0.45 | 0 | 0.19 | 271.28 | 0.49 | 0.63 |
| Hex | A2 | 71 | CF | 16 | 2D | 0 | 13 | 10F | 31 | 3F |
| Octal | 242 | 161 | 317 | 26 | 55 | 0 | 23 | 417 | 61 | 77 |
| Binary | 10100010 | 1110001 | 11001111 | 10110 | 101101 | 0 | 10011 | 100001111 | 110001 | 111111 |
Color Harmonies of #A271CF
Complementary color
Monochromatic Colors of #A271CF
Black with #A271CF
Text Example
Text Example
White with #A271CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A271CF; }
p { color: rgb(162,113,207); }
H1.HeaderClassName
{
color: #A271CF;
}
.AnyTagClassName
{
color: #A271CF;
}
</style>
background-color css
<style>
a { background-color: #A271CF; }
a { background-color: rgb(162,113,207); }
div.DivClassName
{
background-color: #A271CF;
}
.BgClassName
{
background-color: #A271CF;
}
</style>
border-color css
<style>
span { border-color: #A271CF; }
span { border-color: rgb(162,113,207); }
td.TdClassName
{
border-color: #A271CF;
}
.TagClassName
{
border-color: #A271CF;
}
</style>