Shades of Amethyst #A678CB
Tints of Amethyst #A678CB
RGB
CMYK
RGB Variations
Color information
#A678CB (or 0xA678CB) is known color: Amethyst. HEX triplet: A6, 78 and CB. RGB value is (166,120,203). Sum of RGB (Red+Green+Blue) = 166+120+203=489 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.95% from 489); Green value is 120 (47.27% from 255 or 24.54% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #A678CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A678CB is #598734. Grayscale: #8E8E8E. Windows color (decimal): -5867317 or 13334694. OLE color: 13334694.
HSL color Cylindrical-coordinate representation of color #A678CB: hue angle of 273.25º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A678CB is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 120 | 203 | - |
| CMYK | 0.18 | 0.41 | 0 | 0.20 |
| HSL | 273.25º | 0.44% | 0.63% | - |
| HSV(B) | 273.25º | 0.41% | 0.8% | - |
| XYZ | 33.22 | 25.85 | 59.74 | - |
| YUV | 143.22 | 161.74 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 120 | 203 | 0.18 | 0.41 | 0 | 0.20 | 273.25 | 0.44 | 0.63 |
| Hex | A6 | 78 | CB | 12 | 29 | 0 | 14 | 111 | 2C | 3F |
| Octal | 246 | 170 | 313 | 22 | 51 | 0 | 24 | 421 | 54 | 77 |
| Binary | 10100110 | 1111000 | 11001011 | 10010 | 101001 | 0 | 10100 | 100010001 | 101100 | 111111 |
Color Harmonies of #A678CB
Complementary color
Monochromatic Colors of #A678CB
Black with #A678CB
Text Example
Text Example
White with #A678CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A678CB; }
p { color: rgb(166,120,203); }
H1.HeaderClassName
{
color: #A678CB;
}
.AnyTagClassName
{
color: #A678CB;
}
</style>
background-color css
<style>
a { background-color: #A678CB; }
a { background-color: rgb(166,120,203); }
div.DivClassName
{
background-color: #A678CB;
}
.BgClassName
{
background-color: #A678CB;
}
</style>
border-color css
<style>
span { border-color: #A678CB; }
span { border-color: rgb(166,120,203); }
td.TdClassName
{
border-color: #A678CB;
}
.TagClassName
{
border-color: #A678CB;
}
</style>