Html Css Color HEX #A16ED6 Amethyst

📋 copy color: '#A16ED6'

red 161 ◦ green 110 ◦ blue 214

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

Shades of Amethyst #A16ED6

Tints of Amethyst #A16ED6

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.68%

 BLUE value IS 214 (83.98% from 255) = 44.12%

R = 33.2%
G = 22.68%
B = 44.12%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A16ED6 (or 0xA16ED6) is known color: Amethyst. HEX triplet: A1, 6E and D6. RGB value is (161,110,214). Sum of RGB (Red+Green+Blue) = 161+110+214=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 110 (43.36% from 255 or 22.68% from 485); Blue value is 214 (83.98% from 255 or 44.12% from 485); Max value from RGB is 214 - color contains mainly: blue. Hex color #A16ED6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16ED6 is #5E9129. Grayscale: #888888. Windows color (decimal): -6197546 or 14053025. OLE color: 14053025.

HSL color Cylindrical-coordinate representation of color #A16ED6: hue angle of 269.42º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A16ED6 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 110 214 -
CMYK 0.25 0.49 0 0.16
HSL 269.42º 0.56% 0.64% -
HSV(B) 269.42º 0.49% 0.84% -
XYZ 32.41 23.58 66.46 -
YUV 137.11 171.4 145.04 -
System Red Green Blue C M Y K H S L
Decimal 161 110 214 0.25 0.49 0 0.16 269.42 0.56 0.64
Hex A1 6E D6 19 31 0 10 10D 38 40
Octal 241 156 326 31 61 0 20 415 70 100
Binary 10100001 1101110 11010110 11001 110001 0 10000 100001101 111000 1000000

Color Harmonies of #A16ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16ED6

Black with #A16ED6

Text Example


Text Example

White with #A16ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16ED6; }

 p { color: rgb(161,110,214); }

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

background-color css

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

 a { background-color: rgb(161,110,214); }

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

border-color css

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

 span { border-color: rgb(161,110,214); }

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