Shades of Amethyst #A874D6
Tints of Amethyst #A874D6
RGB
CMYK
RGB Variations
Color information
#A874D6 (or 0xA874D6) is known color: Amethyst. HEX triplet: A8, 74 and D6. RGB value is (168,116,214). Sum of RGB (Red+Green+Blue) = 168+116+214=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 116 (45.70% from 255 or 23.29% from 498); Blue value is 214 (83.98% from 255 or 42.97% from 498); Max value from RGB is 214 - color contains mainly: blue. Hex color #A874D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A874D6 is #578B29. Grayscale: #8E8E8E. Windows color (decimal): -5737258 or 14054568. OLE color: 14054568.
HSL color Cylindrical-coordinate representation of color #A874D6: hue angle of 271.84º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A874D6 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 116 | 214 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.16 |
| HSL | 271.84º | 0.54% | 0.65% | - |
| HSV(B) | 271.84º | 0.46% | 0.84% | - |
| XYZ | 34.53 | 25.67 | 66.75 | - |
| YUV | 142.72 | 168.23 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 116 | 214 | 0.21 | 0.46 | 0 | 0.16 | 271.84 | 0.54 | 0.65 |
| Hex | A8 | 74 | D6 | 15 | 2E | 0 | 10 | 110 | 36 | 41 |
| Octal | 250 | 164 | 326 | 25 | 56 | 0 | 20 | 420 | 66 | 101 |
| Binary | 10101000 | 1110100 | 11010110 | 10101 | 101110 | 0 | 10000 | 100010000 | 110110 | 1000001 |
Color Harmonies of #A874D6
Complementary color
Monochromatic Colors of #A874D6
Black with #A874D6
Text Example
Text Example
White with #A874D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A874D6; }
p { color: rgb(168,116,214); }
H1.HeaderClassName
{
color: #A874D6;
}
.AnyTagClassName
{
color: #A874D6;
}
</style>
background-color css
<style>
a { background-color: #A874D6; }
a { background-color: rgb(168,116,214); }
div.DivClassName
{
background-color: #A874D6;
}
.BgClassName
{
background-color: #A874D6;
}
</style>
border-color css
<style>
span { border-color: #A874D6; }
span { border-color: rgb(168,116,214); }
td.TdClassName
{
border-color: #A874D6;
}
.TagClassName
{
border-color: #A874D6;
}
</style>