Shades of Amethyst #A26ECC
Tints of Amethyst #A26ECC
RGB
CMYK
RGB Variations
Color information
#A26ECC (or 0xA26ECC) is known color: Amethyst. HEX triplet: A2, 6E and CC. RGB value is (162,110,204). Sum of RGB (Red+Green+Blue) = 162+110+204=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 110 (43.36% from 255 or 23.11% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #A26ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26ECC is #5D9133. Grayscale: #878787. Windows color (decimal): -6132020 or 13397666. OLE color: 13397666.
HSL color Cylindrical-coordinate representation of color #A26ECC: hue angle of 273.19º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A26ECC is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 110 | 204 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.2 |
| HSL | 273.19º | 0.48% | 0.62% | - |
| HSV(B) | 273.19º | 0.46% | 0.8% | - |
| XYZ | 31.38 | 23.19 | 59.95 | - |
| YUV | 136.26 | 166.23 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 110 | 204 | 0.21 | 0.46 | 0 | 0.2 | 273.19 | 0.48 | 0.62 |
| Hex | A2 | 6E | CC | 15 | 2E | 0 | 14 | 111 | 30 | 3E |
| Octal | 242 | 156 | 314 | 25 | 56 | 0 | 24 | 421 | 60 | 76 |
| Binary | 10100010 | 1101110 | 11001100 | 10101 | 101110 | 0 | 10100 | 100010001 | 110000 | 111110 |
Color Harmonies of #A26ECC
Complementary color
Monochromatic Colors of #A26ECC
Black with #A26ECC
Text Example
Text Example
White with #A26ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26ECC; }
p { color: rgb(162,110,204); }
H1.HeaderClassName
{
color: #A26ECC;
}
.AnyTagClassName
{
color: #A26ECC;
}
</style>
background-color css
<style>
a { background-color: #A26ECC; }
a { background-color: rgb(162,110,204); }
div.DivClassName
{
background-color: #A26ECC;
}
.BgClassName
{
background-color: #A26ECC;
}
</style>
border-color css
<style>
span { border-color: #A26ECC; }
span { border-color: rgb(162,110,204); }
td.TdClassName
{
border-color: #A26ECC;
}
.TagClassName
{
border-color: #A26ECC;
}
</style>