#A66DCA

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

Shades of Amethyst #A66DCA

Tints of Amethyst #A66DCA

Color information

#A66DCA (or 0xA66DCA) is unknown color: approx Amethyst. HEX triplet: A6, 6D and CA. RGB value is (166,109,202). Sum of RGB (Red+Green+Blue) = 166+109+202=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 109 (42.97% from 255 or 22.85% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #A66DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66DCA is #599235. Grayscale: #888888. Windows color (decimal): -5870134 or 13266342. OLE color: 13266342.

HSL color Cylindrical-coordinate representation of color #A66DCA: hue angle of 276.77º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A66DCA is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB166109202-
CMYK0.180.4600.21
HSL276.77º46.73%60.98%-
HSV(B)276.77º46.04%79.22%-
XYZ31.8623.3158.7-
YUV136.64164.88148.94-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.80%
GREEN value IS 109 (42.97% from 255) = 22.85%
BLUE value IS 202 (79.30% from 255) = 42.35%
R=34.80%
G=22.85%
B=42.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1661092020.180.4600.21276.7746.7360.98
HexA66DCA122E0151152f3d
Octal24615531222560254255775
Binary1010011011011011100101010010101110010101100010101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66DCA; }

 p { color: rgb(166,109,202); }

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

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

 a { background-color: rgb(166,109,202); }

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

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

 span { border-color: rgb(166,109,202); }

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