Shades of Amethyst #A877CF
Tints of Amethyst #A877CF
RGB
CMYK
RGB Variations
Color information
#A877CF (or 0xA877CF) is known color: Amethyst. HEX triplet: A8, 77 and CF. RGB value is (168,119,207). Sum of RGB (Red+Green+Blue) = 168+119+207=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 119 (46.88% from 255 or 24.09% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #A877CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A877CF is #578830. Grayscale: #8F8F8F. Windows color (decimal): -5736497 or 13596584. OLE color: 13596584.
HSL color Cylindrical-coordinate representation of color #A877CF: hue angle of 273.41º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A877CF is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 119 | 207 | - |
| CMYK | 0.19 | 0.43 | 0 | 0.19 |
| HSL | 273.41º | 0.48% | 0.64% | - |
| HSV(B) | 273.41º | 0.43% | 0.81% | - |
| XYZ | 34.01 | 26.02 | 62.26 | - |
| YUV | 143.68 | 163.73 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 119 | 207 | 0.19 | 0.43 | 0 | 0.19 | 273.41 | 0.48 | 0.64 |
| Hex | A8 | 77 | CF | 13 | 2B | 0 | 13 | 111 | 30 | 40 |
| Octal | 250 | 167 | 317 | 23 | 53 | 0 | 23 | 421 | 60 | 100 |
| Binary | 10101000 | 1110111 | 11001111 | 10011 | 101011 | 0 | 10011 | 100010001 | 110000 | 1000000 |
Color Harmonies of #A877CF
Complementary color
Monochromatic Colors of #A877CF
Black with #A877CF
Text Example
Text Example
White with #A877CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A877CF; }
p { color: rgb(168,119,207); }
H1.HeaderClassName
{
color: #A877CF;
}
.AnyTagClassName
{
color: #A877CF;
}
</style>
background-color css
<style>
a { background-color: #A877CF; }
a { background-color: rgb(168,119,207); }
div.DivClassName
{
background-color: #A877CF;
}
.BgClassName
{
background-color: #A877CF;
}
</style>
border-color css
<style>
span { border-color: #A877CF; }
span { border-color: rgb(168,119,207); }
td.TdClassName
{
border-color: #A877CF;
}
.TagClassName
{
border-color: #A877CF;
}
</style>