#A26EBE

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

Shades of Amethyst #A26EBE

Tints of Amethyst #A26EBE

Color information

#A26EBE (or 0xA26EBE) is unknown color: approx Amethyst. HEX triplet: A2, 6E and BE. RGB value is (162,110,190). Sum of RGB (Red+Green+Blue) = 162+110+190=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 110 (43.36% from 255 or 23.81% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 190 - color contains mainly: blue. Hex color #A26EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26EBE is #5D9141. Grayscale: #868686. Windows color (decimal): -6132034 or 12480162. OLE color: 12480162.

HSL color Cylindrical-coordinate representation of color #A26EBE: hue angle of 279º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A26EBE is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB162110190-
CMYK0.150.4200.25
HSL279º38.1%58.82%-
HSV(B)279º42.11%74.51%-
XYZ29.7722.5551.5-
YUV134.67159.23147.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.06%
GREEN value IS 110 (43.36% from 255) = 23.81%
BLUE value IS 190 (74.61% from 255) = 41.13%
R=35.06%
G=23.81%
B=41.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621101900.150.4200.2527938.158.82
HexA26EBEF2A019117263b
Octal24215627617520314274673
Binary101000101101110101111101111101010011001100010111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26EBE; }

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

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

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

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

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

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

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

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