#A26ECE

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

Shades of Amethyst #A26ECE

Tints of Amethyst #A26ECE

Color information

#A26ECE (or 0xA26ECE) is unknown color: approx Amethyst. HEX triplet: A2, 6E and CE. RGB value is (162,110,206). Sum of RGB (Red+Green+Blue) = 162+110+206=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 110 (43.36% from 255 or 23.01% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #A26ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26ECE is #5D9131. Grayscale: #888888. Windows color (decimal): -6132018 or 13528738. OLE color: 13528738.

HSL color Cylindrical-coordinate representation of color #A26ECE: hue angle of 272.5º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A26ECE is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB162110206-
CMYK0.210.4700.19
HSL272.5º49.48%61.96%-
HSV(B)272.5º46.6%80.78%-
XYZ31.6223.2961.22-
YUV136.49167.23146.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.89%
GREEN value IS 110 (43.36% from 255) = 23.01%
BLUE value IS 206 (80.86% from 255) = 43.10%
R=33.89%
G=23.01%
B=43.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1621102060.210.4700.19272.549.4861.96
HexA26ECE152F013110313e
Octal24215631625570234206176
Binary1010001011011101100111010101101111010011100010000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26ECE; }

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

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

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

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

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

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

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

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