Shades of Amethyst #A277D2
Tints of Amethyst #A277D2
RGB
CMYK
RGB Variations
Color information
#A277D2 (or 0xA277D2) is known color: Amethyst. HEX triplet: A2, 77 and D2. RGB value is (162,119,210). Sum of RGB (Red+Green+Blue) = 162+119+210=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 119 (46.88% from 255 or 24.24% from 491); Blue value is 210 (82.42% from 255 or 42.77% from 491); Max value from RGB is 210 - color contains mainly: blue. Hex color #A277D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A277D2 is #5D882D. Grayscale: #8D8D8D. Windows color (decimal): -6129710 or 13793186. OLE color: 13793186.
HSL color Cylindrical-coordinate representation of color #A277D2: hue angle of 268.35º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A277D2 is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 119 | 210 | - |
| CMYK | 0.23 | 0.43 | 0 | 0.18 |
| HSL | 268.35º | 0.5% | 0.65% | - |
| HSV(B) | 268.35º | 0.43% | 0.82% | - |
| XYZ | 33.13 | 25.53 | 64.15 | - |
| YUV | 142.23 | 166.25 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 119 | 210 | 0.23 | 0.43 | 0 | 0.18 | 268.35 | 0.5 | 0.65 |
| Hex | A2 | 77 | D2 | 17 | 2B | 0 | 12 | 10C | 32 | 41 |
| Octal | 242 | 167 | 322 | 27 | 53 | 0 | 22 | 414 | 62 | 101 |
| Binary | 10100010 | 1110111 | 11010010 | 10111 | 101011 | 0 | 10010 | 100001100 | 110010 | 1000001 |
Color Harmonies of #A277D2
Complementary color
Monochromatic Colors of #A277D2
Black with #A277D2
Text Example
Text Example
White with #A277D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A277D2; }
p { color: rgb(162,119,210); }
H1.HeaderClassName
{
color: #A277D2;
}
.AnyTagClassName
{
color: #A277D2;
}
</style>
background-color css
<style>
a { background-color: #A277D2; }
a { background-color: rgb(162,119,210); }
div.DivClassName
{
background-color: #A277D2;
}
.BgClassName
{
background-color: #A277D2;
}
</style>
border-color css
<style>
span { border-color: #A277D2; }
span { border-color: rgb(162,119,210); }
td.TdClassName
{
border-color: #A277D2;
}
.TagClassName
{
border-color: #A277D2;
}
</style>