#A26EC9

Color #A26EC9 Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #A26EC9

Tints of Amethyst #A26EC9

Color information

#A26EC9 (or 0xA26EC9) is unknown color: approx Amethyst. HEX triplet: A2, 6E and C9. RGB value is (162,110,201). Sum of RGB (Red+Green+Blue) = 162+110+201=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 110 (43.36% from 255 or 23.26% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 201 - color contains mainly: blue. Hex color #A26EC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26EC9 is #5D9136. Grayscale: #878787. Windows color (decimal): -6132023 or 13201058. OLE color: 13201058.

HSL color Cylindrical-coordinate representation of color #A26EC9: hue angle of 274.29º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A26EC9 is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB162110201-
CMYK0.190.4500.21
HSL274.29º45.73%60.98%-
HSV(B)274.29º45.27%78.82%-
XYZ31.0223.0558.07-
YUV135.92164.73146.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 34.25%
GREEN value IS 110 (43.36% from 255) = 23.26%
BLUE value IS 201 (78.91% from 255) = 42.49%
R=34.25%
G=23.26%
B=42.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1621102010.190.4500.21274.2945.7360.98
HexA26EC9132D0151122e3d
Octal24215631123550254225675
Binary1010001011011101100100110011101101010101100010010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26EC9; }

 p { color: rgb(162,110,201); }

 H1.HeaderClassName
 {
   color: #A26EC9;
 }
 .AnyTagClassName
 {
   color: #A26EC9;
 }
</style>
background-color css

<style>
 a { background-color: #A26EC9; }

 a { background-color: rgb(162,110,201); }

 div.DivClassName
 {
   background-color: #A26EC9;
 }
 .BgClassName
 {
   background-color: #A26EC9;
 }
</style>
border-color css

<style>
 span { border-color: #A26EC9; }

 span { border-color: rgb(162,110,201); }

 td.TdClassName
 {
   border-color: #A26EC9;
 }
 .TagClassName
 {
   border-color: #A26EC9;
 }
</style>