Html Css Color HEX #A166D0 Amethyst

📋 copy color: '#A166D0'

red 161 ◦ green 102 ◦ blue 208

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

Shades of Amethyst #A166D0

Tints of Amethyst #A166D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.16%

R = 34.18%
G = 21.66%
B = 44.16%

CMYK

 C value IS 0.23

 M value IS 0.51

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A166D0 (or 0xA166D0) is known color: Amethyst. HEX triplet: A1, 66 and D0. RGB value is (161,102,208). Sum of RGB (Red+Green+Blue) = 161+102+208=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 102 (40.23% from 255 or 21.66% from 471); Blue value is 208 (81.64% from 255 or 44.16% from 471); Max value from RGB is 208 - color contains mainly: blue. Hex color #A166D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A166D0 is #5E992F. Grayscale: #838383. Windows color (decimal): -6199600 or 13657761. OLE color: 13657761.

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

Color convert

RGB 161 102 208 -
CMYK 0.23 0.51 0 0.18
HSL 273.4º 0.53% 0.61% -
HSV(B) 273.4º 0.51% 0.82% -
XYZ 30.83 21.63 62.23 -
YUV 131.73 171.05 148.88 -
System Red Green Blue C M Y K H S L
Decimal 161 102 208 0.23 0.51 0 0.18 273.4 0.53 0.61
Hex A1 66 D0 17 33 0 12 111 35 3D
Octal 241 146 320 27 63 0 22 421 65 75
Binary 10100001 1100110 11010000 10111 110011 0 10010 100010001 110101 111101

Color Harmonies of #A166D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A166D0

Black with #A166D0

Text Example


Text Example

White with #A166D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A166D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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