Html Css Color HEX #A66DD6 Amethyst

📋 copy color: '#A66DD6'

red 166 ◦ green 109 ◦ blue 214

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

Shades of Amethyst #A66DD6

Tints of Amethyst #A66DD6

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.29%

 BLUE value IS 214 (83.98% from 255) = 43.76%

R = 33.95%
G = 22.29%
B = 43.76%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A66DD6 (or 0xA66DD6) is known color: Amethyst. HEX triplet: A6, 6D and D6. RGB value is (166,109,214). Sum of RGB (Red+Green+Blue) = 166+109+214=489 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.95% from 489); Green value is 109 (42.97% from 255 or 22.29% from 489); Blue value is 214 (83.98% from 255 or 43.76% from 489); Max value from RGB is 214 - color contains mainly: blue. Hex color #A66DD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66DD6 is #599229. Grayscale: #898989. Windows color (decimal): -5870122 or 14052774. OLE color: 14052774.

HSL color Cylindrical-coordinate representation of color #A66DD6: hue angle of 272.57º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A66DD6 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 109 214 -
CMYK 0.22 0.49 0 0.16
HSL 272.57º 0.56% 0.63% -
HSV(B) 272.57º 0.49% 0.84% -
XYZ 33.33 23.9 66.47 -
YUV 138.01 170.88 147.96 -
System Red Green Blue C M Y K H S L
Decimal 166 109 214 0.22 0.49 0 0.16 272.57 0.56 0.63
Hex A6 6D D6 16 31 0 10 111 38 3F
Octal 246 155 326 26 61 0 20 421 70 77
Binary 10100110 1101101 11010110 10110 110001 0 10000 100010001 111000 111111

Color Harmonies of #A66DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66DD6

Black with #A66DD6

Text Example


Text Example

White with #A66DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66DD6; }

 p { color: rgb(166,109,214); }

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

background-color css

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

 a { background-color: rgb(166,109,214); }

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

border-color css

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

 span { border-color: rgb(166,109,214); }

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