Shades of Amethyst #A77DD3
Tints of Amethyst #A77DD3
RGB
CMYK
RGB Variations
Color information
#A77DD3 (or 0xA77DD3) is known color: Amethyst. HEX triplet: A7, 7D and D3. RGB value is (167,125,211). Sum of RGB (Red+Green+Blue) = 167+125+211=503 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.20% from 503); Green value is 125 (49.22% from 255 or 24.85% from 503); Blue value is 211 (82.81% from 255 or 41.95% from 503); Max value from RGB is 211 - color contains mainly: blue. Hex color #A77DD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77DD3 is #58822C. Grayscale: #939393. Windows color (decimal): -5800493 or 13860263. OLE color: 13860263.
HSL color Cylindrical-coordinate representation of color #A77DD3: hue angle of 269.3º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A77DD3 is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 167 | 125 | 211 | - |
| CMYK | 0.21 | 0.41 | 0 | 0.17 |
| HSL | 269.3º | 0.49% | 0.66% | - |
| HSV(B) | 269.3º | 0.41% | 0.83% | - |
| XYZ | 35.03 | 27.59 | 65.11 | - |
| YUV | 147.36 | 163.91 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 125 | 211 | 0.21 | 0.41 | 0 | 0.17 | 269.3 | 0.49 | 0.66 |
| Hex | A7 | 7D | D3 | 15 | 29 | 0 | 11 | 10D | 31 | 42 |
| Octal | 247 | 175 | 323 | 25 | 51 | 0 | 21 | 415 | 61 | 102 |
| Binary | 10100111 | 1111101 | 11010011 | 10101 | 101001 | 0 | 10001 | 100001101 | 110001 | 1000010 |
Color Harmonies of #A77DD3
Complementary color
Monochromatic Colors of #A77DD3
Black with #A77DD3
Text Example
Text Example
White with #A77DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77DD3; }
p { color: rgb(167,125,211); }
H1.HeaderClassName
{
color: #A77DD3;
}
.AnyTagClassName
{
color: #A77DD3;
}
</style>
background-color css
<style>
a { background-color: #A77DD3; }
a { background-color: rgb(167,125,211); }
div.DivClassName
{
background-color: #A77DD3;
}
.BgClassName
{
background-color: #A77DD3;
}
</style>
border-color css
<style>
span { border-color: #A77DD3; }
span { border-color: rgb(167,125,211); }
td.TdClassName
{
border-color: #A77DD3;
}
.TagClassName
{
border-color: #A77DD3;
}
</style>