#A26EC4

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

Shades of Amethyst #A26EC4

Tints of Amethyst #A26EC4

Color information

#A26EC4 (or 0xA26EC4) is unknown color: approx Amethyst. HEX triplet: A2, 6E and C4. RGB value is (162,110,196). Sum of RGB (Red+Green+Blue) = 162+110+196=468 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.62% from 468); Green value is 110 (43.36% from 255 or 23.50% from 468); Blue value is 196 (76.95% from 255 or 41.88% from 468); Max value from RGB is 196 - color contains mainly: blue. Hex color #A26EC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26EC4 is #5D913B. Grayscale: #878787. Windows color (decimal): -6132028 or 12873378. OLE color: 12873378.

HSL color Cylindrical-coordinate representation of color #A26EC4: hue angle of 276.28º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A26EC4 is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB162110196-
CMYK0.170.4400.23
HSL276.28º42.16%60%-
HSV(B)276.28º43.88%76.86%-
XYZ30.4422.8255.02-
YUV135.35162.23147.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.62%
GREEN value IS 110 (43.36% from 255) = 23.50%
BLUE value IS 196 (76.95% from 255) = 41.88%
R=34.62%
G=23.50%
B=41.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1621101960.170.4400.23276.2842.1660
HexA26EC4112C0171142a3c
Octal24215630421540274245274
Binary1010001011011101100010010001101100010111100010100101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26EC4; }

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

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

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

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

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

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

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

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