Shades of Amethyst #A761E2
Tints of Amethyst #A761E2
RGB
CMYK
RGB Variations
Color information
#A761E2 (or 0xA761E2) is known color: Amethyst. HEX triplet: A7, 61 and E2. RGB value is (167,97,226). Sum of RGB (Red+Green+Blue) = 167+97+226=490 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.08% from 490); Green value is 97 (38.28% from 255 or 19.80% from 490); Blue value is 226 (88.67% from 255 or 46.12% from 490); Max value from RGB is 226 - color contains mainly: blue. Hex color #A761E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A761E2 is #589E1D. Grayscale: #848484. Windows color (decimal): -5807646 or 14836135. OLE color: 14836135.
HSL color Cylindrical-coordinate representation of color #A761E2: hue angle of 272.56º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A761E2 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 167 | 97 | 226 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.11 |
| HSL | 272.56º | 0.69% | 0.63% | - |
| HSV(B) | 272.56º | 0.57% | 0.89% | - |
| XYZ | 33.94 | 22.26 | 74.46 | - |
| YUV | 132.64 | 180.69 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 97 | 226 | 0.26 | 0.57 | 0 | 0.11 | 272.56 | 0.69 | 0.63 |
| Hex | A7 | 61 | E2 | 1A | 39 | 0 | B | 111 | 45 | 3F |
| Octal | 247 | 141 | 342 | 32 | 71 | 0 | 13 | 421 | 105 | 77 |
| Binary | 10100111 | 1100001 | 11100010 | 11010 | 111001 | 0 | 1011 | 100010001 | 1000101 | 111111 |
Color Harmonies of #A761E2
Complementary color
Monochromatic Colors of #A761E2
Black with #A761E2
Text Example
Text Example
White with #A761E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A761E2; }
p { color: rgb(167,97,226); }
H1.HeaderClassName
{
color: #A761E2;
}
.AnyTagClassName
{
color: #A761E2;
}
</style>
background-color css
<style>
a { background-color: #A761E2; }
a { background-color: rgb(167,97,226); }
div.DivClassName
{
background-color: #A761E2;
}
.BgClassName
{
background-color: #A761E2;
}
</style>
border-color css
<style>
span { border-color: #A761E2; }
span { border-color: rgb(167,97,226); }
td.TdClassName
{
border-color: #A761E2;
}
.TagClassName
{
border-color: #A761E2;
}
</style>