#A26ACE

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

Shades of Amethyst #A26ACE

Tints of Amethyst #A26ACE

Color information

#A26ACE (or 0xA26ACE) is unknown color: approx Amethyst. HEX triplet: A2, 6A and CE. RGB value is (162,106,206). Sum of RGB (Red+Green+Blue) = 162+106+206=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 106 (41.80% from 255 or 22.36% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #A26ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26ACE is #5D9531. Grayscale: #858585. Windows color (decimal): -6133042 or 13527714. OLE color: 13527714.

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

Color convert

RGB162106206-
CMYK0.210.4900.19
HSL273.6º50.51%61.18%-
HSV(B)273.6º48.54%80.78%-
XYZ31.1922.4561.08-
YUV134.14168.55147.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.18%
GREEN value IS 106 (41.80% from 255) = 22.36%
BLUE value IS 206 (80.86% from 255) = 43.46%
R=34.18%
G=22.36%
B=43.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1621062060.210.4900.19273.650.5161.18
HexA26ACE1531013112333d
Octal24215231625610234226375
Binary1010001011010101100111010101110001010011100010010110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26ACE; }

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

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

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

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

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

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

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

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