Shades of Amethyst #A26ECB
Tints of Amethyst #A26ECB
RGB
CMYK
RGB Variations
Color information
#A26ECB (or 0xA26ECB) is known color: Amethyst. HEX triplet: A2, 6E and CB. RGB value is (162,110,203). Sum of RGB (Red+Green+Blue) = 162+110+203=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 110 (43.36% from 255 or 23.16% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #A26ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26ECB is #5D9134. Grayscale: #878787. Windows color (decimal): -6132021 or 13332130. OLE color: 13332130.
HSL color Cylindrical-coordinate representation of color #A26ECB: hue angle of 273.55º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A26ECB is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 110 | 203 | - |
| CMYK | 0.20 | 0.46 | 0 | 0.20 |
| HSL | 273.55º | 0.47% | 0.61% | - |
| HSV(B) | 273.55º | 0.46% | 0.8% | - |
| XYZ | 31.26 | 23.15 | 59.32 | - |
| YUV | 136.15 | 165.73 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 110 | 203 | 0.20 | 0.46 | 0 | 0.20 | 273.55 | 0.47 | 0.61 |
| Hex | A2 | 6E | CB | 14 | 2E | 0 | 14 | 112 | 2F | 3D |
| Octal | 242 | 156 | 313 | 24 | 56 | 0 | 24 | 422 | 57 | 75 |
| Binary | 10100010 | 1101110 | 11001011 | 10100 | 101110 | 0 | 10100 | 100010010 | 101111 | 111101 |
Color Harmonies of #A26ECB
Complementary color
Monochromatic Colors of #A26ECB
Black with #A26ECB
Text Example
Text Example
White with #A26ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26ECB; }
p { color: rgb(162,110,203); }
H1.HeaderClassName
{
color: #A26ECB;
}
.AnyTagClassName
{
color: #A26ECB;
}
</style>
background-color css
<style>
a { background-color: #A26ECB; }
a { background-color: rgb(162,110,203); }
div.DivClassName
{
background-color: #A26ECB;
}
.BgClassName
{
background-color: #A26ECB;
}
</style>
border-color css
<style>
span { border-color: #A26ECB; }
span { border-color: rgb(162,110,203); }
td.TdClassName
{
border-color: #A26ECB;
}
.TagClassName
{
border-color: #A26ECB;
}
</style>