#A666DF

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

Shades of Amethyst #A666DF

Tints of Amethyst #A666DF

Color information

#A666DF (or 0xA666DF) is unknown color: approx Amethyst. HEX triplet: A6, 66 and DF. RGB value is (166,102,223). Sum of RGB (Red+Green+Blue) = 166+102+223=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 102 (40.23% from 255 or 20.77% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #A666DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A666DF is #599920. Grayscale: #868686. Windows color (decimal): -5871905 or 14640806. OLE color: 14640806.

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

Color convert

RGB166102223-
CMYK0.260.5400.13
HSL271.74º65.41%63.73%-
HSV(B)271.74º54.26%87.45%-
XYZ33.822.9472.46-
YUV134.93177.7150.16-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.81%
GREEN value IS 102 (40.23% from 255) = 20.77%
BLUE value IS 223 (87.5% from 255) = 45.42%
R=33.81%
G=20.77%
B=45.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1661022230.260.5400.13271.7465.4163.73
HexA666DF1A360D1104140
Octal2461463373266015420101100
Binary10100110110011011011111110101101100110110001000010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A666DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A666DF; }

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

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

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

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

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

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

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

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