Shades of Amethyst #A877D3
Tints of Amethyst #A877D3
RGB
CMYK
RGB Variations
Color information
#A877D3 (or 0xA877D3) is known color: Amethyst. HEX triplet: A8, 77 and D3. RGB value is (168,119,211). Sum of RGB (Red+Green+Blue) = 168+119+211=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 119 (46.88% from 255 or 23.90% from 498); Blue value is 211 (82.81% from 255 or 42.37% from 498); Max value from RGB is 211 - color contains mainly: blue. Hex color #A877D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A877D3 is #57882C. Grayscale: #8F8F8F. Windows color (decimal): -5736493 or 13858728. OLE color: 13858728.
HSL color Cylindrical-coordinate representation of color #A877D3: hue angle of 271.96º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A877D3 is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 119 | 211 | - |
| CMYK | 0.20 | 0.44 | 0 | 0.17 |
| HSL | 271.96º | 0.51% | 0.65% | - |
| HSV(B) | 271.96º | 0.44% | 0.83% | - |
| XYZ | 34.5 | 26.22 | 64.87 | - |
| YUV | 144.14 | 165.73 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 119 | 211 | 0.20 | 0.44 | 0 | 0.17 | 271.96 | 0.51 | 0.65 |
| Hex | A8 | 77 | D3 | 14 | 2C | 0 | 11 | 110 | 33 | 41 |
| Octal | 250 | 167 | 323 | 24 | 54 | 0 | 21 | 420 | 63 | 101 |
| Binary | 10101000 | 1110111 | 11010011 | 10100 | 101100 | 0 | 10001 | 100010000 | 110011 | 1000001 |
Color Harmonies of #A877D3
Complementary color
Monochromatic Colors of #A877D3
Black with #A877D3
Text Example
Text Example
White with #A877D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A877D3; }
p { color: rgb(168,119,211); }
H1.HeaderClassName
{
color: #A877D3;
}
.AnyTagClassName
{
color: #A877D3;
}
</style>
background-color css
<style>
a { background-color: #A877D3; }
a { background-color: rgb(168,119,211); }
div.DivClassName
{
background-color: #A877D3;
}
.BgClassName
{
background-color: #A877D3;
}
</style>
border-color css
<style>
span { border-color: #A877D3; }
span { border-color: rgb(168,119,211); }
td.TdClassName
{
border-color: #A877D3;
}
.TagClassName
{
border-color: #A877D3;
}
</style>