Shades of Amethyst #A867C9
Tints of Amethyst #A867C9
RGB
CMYK
RGB Variations
Color information
#A867C9 (or 0xA867C9) is known color: Amethyst. HEX triplet: A8, 67 and C9. RGB value is (168,103,201). Sum of RGB (Red+Green+Blue) = 168+103+201=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 103 (40.62% from 255 or 21.82% from 472); Blue value is 201 (78.91% from 255 or 42.58% from 472); Max value from RGB is 201 - color contains mainly: blue. Hex color #A867C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A867C9 is #579836. Grayscale: #858585. Windows color (decimal): -5740599 or 13199272. OLE color: 13199272.
HSL color Cylindrical-coordinate representation of color #A867C9: hue angle of 279.8º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A867C9 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 103 | 201 | - |
| CMYK | 0.16 | 0.49 | 0 | 0.21 |
| HSL | 279.8º | 0.48% | 0.6% | - |
| HSV(B) | 279.8º | 0.49% | 0.79% | - |
| XYZ | 31.54 | 22.24 | 57.89 | - |
| YUV | 133.61 | 166.03 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 103 | 201 | 0.16 | 0.49 | 0 | 0.21 | 279.8 | 0.48 | 0.6 |
| Hex | A8 | 67 | C9 | 10 | 31 | 0 | 15 | 118 | 30 | 3C |
| Octal | 250 | 147 | 311 | 20 | 61 | 0 | 25 | 430 | 60 | 74 |
| Binary | 10101000 | 1100111 | 11001001 | 10000 | 110001 | 0 | 10101 | 100011000 | 110000 | 111100 |
Color Harmonies of #A867C9
Complementary color
Monochromatic Colors of #A867C9
Black with #A867C9
Text Example
Text Example
White with #A867C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A867C9; }
p { color: rgb(168,103,201); }
H1.HeaderClassName
{
color: #A867C9;
}
.AnyTagClassName
{
color: #A867C9;
}
</style>
background-color css
<style>
a { background-color: #A867C9; }
a { background-color: rgb(168,103,201); }
div.DivClassName
{
background-color: #A867C9;
}
.BgClassName
{
background-color: #A867C9;
}
</style>
border-color css
<style>
span { border-color: #A867C9; }
span { border-color: rgb(168,103,201); }
td.TdClassName
{
border-color: #A867C9;
}
.TagClassName
{
border-color: #A867C9;
}
</style>