Shades of Amethyst #A876CF
Tints of Amethyst #A876CF
RGB
CMYK
RGB Variations
Color information
#A876CF (or 0xA876CF) is known color: Amethyst. HEX triplet: A8, 76 and CF. RGB value is (168,118,207). Sum of RGB (Red+Green+Blue) = 168+118+207=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 118 (46.48% from 255 or 23.94% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #A876CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A876CF is #578930. Grayscale: #8E8E8E. Windows color (decimal): -5736753 or 13596328. OLE color: 13596328.
HSL color Cylindrical-coordinate representation of color #A876CF: hue angle of 273.71º 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 #A876CF is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 168 | 118 | 207 | - |
CMYK | 0.19 | 0.43 | 0 | 0.19 |
HSL | 273.71º | 0.48% | 0.64% | - |
HSV(B) | 273.71º | 0.43% | 0.81% | - |
XYZ | 33.89 | 25.79 | 62.22 | - |
YUV | 143.1 | 164.07 | 145.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 118 | 207 | 0.19 | 0.43 | 0 | 0.19 | 273.71 | 0.48 | 0.64 |
Hex | A8 | 76 | CF | 13 | 2B | 0 | 13 | 112 | 30 | 40 |
Octal | 250 | 166 | 317 | 23 | 53 | 0 | 23 | 422 | 60 | 100 |
Binary | 10101000 | 1110110 | 11001111 | 10011 | 101011 | 0 | 10011 | 100010010 | 110000 | 1000000 |
Color Harmonies of #A876CF
Complementary color
Monochromatic Colors of #A876CF
Black with #A876CF
Text Example
Text Example
White with #A876CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A876CF; }
p { color: rgb(168,118,207); }
H1.HeaderClassName
{
color: #A876CF;
}
.AnyTagClassName
{
color: #A876CF;
}
</style>
background-color css
<style>
a { background-color: #A876CF; }
a { background-color: rgb(168,118,207); }
div.DivClassName
{
background-color: #A876CF;
}
.BgClassName
{
background-color: #A876CF;
}
</style>
border-color css
<style>
span { border-color: #A876CF; }
span { border-color: rgb(168,118,207); }
td.TdClassName
{
border-color: #A876CF;
}
.TagClassName
{
border-color: #A876CF;
}
</style>