Shades of Amethyst #A263CF
Tints of Amethyst #A263CF
RGB
CMYK
RGB Variations
Color information
#A263CF (or 0xA263CF) is known color: Amethyst. HEX triplet: A2, 63 and CF. RGB value is (162,99,207). Sum of RGB (Red+Green+Blue) = 162+99+207=468 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.62% from 468); Green value is 99 (39.06% from 255 or 21.15% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #A263CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A263CF is #5D9C30. Grayscale: #818181. Windows color (decimal): -6134833 or 13591458. OLE color: 13591458.
HSL color Cylindrical-coordinate representation of color #A263CF: hue angle of 275º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A263CF is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 99 | 207 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.19 |
| HSL | 275º | 0.53% | 0.6% | - |
| HSV(B) | 275º | 0.52% | 0.81% | - |
| XYZ | 30.62 | 21.11 | 61.49 | - |
| YUV | 130.15 | 171.37 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 99 | 207 | 0.22 | 0.52 | 0 | 0.19 | 275 | 0.53 | 0.6 |
| Hex | A2 | 63 | CF | 16 | 34 | 0 | 13 | 113 | 35 | 3C |
| Octal | 242 | 143 | 317 | 26 | 64 | 0 | 23 | 423 | 65 | 74 |
| Binary | 10100010 | 1100011 | 11001111 | 10110 | 110100 | 0 | 10011 | 100010011 | 110101 | 111100 |
Color Harmonies of #A263CF
Complementary color
Monochromatic Colors of #A263CF
Black with #A263CF
Text Example
Text Example
White with #A263CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A263CF; }
p { color: rgb(162,99,207); }
H1.HeaderClassName
{
color: #A263CF;
}
.AnyTagClassName
{
color: #A263CF;
}
</style>
background-color css
<style>
a { background-color: #A263CF; }
a { background-color: rgb(162,99,207); }
div.DivClassName
{
background-color: #A263CF;
}
.BgClassName
{
background-color: #A263CF;
}
</style>
border-color css
<style>
span { border-color: #A263CF; }
span { border-color: rgb(162,99,207); }
td.TdClassName
{
border-color: #A263CF;
}
.TagClassName
{
border-color: #A263CF;
}
</style>