Shades of Amethyst #A277D0
Tints of Amethyst #A277D0
RGB
CMYK
RGB Variations
Color information
#A277D0 (or 0xA277D0) is known color: Amethyst. HEX triplet: A2, 77 and D0. RGB value is (162,119,208). Sum of RGB (Red+Green+Blue) = 162+119+208=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 119 (46.88% from 255 or 24.34% from 489); Blue value is 208 (81.64% from 255 or 42.54% from 489); Max value from RGB is 208 - color contains mainly: blue. Hex color #A277D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A277D0 is #5D882F. Grayscale: #8D8D8D. Windows color (decimal): -6129712 or 13662114. OLE color: 13662114.
HSL color Cylindrical-coordinate representation of color #A277D0: hue angle of 268.99º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A277D0 is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 119 | 208 | - |
| CMYK | 0.22 | 0.43 | 0 | 0.18 |
| HSL | 268.99º | 0.49% | 0.64% | - |
| HSV(B) | 268.99º | 0.43% | 0.82% | - |
| XYZ | 32.88 | 25.43 | 62.85 | - |
| YUV | 142 | 165.25 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 119 | 208 | 0.22 | 0.43 | 0 | 0.18 | 268.99 | 0.49 | 0.64 |
| Hex | A2 | 77 | D0 | 16 | 2B | 0 | 12 | 10D | 31 | 40 |
| Octal | 242 | 167 | 320 | 26 | 53 | 0 | 22 | 415 | 61 | 100 |
| Binary | 10100010 | 1110111 | 11010000 | 10110 | 101011 | 0 | 10010 | 100001101 | 110001 | 1000000 |
Color Harmonies of #A277D0
Complementary color
Monochromatic Colors of #A277D0
Black with #A277D0
Text Example
Text Example
White with #A277D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A277D0; }
p { color: rgb(162,119,208); }
H1.HeaderClassName
{
color: #A277D0;
}
.AnyTagClassName
{
color: #A277D0;
}
</style>
background-color css
<style>
a { background-color: #A277D0; }
a { background-color: rgb(162,119,208); }
div.DivClassName
{
background-color: #A277D0;
}
.BgClassName
{
background-color: #A277D0;
}
</style>
border-color css
<style>
span { border-color: #A277D0; }
span { border-color: rgb(162,119,208); }
td.TdClassName
{
border-color: #A277D0;
}
.TagClassName
{
border-color: #A277D0;
}
</style>