#a66cd0

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

Shades of Amethyst #A66CD0

Tints of Amethyst #A66CD0

Color information

#A66CD0 (or 0xA66CD0) is unknown color: approx Amethyst. HEX triplet: A6, 6C and D0. RGB value is (166,108,208). Sum of RGB (Red+Green+Blue) = 166+108+208=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 108 (42.58% from 255 or 22.41% from 482); Blue value is 208 (81.64% from 255 or 43.15% from 482); Max value from RGB is 208 - color contains mainly: blue. Hex color #A66CD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66CD0 is #59932F. Grayscale: #888888. Windows color (decimal): -5870384 or 13659302. OLE color: 13659302.

HSL color Cylindrical-coordinate representation of color #A66CD0: hue angle of 274.8º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A66CD0 is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB166108208-
CMYK0.200.4800.18
HSL274.8º51.55%61.96%-
HSV(B)274.8º48.08%81.57%-
XYZ32.4723.3962.48-
YUV136.74168.22148.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.44%
GREEN value IS 108 (42.58% from 255) = 22.41%
BLUE value IS 208 (81.64% from 255) = 43.15%
R=34.44%
G=22.41%
B=43.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1661082080.200.4800.18274.851.5561.96
HexA66CD01430012113343e
Octal24615432024600224236476
Binary1010011011011001101000010100110000010010100010011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a66cd0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a66cd0; }

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

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

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

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

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

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

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

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