Shades of Amethyst #A678CA
Tints of Amethyst #A678CA
RGB
CMYK
RGB Variations
Color information
#A678CA (or 0xA678CA) is known color: Amethyst. HEX triplet: A6, 78 and CA. RGB value is (166,120,202). Sum of RGB (Red+Green+Blue) = 166+120+202=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 120 (47.27% from 255 or 24.59% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #A678CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A678CA is #598735. Grayscale: #8E8E8E. Windows color (decimal): -5867318 or 13269158. OLE color: 13269158.
HSL color Cylindrical-coordinate representation of color #A678CA: hue angle of 273.66º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A678CA is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 120 | 202 | - |
| CMYK | 0.18 | 0.41 | 0 | 0.21 |
| HSL | 273.66º | 0.44% | 0.63% | - |
| HSV(B) | 273.66º | 0.41% | 0.79% | - |
| XYZ | 33.1 | 25.8 | 59.11 | - |
| YUV | 143.1 | 161.24 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 120 | 202 | 0.18 | 0.41 | 0 | 0.21 | 273.66 | 0.44 | 0.63 |
| Hex | A6 | 78 | CA | 12 | 29 | 0 | 15 | 112 | 2C | 3F |
| Octal | 246 | 170 | 312 | 22 | 51 | 0 | 25 | 422 | 54 | 77 |
| Binary | 10100110 | 1111000 | 11001010 | 10010 | 101001 | 0 | 10101 | 100010010 | 101100 | 111111 |
Color Harmonies of #A678CA
Complementary color
Monochromatic Colors of #A678CA
Black with #A678CA
Text Example
Text Example
White with #A678CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A678CA; }
p { color: rgb(166,120,202); }
H1.HeaderClassName
{
color: #A678CA;
}
.AnyTagClassName
{
color: #A678CA;
}
</style>
background-color css
<style>
a { background-color: #A678CA; }
a { background-color: rgb(166,120,202); }
div.DivClassName
{
background-color: #A678CA;
}
.BgClassName
{
background-color: #A678CA;
}
</style>
border-color css
<style>
span { border-color: #A678CA; }
span { border-color: rgb(166,120,202); }
td.TdClassName
{
border-color: #A678CA;
}
.TagClassName
{
border-color: #A678CA;
}
</style>