#A66ECB

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

Shades of Amethyst #A66ECB

Tints of Amethyst #A66ECB

Color information

#A66ECB (or 0xA66ECB) is unknown color: approx Amethyst. HEX triplet: A6, 6E and CB. RGB value is (166,110,203). Sum of RGB (Red+Green+Blue) = 166+110+203=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 110 (43.36% from 255 or 22.96% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #A66ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66ECB is #599134. Grayscale: #898989. Windows color (decimal): -5869877 or 13332134. OLE color: 13332134.

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

Color convert

RGB166110203-
CMYK0.180.4600.20
HSL276.13º47.21%61.37%-
HSV(B)276.13º45.81%79.61%-
XYZ32.0823.5759.36-
YUV137.35165.05148.44-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.66%
GREEN value IS 110 (43.36% from 255) = 22.96%
BLUE value IS 203 (79.69% from 255) = 42.38%
R=34.66%
G=22.96%
B=42.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1661102030.180.4600.20276.1347.2161.37
HexA66ECB122E0141142f3d
Octal24615631322560244245775
Binary1010011011011101100101110010101110010100100010100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66ECB; }

 p { color: rgb(166,110,203); }

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

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

 a { background-color: rgb(166,110,203); }

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

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

 span { border-color: rgb(166,110,203); }

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