Shades of Amethyst #A679CA
Tints of Amethyst #A679CA
RGB
CMYK
RGB Variations
Color information
#A679CA (or 0xA679CA) is known color: Amethyst. HEX triplet: A6, 79 and CA. RGB value is (166,121,202). Sum of RGB (Red+Green+Blue) = 166+121+202=489 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.95% from 489); Green value is 121 (47.66% from 255 or 24.74% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 202 - color contains mainly: blue. Hex color #A679CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A679CA is #598635. Grayscale: #8F8F8F. Windows color (decimal): -5867062 or 13269414. OLE color: 13269414.
HSL color Cylindrical-coordinate representation of color #A679CA: hue angle of 273.33º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A679CA is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 121 | 202 | - |
| CMYK | 0.18 | 0.40 | 0 | 0.21 |
| HSL | 273.33º | 0.43% | 0.63% | - |
| HSV(B) | 273.33º | 0.4% | 0.79% | - |
| XYZ | 33.22 | 26.05 | 59.15 | - |
| YUV | 143.69 | 160.91 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 121 | 202 | 0.18 | 0.40 | 0 | 0.21 | 273.33 | 0.43 | 0.63 |
| Hex | A6 | 79 | CA | 12 | 28 | 0 | 15 | 111 | 2B | 3F |
| Octal | 246 | 171 | 312 | 22 | 50 | 0 | 25 | 421 | 53 | 77 |
| Binary | 10100110 | 1111001 | 11001010 | 10010 | 101000 | 0 | 10101 | 100010001 | 101011 | 111111 |
Color Harmonies of #A679CA
Complementary color
Monochromatic Colors of #A679CA
Black with #A679CA
Text Example
Text Example
White with #A679CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A679CA; }
p { color: rgb(166,121,202); }
H1.HeaderClassName
{
color: #A679CA;
}
.AnyTagClassName
{
color: #A679CA;
}
</style>
background-color css
<style>
a { background-color: #A679CA; }
a { background-color: rgb(166,121,202); }
div.DivClassName
{
background-color: #A679CA;
}
.BgClassName
{
background-color: #A679CA;
}
</style>
border-color css
<style>
span { border-color: #A679CA; }
span { border-color: rgb(166,121,202); }
td.TdClassName
{
border-color: #A679CA;
}
.TagClassName
{
border-color: #A679CA;
}
</style>