Shades of Amethyst #A874CE
Tints of Amethyst #A874CE
RGB
CMYK
RGB Variations
Color information
#A874CE (or 0xA874CE) is known color: Amethyst. HEX triplet: A8, 74 and CE. RGB value is (168,116,206). Sum of RGB (Red+Green+Blue) = 168+116+206=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 116 (45.70% from 255 or 23.67% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #A874CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A874CE is #578B31. Grayscale: #8D8D8D. Windows color (decimal): -5737266 or 13530280. OLE color: 13530280.
HSL color Cylindrical-coordinate representation of color #A874CE: hue angle of 274.67º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A874CE is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 116 | 206 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.19 |
| HSL | 274.67º | 0.48% | 0.63% | - |
| HSV(B) | 274.67º | 0.44% | 0.81% | - |
| XYZ | 33.53 | 25.27 | 61.5 | - |
| YUV | 141.81 | 164.23 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 116 | 206 | 0.18 | 0.44 | 0 | 0.19 | 274.67 | 0.48 | 0.63 |
| Hex | A8 | 74 | CE | 12 | 2C | 0 | 13 | 113 | 30 | 3F |
| Octal | 250 | 164 | 316 | 22 | 54 | 0 | 23 | 423 | 60 | 77 |
| Binary | 10101000 | 1110100 | 11001110 | 10010 | 101100 | 0 | 10011 | 100010011 | 110000 | 111111 |
Color Harmonies of #A874CE
Complementary color
Monochromatic Colors of #A874CE
Black with #A874CE
Text Example
Text Example
White with #A874CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A874CE; }
p { color: rgb(168,116,206); }
H1.HeaderClassName
{
color: #A874CE;
}
.AnyTagClassName
{
color: #A874CE;
}
</style>
background-color css
<style>
a { background-color: #A874CE; }
a { background-color: rgb(168,116,206); }
div.DivClassName
{
background-color: #A874CE;
}
.BgClassName
{
background-color: #A874CE;
}
</style>
border-color css
<style>
span { border-color: #A874CE; }
span { border-color: rgb(168,116,206); }
td.TdClassName
{
border-color: #A874CE;
}
.TagClassName
{
border-color: #A874CE;
}
</style>