Html Css Color HEX #A66EDC Amethyst

📋 copy color: '#A66EDC'

red 166 ◦ green 110 ◦ blue 220

#A66EDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst #A66EDC

Tints of Amethyst #A66EDC

RGB

 RED value IS 166 (65.23% from 255) = 33.47%

 GREEN value IS 110 (43.36% from 255) = 22.18%

 BLUE value IS 220 (86.33% from 255) = 44.35%

R = 33.47%
G = 22.18%
B = 44.35%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A66EDC (or 0xA66EDC) is known color: Amethyst. HEX triplet: A6, 6E and DC. RGB value is (166,110,220). Sum of RGB (Red+Green+Blue) = 166+110+220=496 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.47% from 496); Green value is 110 (43.36% from 255 or 22.18% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #A66EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66EDC is #599123. Grayscale: #8A8A8A. Windows color (decimal): -5869860 or 14446246. OLE color: 14446246.

HSL color Cylindrical-coordinate representation of color #A66EDC: hue angle of 270.55º 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 #A66EDC is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 110 220 -
CMYK 0.25 0.50 0 0.14
HSL 270.55º 0.61% 0.65% -
HSV(B) 270.55º 0.5% 0.86% -
XYZ 34.22 24.43 70.62 -
YUV 139.28 173.55 147.06 -
System Red Green Blue C M Y K H S L
Decimal 166 110 220 0.25 0.50 0 0.14 270.55 0.61 0.65
Hex A6 6E DC 19 32 0 E 10F 3D 41
Octal 246 156 334 31 62 0 16 417 75 101
Binary 10100110 1101110 11011100 11001 110010 0 1110 100001111 111101 1000001

Color Harmonies of #A66EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66EDC

Black with #A66EDC

Text Example


Text Example

White with #A66EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66EDC; }

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

 H1.HeaderClassName
 {
   color: #A66EDC;
 }
 .AnyTagClassName
 {
   color: #A66EDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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