Html Css Color HEX #A166DC Amethyst

📋 copy color: '#A166DC'

red 161 ◦ green 102 ◦ blue 220

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

Shades of Amethyst #A166DC

Tints of Amethyst #A166DC

RGB

 RED value IS 161 (63.28% from 255) = 33.33%

 GREEN value IS 102 (40.23% from 255) = 21.12%

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

R = 33.33%
G = 21.12%
B = 45.55%

CMYK

 C value IS 0.27

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A166DC (or 0xA166DC) is known color: Amethyst. HEX triplet: A1, 66 and DC. RGB value is (161,102,220). Sum of RGB (Red+Green+Blue) = 161+102+220=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 102 (40.23% from 255 or 21.12% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #A166DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A166DC is #5E9923. Grayscale: #848484. Windows color (decimal): -6199588 or 14444193. OLE color: 14444193.

HSL color Cylindrical-coordinate representation of color #A166DC: hue angle of 270º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A166DC is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 102 220 -
CMYK 0.27 0.54 0 0.14
HSL 270º 0.63% 0.63% -
HSV(B) 270º 0.54% 0.86% -
XYZ 32.37 22.25 70.3 -
YUV 133.09 177.05 147.91 -
System Red Green Blue C M Y K H S L
Decimal 161 102 220 0.27 0.54 0 0.14 270 0.63 0.63
Hex A1 66 DC 1B 36 0 E 10E 3F 3F
Octal 241 146 334 33 66 0 16 416 77 77
Binary 10100001 1100110 11011100 11011 110110 0 1110 100001110 111111 111111

Color Harmonies of #A166DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A166DC

Black with #A166DC

Text Example


Text Example

White with #A166DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A166DC; }

 p { color: rgb(161,102,220); }

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

background-color css

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

 a { background-color: rgb(161,102,220); }

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

border-color css

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

 span { border-color: rgb(161,102,220); }

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