#A66CD6

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

Shades of Amethyst #A66CD6

Tints of Amethyst #A66CD6

Color information

#A66CD6 (or 0xA66CD6) is unknown color: approx Amethyst. HEX triplet: A6, 6C and D6. RGB value is (166,108,214). Sum of RGB (Red+Green+Blue) = 166+108+214=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 108 (42.58% from 255 or 22.13% from 488); Blue value is 214 (83.98% from 255 or 43.85% from 488); Max value from RGB is 214 - color contains mainly: blue. Hex color #A66CD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66CD6 is #599329. Grayscale: #898989. Windows color (decimal): -5870378 or 14052518. OLE color: 14052518.

HSL color Cylindrical-coordinate representation of color #A66CD6: hue angle of 272.83º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A66CD6 is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB166108214-
CMYK0.220.5000.16
HSL272.83º56.38%63.14%-
HSV(B)272.83º49.53%83.92%-
XYZ33.2323.6966.44-
YUV137.43171.22148.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.02%
GREEN value IS 108 (42.58% from 255) = 22.13%
BLUE value IS 214 (83.98% from 255) = 43.85%
R=34.02%
G=22.13%
B=43.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1661082140.220.5000.16272.8356.3863.14
HexA66CD61632010111383f
Octal24615432626620204217077
Binary1010011011011001101011010110110010010000100010001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66CD6; }

 p { color: rgb(166,108,214); }

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

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

 a { background-color: rgb(166,108,214); }

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

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

 span { border-color: rgb(166,108,214); }

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