#A666DE

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

Shades of Amethyst #A666DE

Tints of Amethyst #A666DE

Color information

#A666DE (or 0xA666DE) is unknown color: approx Amethyst. HEX triplet: A6, 66 and DE. RGB value is (166,102,222). Sum of RGB (Red+Green+Blue) = 166+102+222=490 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.88% from 490); Green value is 102 (40.23% from 255 or 20.82% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 222 - color contains mainly: blue. Hex color #A666DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A666DE is #599921. Grayscale: #868686. Windows color (decimal): -5871906 or 14575270. OLE color: 14575270.

HSL color Cylindrical-coordinate representation of color #A666DE: hue angle of 272º 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 #A666DE is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB166102222-
CMYK0.250.5400.13
HSL272º64.52%63.53%-
HSV(B)272º54.05%87.06%-
XYZ33.6622.8871.75-
YUV134.82177.2150.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.88%
GREEN value IS 102 (40.23% from 255) = 20.82%
BLUE value IS 222 (87.11% from 255) = 45.31%
R=33.88%
G=20.82%
B=45.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1661022220.250.5400.1327264.5263.53
HexA666DE19360D1104140
Octal2461463363166015420101100
Binary10100110110011011011110110011101100110110001000010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A666DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A666DE; }

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

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

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

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

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

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

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

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