Html Css Color HEX #A66EDE Amethyst

📋 copy color: '#A66EDE'

red 166 ◦ green 110 ◦ blue 222

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

Shades of Amethyst #A66EDE

Tints of Amethyst #A66EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.58%

R = 33.33%
G = 22.09%
B = 44.58%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A66EDE (or 0xA66EDE) is known color: Amethyst. HEX triplet: A6, 6E and DE. RGB value is (166,110,222). Sum of RGB (Red+Green+Blue) = 166+110+222=498 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.33% from 498); Green value is 110 (43.36% from 255 or 22.09% from 498); Blue value is 222 (87.11% from 255 or 44.58% from 498); Max value from RGB is 222 - color contains mainly: blue. Hex color #A66EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66EDE is #599121. Grayscale: #8B8B8B. Windows color (decimal): -5869858 or 14577318. OLE color: 14577318.

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

Color convert

RGB 166 110 222 -
CMYK 0.25 0.50 0 0.13
HSL 270º 0.63% 0.65% -
HSV(B) 270º 0.5% 0.87% -
XYZ 34.49 24.53 72.02 -
YUV 139.51 174.55 146.89 -
System Red Green Blue C M Y K H S L
Decimal 166 110 222 0.25 0.50 0 0.13 270 0.63 0.65
Hex A6 6E DE 19 32 0 D 10E 3F 41
Octal 246 156 336 31 62 0 15 416 77 101
Binary 10100110 1101110 11011110 11001 110010 0 1101 100001110 111111 1000001

Color Harmonies of #A66EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66EDE

Black with #A66EDE

Text Example


Text Example

White with #A66EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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