Shades of Amethyst #A763E2
Tints of Amethyst #A763E2
RGB
CMYK
RGB Variations
Color information
#A763E2 (or 0xA763E2) is known color: Amethyst. HEX triplet: A7, 63 and E2. RGB value is (167,99,226). Sum of RGB (Red+Green+Blue) = 167+99+226=492 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.94% from 492); Green value is 99 (39.06% from 255 or 20.12% from 492); Blue value is 226 (88.67% from 255 or 45.93% from 492); Max value from RGB is 226 - color contains mainly: blue. Hex color #A763E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A763E2 is #589C1D. Grayscale: #858585. Windows color (decimal): -5807134 or 14836647. OLE color: 14836647.
HSL color Cylindrical-coordinate representation of color #A763E2: hue angle of 272.13º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A763E2 is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 167 | 99 | 226 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.11 |
| HSL | 272.13º | 0.69% | 0.64% | - |
| HSV(B) | 272.13º | 0.56% | 0.89% | - |
| XYZ | 34.13 | 22.63 | 74.52 | - |
| YUV | 133.81 | 180.03 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 99 | 226 | 0.26 | 0.56 | 0 | 0.11 | 272.13 | 0.69 | 0.64 |
| Hex | A7 | 63 | E2 | 1A | 38 | 0 | B | 110 | 45 | 40 |
| Octal | 247 | 143 | 342 | 32 | 70 | 0 | 13 | 420 | 105 | 100 |
| Binary | 10100111 | 1100011 | 11100010 | 11010 | 111000 | 0 | 1011 | 100010000 | 1000101 | 1000000 |
Color Harmonies of #A763E2
Complementary color
Monochromatic Colors of #A763E2
Black with #A763E2
Text Example
Text Example
White with #A763E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A763E2; }
p { color: rgb(167,99,226); }
H1.HeaderClassName
{
color: #A763E2;
}
.AnyTagClassName
{
color: #A763E2;
}
</style>
background-color css
<style>
a { background-color: #A763E2; }
a { background-color: rgb(167,99,226); }
div.DivClassName
{
background-color: #A763E2;
}
.BgClassName
{
background-color: #A763E2;
}
</style>
border-color css
<style>
span { border-color: #A763E2; }
span { border-color: rgb(167,99,226); }
td.TdClassName
{
border-color: #A763E2;
}
.TagClassName
{
border-color: #A763E2;
}
</style>