Shades of Amethyst #A257CF
Tints of Amethyst #A257CF
RGB
CMYK
RGB Variations
Color information
#A257CF (or 0xA257CF) is known color: Amethyst. HEX triplet: A2, 57 and CF. RGB value is (162,87,207). Sum of RGB (Red+Green+Blue) = 162+87+207=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 87 (34.38% from 255 or 19.08% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #A257CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A257CF is #5DA830. Grayscale: #7A7A7A. Windows color (decimal): -6137905 or 13588386. OLE color: 13588386.
HSL color Cylindrical-coordinate representation of color #A257CF: hue angle of 277.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A257CF is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 87 | 207 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.19 |
| HSL | 277.5º | 0.56% | 0.58% | - |
| HSV(B) | 277.5º | 0.58% | 0.81% | - |
| XYZ | 29.57 | 19 | 61.14 | - |
| YUV | 123.11 | 175.35 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 87 | 207 | 0.22 | 0.58 | 0 | 0.19 | 277.5 | 0.56 | 0.58 |
| Hex | A2 | 57 | CF | 16 | 3A | 0 | 13 | 116 | 38 | 3A |
| Octal | 242 | 127 | 317 | 26 | 72 | 0 | 23 | 426 | 70 | 72 |
| Binary | 10100010 | 1010111 | 11001111 | 10110 | 111010 | 0 | 10011 | 100010110 | 111000 | 111010 |
Color Harmonies of #A257CF
Complementary color
Monochromatic Colors of #A257CF
Black with #A257CF
Text Example
Text Example
White with #A257CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A257CF; }
p { color: rgb(162,87,207); }
H1.HeaderClassName
{
color: #A257CF;
}
.AnyTagClassName
{
color: #A257CF;
}
</style>
background-color css
<style>
a { background-color: #A257CF; }
a { background-color: rgb(162,87,207); }
div.DivClassName
{
background-color: #A257CF;
}
.BgClassName
{
background-color: #A257CF;
}
</style>
border-color css
<style>
span { border-color: #A257CF; }
span { border-color: rgb(162,87,207); }
td.TdClassName
{
border-color: #A257CF;
}
.TagClassName
{
border-color: #A257CF;
}
</style>