Shades of Amethyst #A77AD2
Tints of Amethyst #A77AD2
RGB
CMYK
RGB Variations
Color information
#A77AD2 (or 0xA77AD2) is known color: Amethyst. HEX triplet: A7, 7A and D2. RGB value is (167,122,210). Sum of RGB (Red+Green+Blue) = 167+122+210=499 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.47% from 499); Green value is 122 (48.05% from 255 or 24.45% from 499); Blue value is 210 (82.42% from 255 or 42.08% from 499); Max value from RGB is 210 - color contains mainly: blue. Hex color #A77AD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77AD2 is #58852D. Grayscale: #919191. Windows color (decimal): -5801262 or 13793959. OLE color: 13793959.
HSL color Cylindrical-coordinate representation of color #A77AD2: hue angle of 270.68º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A77AD2 is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 167 | 122 | 210 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.18 |
| HSL | 270.68º | 0.49% | 0.65% | - |
| HSV(B) | 270.68º | 0.42% | 0.82% | - |
| XYZ | 34.53 | 26.79 | 64.32 | - |
| YUV | 145.49 | 164.41 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 122 | 210 | 0.20 | 0.42 | 0 | 0.18 | 270.68 | 0.49 | 0.65 |
| Hex | A7 | 7A | D2 | 14 | 2A | 0 | 12 | 10F | 31 | 41 |
| Octal | 247 | 172 | 322 | 24 | 52 | 0 | 22 | 417 | 61 | 101 |
| Binary | 10100111 | 1111010 | 11010010 | 10100 | 101010 | 0 | 10010 | 100001111 | 110001 | 1000001 |
Color Harmonies of #A77AD2
Complementary color
Monochromatic Colors of #A77AD2
Black with #A77AD2
Text Example
Text Example
White with #A77AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77AD2; }
p { color: rgb(167,122,210); }
H1.HeaderClassName
{
color: #A77AD2;
}
.AnyTagClassName
{
color: #A77AD2;
}
</style>
background-color css
<style>
a { background-color: #A77AD2; }
a { background-color: rgb(167,122,210); }
div.DivClassName
{
background-color: #A77AD2;
}
.BgClassName
{
background-color: #A77AD2;
}
</style>
border-color css
<style>
span { border-color: #A77AD2; }
span { border-color: rgb(167,122,210); }
td.TdClassName
{
border-color: #A77AD2;
}
.TagClassName
{
border-color: #A77AD2;
}
</style>