Shades of Amethyst #A873C5
Tints of Amethyst #A873C5
RGB
CMYK
RGB Variations
Color information
#A873C5 (or 0xA873C5) is known color: Amethyst. HEX triplet: A8, 73 and C5. RGB value is (168,115,197). Sum of RGB (Red+Green+Blue) = 168+115+197=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 115 (45.31% from 255 or 23.96% from 480); Blue value is 197 (77.34% from 255 or 41.04% from 480); Max value from RGB is 197 - color contains mainly: blue. Hex color #A873C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A873C5 is #578C3A. Grayscale: #8B8B8B. Windows color (decimal): -5737531 or 12940200. OLE color: 12940200.
HSL color Cylindrical-coordinate representation of color #A873C5: hue angle of 278.78º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A873C5 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 115 | 197 | - |
| CMYK | 0.15 | 0.42 | 0 | 0.23 |
| HSL | 278.78º | 0.41% | 0.61% | - |
| HSV(B) | 278.78º | 0.42% | 0.77% | - |
| XYZ | 32.36 | 24.62 | 55.87 | - |
| YUV | 140.2 | 160.06 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 115 | 197 | 0.15 | 0.42 | 0 | 0.23 | 278.78 | 0.41 | 0.61 |
| Hex | A8 | 73 | C5 | F | 2A | 0 | 17 | 117 | 29 | 3D |
| Octal | 250 | 163 | 305 | 17 | 52 | 0 | 27 | 427 | 51 | 75 |
| Binary | 10101000 | 1110011 | 11000101 | 1111 | 101010 | 0 | 10111 | 100010111 | 101001 | 111101 |
Color Harmonies of #A873C5
Complementary color
Monochromatic Colors of #A873C5
Black with #A873C5
Text Example
Text Example
White with #A873C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A873C5; }
p { color: rgb(168,115,197); }
H1.HeaderClassName
{
color: #A873C5;
}
.AnyTagClassName
{
color: #A873C5;
}
</style>
background-color css
<style>
a { background-color: #A873C5; }
a { background-color: rgb(168,115,197); }
div.DivClassName
{
background-color: #A873C5;
}
.BgClassName
{
background-color: #A873C5;
}
</style>
border-color css
<style>
span { border-color: #A873C5; }
span { border-color: rgb(168,115,197); }
td.TdClassName
{
border-color: #A873C5;
}
.TagClassName
{
border-color: #A873C5;
}
</style>