Shades of Amethyst #A874C5
Tints of Amethyst #A874C5
RGB
CMYK
RGB Variations
Color information
#A874C5 (or 0xA874C5) is known color: Amethyst. HEX triplet: A8, 74 and C5. RGB value is (168,116,197). Sum of RGB (Red+Green+Blue) = 168+116+197=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 116 (45.70% from 255 or 24.12% from 481); Blue value is 197 (77.34% from 255 or 40.96% from 481); Max value from RGB is 197 - color contains mainly: blue. Hex color #A874C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A874C5 is #578B3A. Grayscale: #8C8C8C. Windows color (decimal): -5737275 or 12940456. OLE color: 12940456.
HSL color Cylindrical-coordinate representation of color #A874C5: hue angle of 278.52º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A874C5 is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 116 | 197 | - |
| CMYK | 0.15 | 0.41 | 0 | 0.23 |
| HSL | 278.52º | 0.41% | 0.61% | - |
| HSV(B) | 278.52º | 0.41% | 0.77% | - |
| XYZ | 32.47 | 24.85 | 55.91 | - |
| YUV | 140.78 | 159.73 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 116 | 197 | 0.15 | 0.41 | 0 | 0.23 | 278.52 | 0.41 | 0.61 |
| Hex | A8 | 74 | C5 | F | 29 | 0 | 17 | 117 | 29 | 3D |
| Octal | 250 | 164 | 305 | 17 | 51 | 0 | 27 | 427 | 51 | 75 |
| Binary | 10101000 | 1110100 | 11000101 | 1111 | 101001 | 0 | 10111 | 100010111 | 101001 | 111101 |
Color Harmonies of #A874C5
Complementary color
Monochromatic Colors of #A874C5
Black with #A874C5
Text Example
Text Example
White with #A874C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A874C5; }
p { color: rgb(168,116,197); }
H1.HeaderClassName
{
color: #A874C5;
}
.AnyTagClassName
{
color: #A874C5;
}
</style>
background-color css
<style>
a { background-color: #A874C5; }
a { background-color: rgb(168,116,197); }
div.DivClassName
{
background-color: #A874C5;
}
.BgClassName
{
background-color: #A874C5;
}
</style>
border-color css
<style>
span { border-color: #A874C5; }
span { border-color: rgb(168,116,197); }
td.TdClassName
{
border-color: #A874C5;
}
.TagClassName
{
border-color: #A874C5;
}
</style>