Html Css Color HEX #A166DF Amethyst

📋 copy color: '#A166DF'

red 161 ◦ green 102 ◦ blue 223

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

Shades of Amethyst #A166DF

Tints of Amethyst #A166DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.88%

R = 33.13%
G = 20.99%
B = 45.88%

CMYK

 C value IS 0.28

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A166DF (or 0xA166DF) is known color: Amethyst. HEX triplet: A1, 66 and DF. RGB value is (161,102,223). Sum of RGB (Red+Green+Blue) = 161+102+223=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 102 (40.23% from 255 or 20.99% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #A166DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A166DF is #5E9920. Grayscale: #858585. Windows color (decimal): -6199585 or 14640801. OLE color: 14640801.

HSL color Cylindrical-coordinate representation of color #A166DF: hue angle of 269.26º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A166DF is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 102 223 -
CMYK 0.28 0.54 0 0.13
HSL 269.26º 0.65% 0.64% -
HSV(B) 269.26º 0.54% 0.87% -
XYZ 32.77 22.41 72.41 -
YUV 133.44 178.55 147.66 -
System Red Green Blue C M Y K H S L
Decimal 161 102 223 0.28 0.54 0 0.13 269.26 0.65 0.64
Hex A1 66 DF 1C 36 0 D 10D 41 40
Octal 241 146 337 34 66 0 15 415 101 100
Binary 10100001 1100110 11011111 11100 110110 0 1101 100001101 1000001 1000000

Color Harmonies of #A166DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A166DF

Black with #A166DF

Text Example


Text Example

White with #A166DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A166DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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