Shades of Amethyst #A877D4
Tints of Amethyst #A877D4
RGB
CMYK
RGB Variations
Color information
#A877D4 (or 0xA877D4) is known color: Amethyst. HEX triplet: A8, 77 and D4. RGB value is (168,119,212). Sum of RGB (Red+Green+Blue) = 168+119+212=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 119 (46.88% from 255 or 23.85% from 499); Blue value is 212 (83.20% from 255 or 42.48% from 499); Max value from RGB is 212 - color contains mainly: blue. Hex color #A877D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A877D4 is #57882B. Grayscale: #8F8F8F. Windows color (decimal): -5736492 or 13924264. OLE color: 13924264.
HSL color Cylindrical-coordinate representation of color #A877D4: hue angle of 271.61º degrees, saturation: 0.52, 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 #A877D4 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 119 | 212 | - |
| CMYK | 0.21 | 0.44 | 0 | 0.17 |
| HSL | 271.61º | 0.52% | 0.65% | - |
| HSV(B) | 271.61º | 0.44% | 0.83% | - |
| XYZ | 34.63 | 26.27 | 65.53 | - |
| YUV | 144.25 | 166.23 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 119 | 212 | 0.21 | 0.44 | 0 | 0.17 | 271.61 | 0.52 | 0.65 |
| Hex | A8 | 77 | D4 | 15 | 2C | 0 | 11 | 110 | 34 | 41 |
| Octal | 250 | 167 | 324 | 25 | 54 | 0 | 21 | 420 | 64 | 101 |
| Binary | 10101000 | 1110111 | 11010100 | 10101 | 101100 | 0 | 10001 | 100010000 | 110100 | 1000001 |
Color Harmonies of #A877D4
Complementary color
Monochromatic Colors of #A877D4
Black with #A877D4
Text Example
Text Example
White with #A877D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A877D4; }
p { color: rgb(168,119,212); }
H1.HeaderClassName
{
color: #A877D4;
}
.AnyTagClassName
{
color: #A877D4;
}
</style>
background-color css
<style>
a { background-color: #A877D4; }
a { background-color: rgb(168,119,212); }
div.DivClassName
{
background-color: #A877D4;
}
.BgClassName
{
background-color: #A877D4;
}
</style>
border-color css
<style>
span { border-color: #A877D4; }
span { border-color: rgb(168,119,212); }
td.TdClassName
{
border-color: #A877D4;
}
.TagClassName
{
border-color: #A877D4;
}
</style>