Shades of Amethyst #A874C7
Tints of Amethyst #A874C7
RGB
CMYK
RGB Variations
Color information
#A874C7 (or 0xA874C7) is known color: Amethyst. HEX triplet: A8, 74 and C7. RGB value is (168,116,199). Sum of RGB (Red+Green+Blue) = 168+116+199=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 116 (45.70% from 255 or 24.02% from 483); Blue value is 199 (78.12% from 255 or 41.20% from 483); Max value from RGB is 199 - color contains mainly: blue. Hex color #A874C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A874C7 is #578B38. Grayscale: #8C8C8C. Windows color (decimal): -5737273 or 13071528. OLE color: 13071528.
HSL color Cylindrical-coordinate representation of color #A874C7: hue angle of 277.59º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A874C7 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 116 | 199 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.22 |
| HSL | 277.59º | 0.43% | 0.62% | - |
| HSV(B) | 277.59º | 0.42% | 0.78% | - |
| XYZ | 32.7 | 24.94 | 57.12 | - |
| YUV | 141.01 | 160.73 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 116 | 199 | 0.16 | 0.42 | 0 | 0.22 | 277.59 | 0.43 | 0.62 |
| Hex | A8 | 74 | C7 | 10 | 2A | 0 | 16 | 116 | 2B | 3E |
| Octal | 250 | 164 | 307 | 20 | 52 | 0 | 26 | 426 | 53 | 76 |
| Binary | 10101000 | 1110100 | 11000111 | 10000 | 101010 | 0 | 10110 | 100010110 | 101011 | 111110 |
Color Harmonies of #A874C7
Complementary color
Monochromatic Colors of #A874C7
Black with #A874C7
Text Example
Text Example
White with #A874C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A874C7; }
p { color: rgb(168,116,199); }
H1.HeaderClassName
{
color: #A874C7;
}
.AnyTagClassName
{
color: #A874C7;
}
</style>
background-color css
<style>
a { background-color: #A874C7; }
a { background-color: rgb(168,116,199); }
div.DivClassName
{
background-color: #A874C7;
}
.BgClassName
{
background-color: #A874C7;
}
</style>
border-color css
<style>
span { border-color: #A874C7; }
span { border-color: rgb(168,116,199); }
td.TdClassName
{
border-color: #A874C7;
}
.TagClassName
{
border-color: #A874C7;
}
</style>