#A26BCE

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

Shades of Amethyst #A26BCE

Tints of Amethyst #A26BCE

Color information

#A26BCE (or 0xA26BCE) is unknown color: approx Amethyst. HEX triplet: A2, 6B and CE. RGB value is (162,107,206). Sum of RGB (Red+Green+Blue) = 162+107+206=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 107 (42.19% from 255 or 22.53% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #A26BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26BCE is #5D9431. Grayscale: #868686. Windows color (decimal): -6132786 or 13527970. OLE color: 13527970.

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

Color convert

RGB162107206-
CMYK0.210.4800.19
HSL273.33º50.25%61.37%-
HSV(B)273.33º48.06%80.78%-
XYZ31.322.6561.12-
YUV134.73168.22147.45-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.11%
GREEN value IS 107 (42.19% from 255) = 22.53%
BLUE value IS 206 (80.86% from 255) = 43.37%
R=34.11%
G=22.53%
B=43.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1621072060.210.4800.19273.3350.2561.37
HexA26BCE1530013111323d
Octal24215331625600234216275
Binary1010001011010111100111010101110000010011100010001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26BCE; }

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

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

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

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

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

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

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

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