#A266DE

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

Shades of Amethyst #A266DE

Tints of Amethyst #A266DE

Color information

#A266DE (or 0xA266DE) is unknown color: approx Amethyst. HEX triplet: A2, 66 and DE. RGB value is (162,102,222). Sum of RGB (Red+Green+Blue) = 162+102+222=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 102 (40.23% from 255 or 20.99% from 486); Blue value is 222 (87.11% from 255 or 45.68% from 486); Max value from RGB is 222 - color contains mainly: blue. Hex color #A266DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A266DE is #5D9921. Grayscale: #858585. Windows color (decimal): -6134050 or 14575266. OLE color: 14575266.

HSL color Cylindrical-coordinate representation of color #A266DE: hue angle of 270º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A266DE is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB162102222-
CMYK0.270.5400.13
HSL270º64.52%63.53%-
HSV(B)270º54.05%87.06%-
XYZ32.8422.4671.71-
YUV133.62177.88148.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.33%
GREEN value IS 102 (40.23% from 255) = 20.99%
BLUE value IS 222 (87.11% from 255) = 45.68%
R=33.33%
G=20.99%
B=45.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1621022220.270.5400.1327064.5263.53
HexA266DE1B360D10e4140
Octal2421463363366015416101100
Binary10100010110011011011110110111101100110110000111010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A266DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A266DE; }

 p { color: rgb(162,102,222); }

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

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

 a { background-color: rgb(162,102,222); }

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

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

 span { border-color: rgb(162,102,222); }

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