Shades of Amethyst #A875D1
Tints of Amethyst #A875D1
RGB
CMYK
RGB Variations
Color information
#A875D1 (or 0xA875D1) is known color: Amethyst. HEX triplet: A8, 75 and D1. RGB value is (168,117,209). Sum of RGB (Red+Green+Blue) = 168+117+209=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 117 (46.09% from 255 or 23.68% from 494); Blue value is 209 (82.03% from 255 or 42.31% from 494); Max value from RGB is 209 - color contains mainly: blue. Hex color #A875D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A875D1 is #578A2E. Grayscale: #8E8E8E. Windows color (decimal): -5737007 or 13727144. OLE color: 13727144.
HSL color Cylindrical-coordinate representation of color #A875D1: hue angle of 273.26º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A875D1 is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 117 | 209 | - |
| CMYK | 0.20 | 0.44 | 0 | 0.18 |
| HSL | 273.26º | 0.5% | 0.64% | - |
| HSV(B) | 273.26º | 0.44% | 0.82% | - |
| XYZ | 34.02 | 25.65 | 63.48 | - |
| YUV | 142.74 | 165.4 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 117 | 209 | 0.20 | 0.44 | 0 | 0.18 | 273.26 | 0.5 | 0.64 |
| Hex | A8 | 75 | D1 | 14 | 2C | 0 | 12 | 111 | 32 | 40 |
| Octal | 250 | 165 | 321 | 24 | 54 | 0 | 22 | 421 | 62 | 100 |
| Binary | 10101000 | 1110101 | 11010001 | 10100 | 101100 | 0 | 10010 | 100010001 | 110010 | 1000000 |
Color Harmonies of #A875D1
Complementary color
Monochromatic Colors of #A875D1
Black with #A875D1
Text Example
Text Example
White with #A875D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A875D1; }
p { color: rgb(168,117,209); }
H1.HeaderClassName
{
color: #A875D1;
}
.AnyTagClassName
{
color: #A875D1;
}
</style>
background-color css
<style>
a { background-color: #A875D1; }
a { background-color: rgb(168,117,209); }
div.DivClassName
{
background-color: #A875D1;
}
.BgClassName
{
background-color: #A875D1;
}
</style>
border-color css
<style>
span { border-color: #A875D1; }
span { border-color: rgb(168,117,209); }
td.TdClassName
{
border-color: #A875D1;
}
.TagClassName
{
border-color: #A875D1;
}
</style>