#A66BD6

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

Shades of Amethyst #A66BD6

Tints of Amethyst #A66BD6

Color information

#A66BD6 (or 0xA66BD6) is unknown color: approx Amethyst. HEX triplet: A6, 6B and D6. RGB value is (166,107,214). Sum of RGB (Red+Green+Blue) = 166+107+214=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 107 (42.19% from 255 or 21.97% from 487); Blue value is 214 (83.98% from 255 or 43.94% from 487); Max value from RGB is 214 - color contains mainly: blue. Hex color #A66BD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66BD6 is #599429. Grayscale: #888888. Windows color (decimal): -5870634 or 14052262. OLE color: 14052262.

HSL color Cylindrical-coordinate representation of color #A66BD6: hue angle of 273.08º degrees, saturation: 0.57, 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 #A66BD6 is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB166107214-
CMYK0.220.5000.16
HSL273.08º56.61%62.94%-
HSV(B)273.08º50%83.92%-
XYZ33.1223.4866.4-
YUV136.84171.55148.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.09%
GREEN value IS 107 (42.19% from 255) = 21.97%
BLUE value IS 214 (83.98% from 255) = 43.94%
R=34.09%
G=21.97%
B=43.94%

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
Decimal1661072140.220.5000.16273.0856.6162.94
HexA66BD61632010111393f
Octal24615332626620204217177
Binary1010011011010111101011010110110010010000100010001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66BD6; }

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

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

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

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

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

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

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

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