Shades of Amethyst #A26DCC
Tints of Amethyst #A26DCC
RGB
CMYK
RGB Variations
Color information
#A26DCC (or 0xA26DCC) is known color: Amethyst. HEX triplet: A2, 6D and CC. RGB value is (162,109,204). Sum of RGB (Red+Green+Blue) = 162+109+204=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 109 (42.97% from 255 or 22.95% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #A26DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26DCC is #5D9233. Grayscale: #878787. Windows color (decimal): -6132276 or 13397410. OLE color: 13397410.
HSL color Cylindrical-coordinate representation of color #A26DCC: hue angle of 273.47º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A26DCC is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 109 | 204 | - |
| CMYK | 0.21 | 0.47 | 0 | 0.2 |
| HSL | 273.47º | 0.48% | 0.61% | - |
| HSV(B) | 273.47º | 0.47% | 0.8% | - |
| XYZ | 31.27 | 22.98 | 59.91 | - |
| YUV | 135.68 | 166.56 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 109 | 204 | 0.21 | 0.47 | 0 | 0.2 | 273.47 | 0.48 | 0.61 |
| Hex | A2 | 6D | CC | 15 | 2F | 0 | 14 | 111 | 30 | 3D |
| Octal | 242 | 155 | 314 | 25 | 57 | 0 | 24 | 421 | 60 | 75 |
| Binary | 10100010 | 1101101 | 11001100 | 10101 | 101111 | 0 | 10100 | 100010001 | 110000 | 111101 |
Color Harmonies of #A26DCC
Complementary color
Monochromatic Colors of #A26DCC
Black with #A26DCC
Text Example
Text Example
White with #A26DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26DCC; }
p { color: rgb(162,109,204); }
H1.HeaderClassName
{
color: #A26DCC;
}
.AnyTagClassName
{
color: #A26DCC;
}
</style>
background-color css
<style>
a { background-color: #A26DCC; }
a { background-color: rgb(162,109,204); }
div.DivClassName
{
background-color: #A26DCC;
}
.BgClassName
{
background-color: #A26DCC;
}
</style>
border-color css
<style>
span { border-color: #A26DCC; }
span { border-color: rgb(162,109,204); }
td.TdClassName
{
border-color: #A26DCC;
}
.TagClassName
{
border-color: #A26DCC;
}
</style>