#A66FDC

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

Shades of Amethyst #A66FDC

Tints of Amethyst #A66FDC

Color information

#A66FDC (or 0xA66FDC) is unknown color: approx Amethyst. HEX triplet: A6, 6F and DC. RGB value is (166,111,220). Sum of RGB (Red+Green+Blue) = 166+111+220=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 111 (43.75% from 255 or 22.33% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #A66FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66FDC is #599023. Grayscale: #8B8B8B. Windows color (decimal): -5869604 or 14446502. OLE color: 14446502.

HSL color Cylindrical-coordinate representation of color #A66FDC: hue angle of 270.28º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A66FDC is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB166111220-
CMYK0.250.5000.14
HSL270.28º60.89%64.9%-
HSV(B)270.28º49.55%86.27%-
XYZ34.3324.6470.66-
YUV139.87173.22146.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.40%
GREEN value IS 111 (43.75% from 255) = 22.33%
BLUE value IS 220 (86.33% from 255) = 44.27%
R=33.40%
G=22.33%
B=44.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1661112200.250.5000.14270.2860.8964.9
HexA66FDC19320E10e3d41
Octal246157334316201641675101
Binary1010011011011111101110011001110010011101000011101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66FDC; }

 p { color: rgb(166,111,220); }

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

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

 a { background-color: rgb(166,111,220); }

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

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

 span { border-color: rgb(166,111,220); }

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