Html Css Color HEX #A66ADC Amethyst

📋 copy color: '#A66ADC'

red 166 ◦ green 106 ◦ blue 220

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

Shades of Amethyst #A66ADC

Tints of Amethyst #A66ADC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.54%

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

R = 33.74%
G = 21.54%
B = 44.72%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A66ADC (or 0xA66ADC) is known color: Amethyst. HEX triplet: A6, 6A and DC. RGB value is (166,106,220). Sum of RGB (Red+Green+Blue) = 166+106+220=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 106 (41.80% from 255 or 21.54% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #A66ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66ADC is #599523. Grayscale: #888888. Windows color (decimal): -5870884 or 14445222. OLE color: 14445222.

HSL color Cylindrical-coordinate representation of color #A66ADC: hue angle of 271.58º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A66ADC is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 106 220 -
CMYK 0.25 0.52 0 0.14
HSL 271.58º 0.62% 0.64% -
HSV(B) 271.58º 0.52% 0.86% -
XYZ 33.8 23.58 70.48 -
YUV 136.94 174.88 148.73 -
System Red Green Blue C M Y K H S L
Decimal 166 106 220 0.25 0.52 0 0.14 271.58 0.62 0.64
Hex A6 6A DC 19 34 0 E 110 3E 40
Octal 246 152 334 31 64 0 16 420 76 100
Binary 10100110 1101010 11011100 11001 110100 0 1110 100010000 111110 1000000

Color Harmonies of #A66ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66ADC

Black with #A66ADC

Text Example


Text Example

White with #A66ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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