Html Css Color HEX #A66DD2 Amethyst

📋 copy color: '#A66DD2'

red 166 ◦ green 109 ◦ blue 210

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

Shades of Amethyst #A66DD2

Tints of Amethyst #A66DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 43.3%

R = 34.23%
G = 22.47%
B = 43.3%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A66DD2 (or 0xA66DD2) is known color: Amethyst. HEX triplet: A6, 6D and D2. RGB value is (166,109,210). Sum of RGB (Red+Green+Blue) = 166+109+210=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 109 (42.97% from 255 or 22.47% from 485); Blue value is 210 (82.42% from 255 or 43.30% from 485); Max value from RGB is 210 - color contains mainly: blue. Hex color #A66DD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66DD2 is #59922D. Grayscale: #898989. Windows color (decimal): -5870126 or 13790630. OLE color: 13790630.

HSL color Cylindrical-coordinate representation of color #A66DD2: hue angle of 273.86º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A66DD2 is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 109 210 -
CMYK 0.21 0.48 0 0.18
HSL 273.86º 0.53% 0.63% -
HSV(B) 273.86º 0.48% 0.82% -
XYZ 32.83 23.7 63.82 -
YUV 137.56 168.88 148.29 -
System Red Green Blue C M Y K H S L
Decimal 166 109 210 0.21 0.48 0 0.18 273.86 0.53 0.63
Hex A6 6D D2 15 30 0 12 112 35 3F
Octal 246 155 322 25 60 0 22 422 65 77
Binary 10100110 1101101 11010010 10101 110000 0 10010 100010010 110101 111111

Color Harmonies of #A66DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66DD2

Black with #A66DD2

Text Example


Text Example

White with #A66DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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