Shades of Amethyst #A071CF
Tints of Amethyst #A071CF
RGB
CMYK
RGB Variations
Color information
#A071CF (or 0xA071CF) is known color: Amethyst. HEX triplet: A0, 71 and CF. RGB value is (160,113,207). Sum of RGB (Red+Green+Blue) = 160+113+207=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 113 (44.53% from 255 or 23.54% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #A071CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A071CF is #5F8E30. Grayscale: #898989. Windows color (decimal): -6262321 or 13595040. OLE color: 13595040.
HSL color Cylindrical-coordinate representation of color #A071CF: hue angle of 270º 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 #A071CF is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 113 | 207 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.19 |
| HSL | 270º | 0.49% | 0.63% | - |
| HSV(B) | 270º | 0.45% | 0.81% | - |
| XYZ | 31.66 | 23.79 | 61.95 | - |
| YUV | 137.77 | 167.07 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 113 | 207 | 0.23 | 0.45 | 0 | 0.19 | 270 | 0.49 | 0.63 |
| Hex | A0 | 71 | CF | 17 | 2D | 0 | 13 | 10E | 31 | 3F |
| Octal | 240 | 161 | 317 | 27 | 55 | 0 | 23 | 416 | 61 | 77 |
| Binary | 10100000 | 1110001 | 11001111 | 10111 | 101101 | 0 | 10011 | 100001110 | 110001 | 111111 |
Color Harmonies of #A071CF
Complementary color
Monochromatic Colors of #A071CF
Black with #A071CF
Text Example
Text Example
White with #A071CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A071CF; }
p { color: rgb(160,113,207); }
H1.HeaderClassName
{
color: #A071CF;
}
.AnyTagClassName
{
color: #A071CF;
}
</style>
background-color css
<style>
a { background-color: #A071CF; }
a { background-color: rgb(160,113,207); }
div.DivClassName
{
background-color: #A071CF;
}
.BgClassName
{
background-color: #A071CF;
}
</style>
border-color css
<style>
span { border-color: #A071CF; }
span { border-color: rgb(160,113,207); }
td.TdClassName
{
border-color: #A071CF;
}
.TagClassName
{
border-color: #A071CF;
}
</style>