Html Css Color HEX #A66EDB Amethyst

📋 copy color: '#A66EDB'

red 166 ◦ green 110 ◦ blue 219

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

Shades of Amethyst #A66EDB

Tints of Amethyst #A66EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.24%

R = 33.54%
G = 22.22%
B = 44.24%

CMYK

 C value IS 0.24

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A66EDB (or 0xA66EDB) is known color: Amethyst. HEX triplet: A6, 6E and DB. RGB value is (166,110,219). Sum of RGB (Red+Green+Blue) = 166+110+219=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 110 (43.36% from 255 or 22.22% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #A66EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66EDB is #599124. Grayscale: #8A8A8A. Windows color (decimal): -5869861 or 14380710. OLE color: 14380710.

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

Color convert

RGB 166 110 219 -
CMYK 0.24 0.50 0 0.14
HSL 270.83º 0.6% 0.65% -
HSV(B) 270.83º 0.5% 0.86% -
XYZ 34.09 24.37 69.93 -
YUV 139.17 173.05 147.14 -
System Red Green Blue C M Y K H S L
Decimal 166 110 219 0.24 0.50 0 0.14 270.83 0.6 0.65
Hex A6 6E DB 18 32 0 E 10F 3C 41
Octal 246 156 333 30 62 0 16 417 74 101
Binary 10100110 1101110 11011011 11000 110010 0 1110 100001111 111100 1000001

Color Harmonies of #A66EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66EDB

Black with #A66EDB

Text Example


Text Example

White with #A66EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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